#9765cf color space conversions
Hex:
        #9765cf
        RGB:
        151, 101, 207
        CMY:
        41, 60, 19
        CMYK:
        27, 51, 0, 19
      HSL:
        268°, 52.4752%, 60.3922%
        HSV (HSB):
        268°, 51.2077%, 81.1765%
        XYZ:
        28.6787, 20.3917, 61.4559
        xyY:
        0.2595, 0.1845, 20.3917
      CIE-Lab:
        52.2772, 41.0610, -47.5649
        CIE-LCH:
        52.2772, 62.8365, 310.8028
        CIE-Luv:
        52.2772, 15.7830, -77.9302
        Hunter-Lab:
        45.1571, 34.3379, -49.0799
      #9765cf color charts
#9765cf RGB chart
      #9765cf CMYK chart
      #9765cf RGB pie chart
      #9765cf color shades, tints & tones
#9765cf color schemes
#9765cf color preview, HTML & CSS examples
           This text has a color of #9765cf        
        
          <p style="color:#9765cf;">Text here</p>
        
        
          .mytext {color:#9765cf;}
        
        Text color #9765cf
      
           This box has a color of #9765cf        
        
          <div style="background-color:#9765cf;">Content here</div>
        
        
          .mybackground {background-color:#9765cf;}
        
        Background color #9765cf
      
           Border around this has a color of #9765cf        
        
          <div style="border:2px solid #9765cf;">Content here</div>
        
        
          .myborder {border:2px solid #9765cf;}
        
        Border color #9765cf