Shades of Psychedelic Purple #D90DE9
Tints of Psychedelic Purple #D90DE9
RGB
CMYK
RGB Variations
Color information
#D90DE9 (or 0xD90DE9) is known color: Psychedelic Purple. HEX triplet: D9, 0D and E9. RGB value is (217,13,233). Sum of RGB (Red+Green+Blue) = 217+13+233=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #D90DE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DE9 is #26F216. Grayscale: #626262. Windows color (decimal): -2552343 or 15273433. OLE color: 15273433.
HSL color Cylindrical-coordinate representation of color #D90DE9: hue angle of 295.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90DE9 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 13 | 233 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.09 |
| HSL | 295.64º | 0.89% | 0.48% | - |
| HSV(B) | 295.64º | 0.94% | 0.91% | - |
| XYZ | 43.47 | 20.92 | 78.84 | - |
| YUV | 99.08 | 203.59 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 233 | 0.07 | 0.94 | 0 | 0.09 | 295.64 | 0.89 | 0.48 |
| Hex | D9 | D | E9 | 7 | 5E | 0 | 9 | 128 | 59 | 30 |
| Octal | 331 | 15 | 351 | 7 | 136 | 0 | 11 | 450 | 131 | 60 |
| Binary | 11011001 | 1101 | 11101001 | 111 | 1011110 | 0 | 1001 | 100101000 | 1011001 | 110000 |
Color Harmonies of #D90DE9
Complementary color
Monochromatic Colors of #D90DE9
Black with #D90DE9
Text Example
Text Example
White with #D90DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DE9; }
p { color: rgb(217,13,233); }
H1.HeaderClassName
{
color: #D90DE9;
}
.AnyTagClassName
{
color: #D90DE9;
}
</style>
background-color css
<style>
a { background-color: #D90DE9; }
a { background-color: rgb(217,13,233); }
div.DivClassName
{
background-color: #D90DE9;
}
.BgClassName
{
background-color: #D90DE9;
}
</style>
border-color css
<style>
span { border-color: #D90DE9; }
span { border-color: rgb(217,13,233); }
td.TdClassName
{
border-color: #D90DE9;
}
.TagClassName
{
border-color: #D90DE9;
}
</style>