#960dcf color space conversions
Hex:
        #960dcf
        RGB:
        150, 13, 207
        CMY:
        41, 95, 19
        CMYK:
        28, 94, 0, 19
      HSL:
        282°, 88.1818%, 43.1373%
        HSV (HSB):
        282°, 93.7198%, 81.1765%
        XYZ:
        23.9841, 11.2769, 59.9440
        xyY:
        0.2519, 0.1184, 11.2769
      CIE-Lab:
        40.0429, 74.3952, -67.2917
        CIE-LCH:
        40.0429, 100.3137, 317.8701
        CIE-Luv:
        40.0429, 30.9125, -102.1428
        Hunter-Lab:
        33.5811, 68.7205, -82.3292
      #960dcf color charts
#960dcf RGB chart
      #960dcf CMYK chart
      #960dcf RGB pie chart
      #960dcf color shades, tints & tones
#960dcf color schemes
#960dcf color preview, HTML & CSS examples
           This text has a color of #960dcf        
        
          <p style="color:#960dcf;">Text here</p>
        
        
          .mytext {color:#960dcf;}
        
        Text color #960dcf
      
           This box has a color of #960dcf        
        
          <div style="background-color:#960dcf;">Content here</div>
        
        
          .mybackground {background-color:#960dcf;}
        
        Background color #960dcf
      
           Border around this has a color of #960dcf        
        
          <div style="border:2px solid #960dcf;">Content here</div>
        
        
          .myborder {border:2px solid #960dcf;}
        
        Border color #960dcf