Shades of Psychedelic Purple #D90BF8
Tints of Psychedelic Purple #D90BF8
RGB
CMYK
RGB Variations
Color information
#D90BF8 (or 0xD90BF8) is known color: Psychedelic Purple. HEX triplet: D9, 0B and F8. RGB value is (217,11,248). Sum of RGB (Red+Green+Blue) = 217+11+248=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 11 (4.69% from 255 or 2.31% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #D90BF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90BF8 is #26F407. Grayscale: #626262. Windows color (decimal): -2552840 or 16255961. OLE color: 16255961.
HSL color Cylindrical-coordinate representation of color #D90BF8: hue angle of 292.15º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90BF8 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 11 | 248 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.03 |
| HSL | 292.15º | 0.94% | 0.51% | - |
| HSV(B) | 292.15º | 0.96% | 0.97% | - |
| XYZ | 45.68 | 21.77 | 90.6 | - |
| YUV | 99.61 | 211.75 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 248 | 0.12 | 0.96 | 0 | 0.03 | 292.15 | 0.94 | 0.51 |
| Hex | D9 | B | F8 | C | 60 | 0 | 3 | 124 | 5E | 33 |
| Octal | 331 | 13 | 370 | 14 | 140 | 0 | 3 | 444 | 136 | 63 |
| Binary | 11011001 | 1011 | 11111000 | 1100 | 1100000 | 0 | 11 | 100100100 | 1011110 | 110011 |
Color Harmonies of #D90BF8
Complementary color
Monochromatic Colors of #D90BF8
Black with #D90BF8
Text Example
Text Example
White with #D90BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BF8; }
p { color: rgb(217,11,248); }
H1.HeaderClassName
{
color: #D90BF8;
}
.AnyTagClassName
{
color: #D90BF8;
}
</style>
background-color css
<style>
a { background-color: #D90BF8; }
a { background-color: rgb(217,11,248); }
div.DivClassName
{
background-color: #D90BF8;
}
.BgClassName
{
background-color: #D90BF8;
}
</style>
border-color css
<style>
span { border-color: #D90BF8; }
span { border-color: rgb(217,11,248); }
td.TdClassName
{
border-color: #D90BF8;
}
.TagClassName
{
border-color: #D90BF8;
}
</style>