Shades of Psychedelic Purple #D90AFE
Tints of Psychedelic Purple #D90AFE
RGB
CMYK
RGB Variations
Color information
#D90AFE (or 0xD90AFE) is known color: Psychedelic Purple. HEX triplet: D9, 0A and FE. RGB value is (217,10,254). Sum of RGB (Red+Green+Blue) = 217+10+254=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 10 (4.30% from 255 or 2.08% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #D90AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AFE is #26F501. Grayscale: #626262. Windows color (decimal): -2553090 or 16648921. OLE color: 16648921.
HSL color Cylindrical-coordinate representation of color #D90AFE: hue angle of 290.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AFE is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 10 | 254 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.00 |
| HSL | 290.9º | 0.99% | 0.52% | - |
| HSV(B) | 290.9º | 0.96% | 1% | - |
| XYZ | 46.61 | 22.12 | 95.58 | - |
| YUV | 99.71 | 215.08 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 254 | 0.15 | 0.96 | 0 | 0.00 | 290.9 | 0.99 | 0.52 |
| Hex | D9 | A | FE | F | 60 | 0 | 0 | 123 | 63 | 34 |
| Octal | 331 | 12 | 376 | 17 | 140 | 0 | 0 | 443 | 143 | 64 |
| Binary | 11011001 | 1010 | 11111110 | 1111 | 1100000 | 0 | 0 | 100100011 | 1100011 | 110100 |
Color Harmonies of #D90AFE
Complementary color
Monochromatic Colors of #D90AFE
Black with #D90AFE
Text Example
Text Example
White with #D90AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AFE; }
p { color: rgb(217,10,254); }
H1.HeaderClassName
{
color: #D90AFE;
}
.AnyTagClassName
{
color: #D90AFE;
}
</style>
background-color css
<style>
a { background-color: #D90AFE; }
a { background-color: rgb(217,10,254); }
div.DivClassName
{
background-color: #D90AFE;
}
.BgClassName
{
background-color: #D90AFE;
}
</style>
border-color css
<style>
span { border-color: #D90AFE; }
span { border-color: rgb(217,10,254); }
td.TdClassName
{
border-color: #D90AFE;
}
.TagClassName
{
border-color: #D90AFE;
}
</style>