#8b5ace color space conversions
Hex:
        #8b5ace
        RGB:
        139, 90, 206
        CMY:
        45, 65, 19
        CMYK:
        33, 56, 0, 19
      HSL:
        265°, 54.2056%, 58.0392%
        HSV (HSB):
        265°, 56.3107%, 80.7843%
        XYZ:
        25.4442, 17.2575, 60.3825
        xyY:
        0.2468, 0.1674, 17.2575
      CIE-Lab:
        48.5829, 43.8709, -52.9664
        CIE-LCH:
        48.5829, 68.7757, 309.6342
        CIE-Luv:
        48.5829, 13.1503, -85.0393
        Hunter-Lab:
        41.5422, 36.6308, -57.0998
      #8b5ace color charts
#8b5ace RGB chart
      #8b5ace CMYK chart
      #8b5ace RGB pie chart
      #8b5ace color shades, tints & tones
#8b5ace color schemes
#8b5ace color preview, HTML & CSS examples
           This text has a color of #8b5ace        
        
          <p style="color:#8b5ace;">Text here</p>
        
        
          .mytext {color:#8b5ace;}
        
        Text color #8b5ace
      
           This box has a color of #8b5ace        
        
          <div style="background-color:#8b5ace;">Content here</div>
        
        
          .mybackground {background-color:#8b5ace;}
        
        Background color #8b5ace
      
           Border around this has a color of #8b5ace        
        
          <div style="border:2px solid #8b5ace;">Content here</div>
        
        
          .myborder {border:2px solid #8b5ace;}
        
        Border color #8b5ace