Shades of Psychedelic Purple #D90DEB
Tints of Psychedelic Purple #D90DEB
RGB
CMYK
RGB Variations
Color information
#D90DEB (or 0xD90DEB) is known color: Psychedelic Purple. HEX triplet: D9, 0D and EB. RGB value is (217,13,235). Sum of RGB (Red+Green+Blue) = 217+13+235=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #D90DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DEB is #26F214. Grayscale: #626262. Windows color (decimal): -2552341 or 15404505. OLE color: 15404505.
HSL color Cylindrical-coordinate representation of color #D90DEB: hue angle of 295.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90DEB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 13 | 235 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.08 |
| HSL | 295.14º | 0.9% | 0.49% | - |
| HSV(B) | 295.14º | 0.94% | 0.92% | - |
| XYZ | 43.75 | 21.04 | 80.35 | - |
| YUV | 99.3 | 204.59 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 235 | 0.08 | 0.94 | 0 | 0.08 | 295.14 | 0.9 | 0.49 |
| Hex | D9 | D | EB | 8 | 5E | 0 | 8 | 127 | 5A | 31 |
| Octal | 331 | 15 | 353 | 10 | 136 | 0 | 10 | 447 | 132 | 61 |
| Binary | 11011001 | 1101 | 11101011 | 1000 | 1011110 | 0 | 1000 | 100100111 | 1011010 | 110001 |
Color Harmonies of #D90DEB
Complementary color
Monochromatic Colors of #D90DEB
Black with #D90DEB
Text Example
Text Example
White with #D90DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DEB; }
p { color: rgb(217,13,235); }
H1.HeaderClassName
{
color: #D90DEB;
}
.AnyTagClassName
{
color: #D90DEB;
}
</style>
background-color css
<style>
a { background-color: #D90DEB; }
a { background-color: rgb(217,13,235); }
div.DivClassName
{
background-color: #D90DEB;
}
.BgClassName
{
background-color: #D90DEB;
}
</style>
border-color css
<style>
span { border-color: #D90DEB; }
span { border-color: rgb(217,13,235); }
td.TdClassName
{
border-color: #D90DEB;
}
.TagClassName
{
border-color: #D90DEB;
}
</style>