#8a7fff color space conversions
Hex:
        #8a7fff
        RGB:
        138, 127, 255
        CMY:
        46, 50, 0
        CMYK:
        46, 50, 0, 0
      HSL:
        245°, 100.0000%, 74.9020%
        HSV (HSB):
        245°, 50.1961%, 100.0000%
        XYZ:
        36.1206, 27.8020, 98.0703
        xyY:
        0.2230, 0.1716, 27.8020
      CIE-Lab:
        59.7095, 35.8332, -62.6140
        CIE-LCH:
        59.7095, 72.1424, 299.7819
        CIE-Luv:
        59.7095, -3.5058, -103.6524
        Hunter-Lab:
        52.7276, 30.0066, -73.3666
      #8a7fff color charts
#8a7fff RGB chart
      #8a7fff CMYK chart
      #8a7fff RGB pie chart
      #8a7fff color shades, tints & tones
#8a7fff color schemes
#8a7fff color preview, HTML & CSS examples
           This text has a color of #8a7fff        
        
          <p style="color:#8a7fff;">Text here</p>
        
        
          .mytext {color:#8a7fff;}
        
        Text color #8a7fff
      
           This box has a color of #8a7fff        
        
          <div style="background-color:#8a7fff;">Content here</div>
        
        
          .mybackground {background-color:#8a7fff;}
        
        Background color #8a7fff
      
           Border around this has a color of #8a7fff        
        
          <div style="border:2px solid #8a7fff;">Content here</div>
        
        
          .myborder {border:2px solid #8a7fff;}
        
        Border color #8a7fff