Shades of Psychedelic Purple #D909EC
Tints of Psychedelic Purple #D909EC
RGB
CMYK
RGB Variations
Color information
#D909EC (or 0xD909EC) is known color: Psychedelic Purple. HEX triplet: D9, 09 and EC. RGB value is (217,9,236). Sum of RGB (Red+Green+Blue) = 217+9+236=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 9 (3.91% from 255 or 1.95% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #D909EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D909EC is #26F613. Grayscale: #606060. Windows color (decimal): -2553364 or 15469017. OLE color: 15469017.
HSL color Cylindrical-coordinate representation of color #D909EC: hue angle of 294.98º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909EC is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 9 | 236 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.07 |
| HSL | 294.98º | 0.93% | 0.48% | - |
| HSV(B) | 294.98º | 0.96% | 0.93% | - |
| XYZ | 43.85 | 21 | 81.1 | - |
| YUV | 97.07 | 206.41 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 236 | 0.08 | 0.96 | 0 | 0.07 | 294.98 | 0.93 | 0.48 |
| Hex | D9 | 9 | EC | 8 | 60 | 0 | 7 | 127 | 5D | 30 |
| Octal | 331 | 11 | 354 | 10 | 140 | 0 | 7 | 447 | 135 | 60 |
| Binary | 11011001 | 1001 | 11101100 | 1000 | 1100000 | 0 | 111 | 100100111 | 1011101 | 110000 |
Color Harmonies of #D909EC
Complementary color
Monochromatic Colors of #D909EC
Black with #D909EC
Text Example
Text Example
White with #D909EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909EC; }
p { color: rgb(217,9,236); }
H1.HeaderClassName
{
color: #D909EC;
}
.AnyTagClassName
{
color: #D909EC;
}
</style>
background-color css
<style>
a { background-color: #D909EC; }
a { background-color: rgb(217,9,236); }
div.DivClassName
{
background-color: #D909EC;
}
.BgClassName
{
background-color: #D909EC;
}
</style>
border-color css
<style>
span { border-color: #D909EC; }
span { border-color: rgb(217,9,236); }
td.TdClassName
{
border-color: #D909EC;
}
.TagClassName
{
border-color: #D909EC;
}
</style>