Shades of Psychedelic Purple #D90AE8
Tints of Psychedelic Purple #D90AE8
RGB
CMYK
RGB Variations
Color information
#D90AE8 (or 0xD90AE8) is known color: Psychedelic Purple. HEX triplet: D9, 0A and E8. RGB value is (217,10,232). Sum of RGB (Red+Green+Blue) = 217+10+232=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #D90AE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AE8 is #26F517. Grayscale: #606060. Windows color (decimal): -2553112 or 15207129. OLE color: 15207129.
HSL color Cylindrical-coordinate representation of color #D90AE8: hue angle of 295.95º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AE8 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 10 | 232 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.09 |
| HSL | 295.95º | 0.92% | 0.47% | - |
| HSV(B) | 295.95º | 0.96% | 0.91% | - |
| XYZ | 43.29 | 20.79 | 78.08 | - |
| YUV | 97.2 | 204.08 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 232 | 0.06 | 0.96 | 0 | 0.09 | 295.95 | 0.92 | 0.47 |
| Hex | D9 | A | E8 | 6 | 60 | 0 | 9 | 128 | 5C | 2F |
| Octal | 331 | 12 | 350 | 6 | 140 | 0 | 11 | 450 | 134 | 57 |
| Binary | 11011001 | 1010 | 11101000 | 110 | 1100000 | 0 | 1001 | 100101000 | 1011100 | 101111 |
Color Harmonies of #D90AE8
Complementary color
Monochromatic Colors of #D90AE8
Black with #D90AE8
Text Example
Text Example
White with #D90AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AE8; }
p { color: rgb(217,10,232); }
H1.HeaderClassName
{
color: #D90AE8;
}
.AnyTagClassName
{
color: #D90AE8;
}
</style>
background-color css
<style>
a { background-color: #D90AE8; }
a { background-color: rgb(217,10,232); }
div.DivClassName
{
background-color: #D90AE8;
}
.BgClassName
{
background-color: #D90AE8;
}
</style>
border-color css
<style>
span { border-color: #D90AE8; }
span { border-color: rgb(217,10,232); }
td.TdClassName
{
border-color: #D90AE8;
}
.TagClassName
{
border-color: #D90AE8;
}
</style>