#d131ec color space conversions
Hex:
        #d131ec
        RGB:
        209, 49, 236
        CMY:
        18, 81, 7
        CMYK:
        11, 79, 0, 7
      HSL:
        291°, 83.1111%, 55.8824%
        HSV (HSB):
        291°, 79.2373%, 92.5490%
        XYZ:
        42.5331, 21.8081, 81.3245
        xyY:
        0.2920, 0.1497, 21.8081
      CIE-Lab:
        53.8228, 81.4825, -61.0771
        CIE-LCH:
        53.8228, 101.8323, 323.1457
        CIE-Luv:
        53.8228, 55.5679, -103.8909
        Hunter-Lab:
        46.6991, 80.8528, -70.5616
      #d131ec color charts
#d131ec RGB chart
      #d131ec CMYK chart
      #d131ec RGB pie chart
      #d131ec color shades, tints & tones
#d131ec color schemes
#d131ec color preview, HTML & CSS examples
           This text has a color of #d131ec        
        
          <p style="color:#d131ec;">Text here</p>
        
        
          .mytext {color:#d131ec;}
        
        Text color #d131ec
      
           This box has a color of #d131ec        
        
          <div style="background-color:#d131ec;">Content here</div>
        
        
          .mybackground {background-color:#d131ec;}
        
        Background color #d131ec
      
           Border around this has a color of #d131ec        
        
          <div style="border:2px solid #d131ec;">Content here</div>
        
        
          .myborder {border:2px solid #d131ec;}
        
        Border color #d131ec