Shades of Psychedelic Purple #D90AEA
Tints of Psychedelic Purple #D90AEA
RGB
CMYK
RGB Variations
Color information
#D90AEA (or 0xD90AEA) is known color: Psychedelic Purple. HEX triplet: D9, 0A and EA. RGB value is (217,10,234). Sum of RGB (Red+Green+Blue) = 217+10+234=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #D90AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AEA is #26F515. Grayscale: #606060. Windows color (decimal): -2553110 or 15338201. OLE color: 15338201.
HSL color Cylindrical-coordinate representation of color #D90AEA: hue angle of 295.45º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AEA is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 10 | 234 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.08 |
| HSL | 295.45º | 0.92% | 0.48% | - |
| HSV(B) | 295.45º | 0.96% | 0.92% | - |
| XYZ | 43.58 | 20.91 | 79.58 | - |
| YUV | 97.43 | 205.08 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 234 | 0.07 | 0.96 | 0 | 0.08 | 295.45 | 0.92 | 0.48 |
| Hex | D9 | A | EA | 7 | 60 | 0 | 8 | 127 | 5C | 30 |
| Octal | 331 | 12 | 352 | 7 | 140 | 0 | 10 | 447 | 134 | 60 |
| Binary | 11011001 | 1010 | 11101010 | 111 | 1100000 | 0 | 1000 | 100100111 | 1011100 | 110000 |
Color Harmonies of #D90AEA
Complementary color
Monochromatic Colors of #D90AEA
Black with #D90AEA
Text Example
Text Example
White with #D90AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AEA; }
p { color: rgb(217,10,234); }
H1.HeaderClassName
{
color: #D90AEA;
}
.AnyTagClassName
{
color: #D90AEA;
}
</style>
background-color css
<style>
a { background-color: #D90AEA; }
a { background-color: rgb(217,10,234); }
div.DivClassName
{
background-color: #D90AEA;
}
.BgClassName
{
background-color: #D90AEA;
}
</style>
border-color css
<style>
span { border-color: #D90AEA; }
span { border-color: rgb(217,10,234); }
td.TdClassName
{
border-color: #D90AEA;
}
.TagClassName
{
border-color: #D90AEA;
}
</style>