#987add color space conversions
Hex:
        #987add
        RGB:
        152, 122, 221
        CMY:
        40, 52, 13
        CMYK:
        31, 45, 0, 13
      HSL:
        258°, 59.2814%, 67.2549%
        HSV (HSB):
        258°, 44.7964%, 86.6667%
        XYZ:
        32.9596, 25.8149, 71.6522
        xyY:
        0.2527, 0.1979, 25.8149
      CIE-Lab:
        57.8610, 32.9119, -46.6150
        CIE-LCH:
        57.8610, 57.0627, 305.2235
        CIE-Luv:
        57.8610, 7.3216, -77.1270
        Hunter-Lab:
        50.8084, 26.8789, -48.0475
      #987add color charts
#987add RGB chart
      #987add CMYK chart
      #987add RGB pie chart
      #987add color shades, tints & tones
#987add color schemes
#987add color preview, HTML & CSS examples
           This text has a color of #987add        
        
          <p style="color:#987add;">Text here</p>
        
        
          .mytext {color:#987add;}
        
        Text color #987add
      
           This box has a color of #987add        
        
          <div style="background-color:#987add;">Content here</div>
        
        
          .mybackground {background-color:#987add;}
        
        Background color #987add
      
           Border around this has a color of #987add        
        
          <div style="border:2px solid #987add;">Content here</div>
        
        
          .myborder {border:2px solid #987add;}
        
        Border color #987add