#950cea color space conversions
Hex:
        #950cea
        RGB:
        149, 12, 234
        CMY:
        42, 95, 8
        CMYK:
        36, 95, 0, 8
      HSL:
        277°, 90.2439%, 48.2353%
        HSV (HSB):
        277°, 94.8718%, 91.7647%
        XYZ:
        27.3772, 12.5930, 78.8297
        xyY:
        0.2304, 0.1060, 12.5930
      CIE-Lab:
        42.1435, 79.5888, -79.3389
        CIE-LCH:
        42.1435, 112.3790, 315.0901
        CIE-Luv:
        42.1435, 24.1218, -119.4413
        Hunter-Lab:
        35.4866, 75.6073, -106.8655
      #950cea color charts
#950cea RGB chart
      #950cea CMYK chart
      #950cea RGB pie chart
      #950cea color shades, tints & tones
#950cea color schemes
#950cea color preview, HTML & CSS examples
           This text has a color of #950cea        
        
          <p style="color:#950cea;">Text here</p>
        
        
          .mytext {color:#950cea;}
        
        Text color #950cea
      
           This box has a color of #950cea        
        
          <div style="background-color:#950cea;">Content here</div>
        
        
          .mybackground {background-color:#950cea;}
        
        Background color #950cea
      
           Border around this has a color of #950cea        
        
          <div style="border:2px solid #950cea;">Content here</div>
        
        
          .myborder {border:2px solid #950cea;}
        
        Border color #950cea