Shades of Psychedelic Purple #D90AEC
Tints of Psychedelic Purple #D90AEC
RGB
CMYK
RGB Variations
Color information
#D90AEC (or 0xD90AEC) is known color: Psychedelic Purple. HEX triplet: D9, 0A and EC. RGB value is (217,10,236). Sum of RGB (Red+Green+Blue) = 217+10+236=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #D90AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AEC is #26F513. Grayscale: #606060. Windows color (decimal): -2553108 or 15469273. OLE color: 15469273.
HSL color Cylindrical-coordinate representation of color #D90AEC: hue angle of 294.96º 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 #D90AEC is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 10 | 236 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.07 |
| HSL | 294.96º | 0.92% | 0.48% | - |
| HSV(B) | 294.96º | 0.96% | 0.93% | - |
| XYZ | 43.86 | 21.02 | 81.1 | - |
| YUV | 97.66 | 206.08 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 236 | 0.08 | 0.96 | 0 | 0.07 | 294.96 | 0.92 | 0.48 |
| Hex | D9 | A | EC | 8 | 60 | 0 | 7 | 127 | 5C | 30 |
| Octal | 331 | 12 | 354 | 10 | 140 | 0 | 7 | 447 | 134 | 60 |
| Binary | 11011001 | 1010 | 11101100 | 1000 | 1100000 | 0 | 111 | 100100111 | 1011100 | 110000 |
Color Harmonies of #D90AEC
Complementary color
Monochromatic Colors of #D90AEC
Black with #D90AEC
Text Example
Text Example
White with #D90AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AEC; }
p { color: rgb(217,10,236); }
H1.HeaderClassName
{
color: #D90AEC;
}
.AnyTagClassName
{
color: #D90AEC;
}
</style>
background-color css
<style>
a { background-color: #D90AEC; }
a { background-color: rgb(217,10,236); }
div.DivClassName
{
background-color: #D90AEC;
}
.BgClassName
{
background-color: #D90AEC;
}
</style>
border-color css
<style>
span { border-color: #D90AEC; }
span { border-color: rgb(217,10,236); }
td.TdClassName
{
border-color: #D90AEC;
}
.TagClassName
{
border-color: #D90AEC;
}
</style>