Shades of Psychedelic Purple #D90AED
Tints of Psychedelic Purple #D90AED
RGB
CMYK
RGB Variations
Color information
#D90AED (or 0xD90AED) is known color: Psychedelic Purple. HEX triplet: D9, 0A and ED. RGB value is (217,10,237). Sum of RGB (Red+Green+Blue) = 217+10+237=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #D90AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AED is #26F512. Grayscale: #616161. Windows color (decimal): -2553107 or 15534809. OLE color: 15534809.
HSL color Cylindrical-coordinate representation of color #D90AED: hue angle of 294.71º degrees, saturation: 0.92, 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 #D90AED is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 10 | 237 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.07 |
| HSL | 294.71º | 0.92% | 0.48% | - |
| HSV(B) | 294.71º | 0.96% | 0.93% | - |
| XYZ | 44.01 | 21.08 | 81.87 | - |
| YUV | 97.77 | 206.58 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 237 | 0.08 | 0.96 | 0 | 0.07 | 294.71 | 0.92 | 0.48 |
| Hex | D9 | A | ED | 8 | 60 | 0 | 7 | 127 | 5C | 30 |
| Octal | 331 | 12 | 355 | 10 | 140 | 0 | 7 | 447 | 134 | 60 |
| Binary | 11011001 | 1010 | 11101101 | 1000 | 1100000 | 0 | 111 | 100100111 | 1011100 | 110000 |
Color Harmonies of #D90AED
Complementary color
Monochromatic Colors of #D90AED
Black with #D90AED
Text Example
Text Example
White with #D90AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AED; }
p { color: rgb(217,10,237); }
H1.HeaderClassName
{
color: #D90AED;
}
.AnyTagClassName
{
color: #D90AED;
}
</style>
background-color css
<style>
a { background-color: #D90AED; }
a { background-color: rgb(217,10,237); }
div.DivClassName
{
background-color: #D90AED;
}
.BgClassName
{
background-color: #D90AED;
}
</style>
border-color css
<style>
span { border-color: #D90AED; }
span { border-color: rgb(217,10,237); }
td.TdClassName
{
border-color: #D90AED;
}
.TagClassName
{
border-color: #D90AED;
}
</style>