Shades of Psychedelic Purple #D929ED
Tints of Psychedelic Purple #D929ED
RGB
CMYK
RGB Variations
Color information
#D929ED (or 0xD929ED) is known color: Psychedelic Purple. HEX triplet: D9, 29 and ED. RGB value is (217,41,237). Sum of RGB (Red+Green+Blue) = 217+41+237=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #D929ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D929ED is #26D612. Grayscale: #737373. Windows color (decimal): -2545171 or 15542745. OLE color: 15542745.
HSL color Cylindrical-coordinate representation of color #D929ED: hue angle of 293.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D929ED is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 41 | 237 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.07 |
| HSL | 293.88º | 0.84% | 0.55% | - |
| HSV(B) | 293.88º | 0.83% | 0.93% | - |
| XYZ | 44.69 | 22.45 | 82.1 | - |
| YUV | 115.97 | 196.31 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 237 | 0.08 | 0.83 | 0 | 0.07 | 293.88 | 0.84 | 0.55 |
| Hex | D9 | 29 | ED | 8 | 53 | 0 | 7 | 126 | 54 | 37 |
| Octal | 331 | 51 | 355 | 10 | 123 | 0 | 7 | 446 | 124 | 67 |
| Binary | 11011001 | 101001 | 11101101 | 1000 | 1010011 | 0 | 111 | 100100110 | 1010100 | 110111 |
Color Harmonies of #D929ED
Complementary color
Monochromatic Colors of #D929ED
Black with #D929ED
Text Example
Text Example
White with #D929ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929ED; }
p { color: rgb(217,41,237); }
H1.HeaderClassName
{
color: #D929ED;
}
.AnyTagClassName
{
color: #D929ED;
}
</style>
background-color css
<style>
a { background-color: #D929ED; }
a { background-color: rgb(217,41,237); }
div.DivClassName
{
background-color: #D929ED;
}
.BgClassName
{
background-color: #D929ED;
}
</style>
border-color css
<style>
span { border-color: #D929ED; }
span { border-color: rgb(217,41,237); }
td.TdClassName
{
border-color: #D929ED;
}
.TagClassName
{
border-color: #D929ED;
}
</style>