#8b128f color space conversions
Hex:
        #8b128f
        RGB:
        139, 18, 143
        CMY:
        45, 93, 44
        CMYK:
        3, 87, 0, 44
      HSL:
        298°, 77.6398%, 31.5686%
        HSV (HSB):
        298°, 87.4126%, 56.0784%
        XYZ:
        15.8217, 7.9048, 26.6785
        xyY:
        0.3139, 0.1568, 7.9048
      CIE-Lab:
        33.7837, 60.4628, -39.3158
        CIE-LCH:
        33.7837, 72.1213, 326.9661
        CIE-Luv:
        33.7837, 42.7339, -59.9745
        Hunter-Lab:
        28.1154, 51.2474, -36.5791
      #8b128f color charts
#8b128f RGB chart
      #8b128f CMYK chart
      #8b128f RGB pie chart
      #8b128f color shades, tints & tones
#8b128f color schemes
#8b128f color preview, HTML & CSS examples
           This text has a color of #8b128f        
        
          <p style="color:#8b128f;">Text here</p>
        
        
          .mytext {color:#8b128f;}
        
        Text color #8b128f
      
           This box has a color of #8b128f        
        
          <div style="background-color:#8b128f;">Content here</div>
        
        
          .mybackground {background-color:#8b128f;}
        
        Background color #8b128f
      
           Border around this has a color of #8b128f        
        
          <div style="border:2px solid #8b128f;">Content here</div>
        
        
          .myborder {border:2px solid #8b128f;}
        
        Border color #8b128f