Shades of Psychedelic Purple #D90EFA
Tints of Psychedelic Purple #D90EFA
RGB
CMYK
RGB Variations
Color information
#D90EFA (or 0xD90EFA) is known color: Psychedelic Purple. HEX triplet: D9, 0E and FA. RGB value is (217,14,250). Sum of RGB (Red+Green+Blue) = 217+14+250=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #D90EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EFA is #26F105. Grayscale: #646464. Windows color (decimal): -2552070 or 16387801. OLE color: 16387801.
HSL color Cylindrical-coordinate representation of color #D90EFA: hue angle of 291.61º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EFA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 14 | 250 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.02 |
| HSL | 291.61º | 0.96% | 0.52% | - |
| HSV(B) | 291.61º | 0.94% | 0.98% | - |
| XYZ | 46.03 | 21.97 | 92.26 | - |
| YUV | 101.6 | 211.75 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 250 | 0.13 | 0.94 | 0 | 0.02 | 291.61 | 0.96 | 0.52 |
| Hex | D9 | E | FA | D | 5E | 0 | 2 | 124 | 60 | 34 |
| Octal | 331 | 16 | 372 | 15 | 136 | 0 | 2 | 444 | 140 | 64 |
| Binary | 11011001 | 1110 | 11111010 | 1101 | 1011110 | 0 | 10 | 100100100 | 1100000 | 110100 |
Color Harmonies of #D90EFA
Complementary color
Monochromatic Colors of #D90EFA
Black with #D90EFA
Text Example
Text Example
White with #D90EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EFA; }
p { color: rgb(217,14,250); }
H1.HeaderClassName
{
color: #D90EFA;
}
.AnyTagClassName
{
color: #D90EFA;
}
</style>
background-color css
<style>
a { background-color: #D90EFA; }
a { background-color: rgb(217,14,250); }
div.DivClassName
{
background-color: #D90EFA;
}
.BgClassName
{
background-color: #D90EFA;
}
</style>
border-color css
<style>
span { border-color: #D90EFA; }
span { border-color: rgb(217,14,250); }
td.TdClassName
{
border-color: #D90EFA;
}
.TagClassName
{
border-color: #D90EFA;
}
</style>