#981cac color space conversions
Hex:
        #981cac
        RGB:
        152, 28, 172
        CMY:
        40, 89, 33
        CMYK:
        12, 84, 0, 33
      HSL:
        292°, 72.0000%, 39.2157%
        HSV (HSB):
        292°, 83.7209%, 67.4510%
        XYZ:
        20.8105, 10.4845, 39.9566
        xyY:
        0.2921, 0.1471, 10.4845
      CIE-Lab:
        38.6982, 65.5913, -48.8805
        CIE-LCH:
        38.6982, 81.8017, 323.3055
        CIE-Luv:
        38.6982, 41.0238, -76.2843
        Hunter-Lab:
        32.3797, 58.0579, -50.4981
      #981cac color charts
#981cac RGB chart
      #981cac CMYK chart
      #981cac RGB pie chart
      #981cac color shades, tints & tones
#981cac color schemes
#981cac color preview, HTML & CSS examples
           This text has a color of #981cac        
        
          <p style="color:#981cac;">Text here</p>
        
        
          .mytext {color:#981cac;}
        
        Text color #981cac
      
           This box has a color of #981cac        
        
          <div style="background-color:#981cac;">Content here</div>
        
        
          .mybackground {background-color:#981cac;}
        
        Background color #981cac
      
           Border around this has a color of #981cac        
        
          <div style="border:2px solid #981cac;">Content here</div>
        
        
          .myborder {border:2px solid #981cac;}
        
        Border color #981cac