#9f0acc color space conversions
Hex:
        #9f0acc
        RGB:
        159, 10, 204
        CMY:
        38, 96, 20
        CMYK:
        22, 95, 0, 20
      HSL:
        286°, 90.6542%, 41.9608%
        HSV (HSB):
        286°, 95.0980%, 80.0000%
        XYZ:
        25.3057, 11.9476, 58.0991
        xyY:
        0.2654, 0.1253, 11.9476
      CIE-Lab:
        41.1328, 75.3977, -63.7135
        CIE-LCH:
        41.1328, 98.7128, 319.8011
        CIE-Luv:
        41.1328, 37.0926, -98.6477
        Hunter-Lab:
        34.5654, 70.1925, -75.4617
      #9f0acc color charts
#9f0acc RGB chart
      #9f0acc CMYK chart
      #9f0acc RGB pie chart
      #9f0acc color shades, tints & tones
#9f0acc color schemes
#9f0acc color preview, HTML & CSS examples
           This text has a color of #9f0acc        
        
          <p style="color:#9f0acc;">Text here</p>
        
        
          .mytext {color:#9f0acc;}
        
        Text color #9f0acc
      
           This box has a color of #9f0acc        
        
          <div style="background-color:#9f0acc;">Content here</div>
        
        
          .mybackground {background-color:#9f0acc;}
        
        Background color #9f0acc
      
           Border around this has a color of #9f0acc        
        
          <div style="border:2px solid #9f0acc;">Content here</div>
        
        
          .myborder {border:2px solid #9f0acc;}
        
        Border color #9f0acc