Shades of Psychedelic Purple #D90BE8
Tints of Psychedelic Purple #D90BE8
RGB
CMYK
RGB Variations
Color information
#D90BE8 (or 0xD90BE8) is known color: Psychedelic Purple. HEX triplet: D9, 0B and E8. RGB value is (217,11,232). Sum of RGB (Red+Green+Blue) = 217+11+232=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #D90BE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90BE8 is #26F417. Grayscale: #616161. Windows color (decimal): -2552856 or 15207385. OLE color: 15207385.
HSL color Cylindrical-coordinate representation of color #D90BE8: hue angle of 295.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90BE8 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 11 | 232 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.09 |
| HSL | 295.93º | 0.91% | 0.48% | - |
| HSV(B) | 295.93º | 0.95% | 0.91% | - |
| XYZ | 43.3 | 20.82 | 78.08 | - |
| YUV | 97.79 | 203.75 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 232 | 0.06 | 0.95 | 0 | 0.09 | 295.93 | 0.91 | 0.48 |
| Hex | D9 | B | E8 | 6 | 5F | 0 | 9 | 128 | 5B | 30 |
| Octal | 331 | 13 | 350 | 6 | 137 | 0 | 11 | 450 | 133 | 60 |
| Binary | 11011001 | 1011 | 11101000 | 110 | 1011111 | 0 | 1001 | 100101000 | 1011011 | 110000 |
Color Harmonies of #D90BE8
Complementary color
Monochromatic Colors of #D90BE8
Black with #D90BE8
Text Example
Text Example
White with #D90BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BE8; }
p { color: rgb(217,11,232); }
H1.HeaderClassName
{
color: #D90BE8;
}
.AnyTagClassName
{
color: #D90BE8;
}
</style>
background-color css
<style>
a { background-color: #D90BE8; }
a { background-color: rgb(217,11,232); }
div.DivClassName
{
background-color: #D90BE8;
}
.BgClassName
{
background-color: #D90BE8;
}
</style>
border-color css
<style>
span { border-color: #D90BE8; }
span { border-color: rgb(217,11,232); }
td.TdClassName
{
border-color: #D90BE8;
}
.TagClassName
{
border-color: #D90BE8;
}
</style>