#960dfa color space conversions
Hex:
        #960dfa
        RGB:
        150, 13, 250
        CMY:
        41, 95, 2
        CMYK:
        40, 95, 0, 2
      HSL:
        275°, 95.9514%, 51.5686%
        HSV (HSB):
        275°, 94.8000%, 98.0392%
        XYZ:
        29.9769, 13.6740, 91.5019
        xyY:
        0.2218, 0.1012, 13.6740
      CIE-Lab:
        43.7617, 82.7514, -85.6979
        CIE-LCH:
        43.7617, 119.1299, 313.9979
        CIE-Luv:
        43.7617, 21.3118, -129.0484
        Hunter-Lab:
        36.9784, 79.9908, -120.8264
      #960dfa color charts
#960dfa RGB chart
      #960dfa CMYK chart
      #960dfa RGB pie chart
      #960dfa color shades, tints & tones
#960dfa color schemes
#960dfa color preview, HTML & CSS examples
           This text has a color of #960dfa        
        
          <p style="color:#960dfa;">Text here</p>
        
        
          .mytext {color:#960dfa;}
        
        Text color #960dfa
      
           This box has a color of #960dfa        
        
          <div style="background-color:#960dfa;">Content here</div>
        
        
          .mybackground {background-color:#960dfa;}
        
        Background color #960dfa
      
           Border around this has a color of #960dfa        
        
          <div style="border:2px solid #960dfa;">Content here</div>
        
        
          .myborder {border:2px solid #960dfa;}
        
        Border color #960dfa