#d82aed color space conversions
Hex:
        #d82aed
        RGB:
        216, 42, 237
        CMY:
        15, 84, 7
        CMYK:
        9, 82, 0, 7
      HSL:
        294°, 84.4156%, 54.7059%
        HSV (HSB):
        294°, 82.2785%, 92.9412%
        XYZ:
        44.4329, 22.3693, 82.0966
        xyY:
        0.2984, 0.1502, 22.3693
      CIE-Lab:
        54.4166, 84.5340, -60.6256
        CIE-LCH:
        54.4166, 104.0263, 324.3529
        CIE-Luv:
        54.4166, 60.8080, -103.8966
        Hunter-Lab:
        47.2962, 84.9255, -69.8081
      #d82aed color charts
#d82aed RGB chart
      #d82aed CMYK chart
      #d82aed RGB pie chart
      #d82aed color shades, tints & tones
#d82aed color schemes
#d82aed color preview, HTML & CSS examples
           This text has a color of #d82aed        
        
          <p style="color:#d82aed;">Text here</p>
        
        
          .mytext {color:#d82aed;}
        
        Text color #d82aed
      
           This box has a color of #d82aed        
        
          <div style="background-color:#d82aed;">Content here</div>
        
        
          .mybackground {background-color:#d82aed;}
        
        Background color #d82aed
      
           Border around this has a color of #d82aed        
        
          <div style="border:2px solid #d82aed;">Content here</div>
        
        
          .myborder {border:2px solid #d82aed;}
        
        Border color #d82aed