Shades of Psychedelic Purple #D90BF0
Tints of Psychedelic Purple #D90BF0
RGB
CMYK
RGB Variations
Color information
#D90BF0 (or 0xD90BF0) is known color: Psychedelic Purple. HEX triplet: D9, 0B and F0. RGB value is (217,11,240). Sum of RGB (Red+Green+Blue) = 217+11+240=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #D90BF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90BF0 is #26F40F. Grayscale: #616161. Windows color (decimal): -2552848 or 15731673. OLE color: 15731673.
HSL color Cylindrical-coordinate representation of color #D90BF0: hue angle of 293.97º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90BF0 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 11 | 240 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.06 |
| HSL | 293.97º | 0.91% | 0.49% | - |
| HSV(B) | 293.97º | 0.95% | 0.94% | - |
| XYZ | 44.46 | 21.28 | 84.2 | - |
| YUV | 98.7 | 207.75 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 240 | 0.10 | 0.95 | 0 | 0.06 | 293.97 | 0.91 | 0.49 |
| Hex | D9 | B | F0 | A | 5F | 0 | 6 | 126 | 5B | 31 |
| Octal | 331 | 13 | 360 | 12 | 137 | 0 | 6 | 446 | 133 | 61 |
| Binary | 11011001 | 1011 | 11110000 | 1010 | 1011111 | 0 | 110 | 100100110 | 1011011 | 110001 |
Color Harmonies of #D90BF0
Complementary color
Monochromatic Colors of #D90BF0
Black with #D90BF0
Text Example
Text Example
White with #D90BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BF0; }
p { color: rgb(217,11,240); }
H1.HeaderClassName
{
color: #D90BF0;
}
.AnyTagClassName
{
color: #D90BF0;
}
</style>
background-color css
<style>
a { background-color: #D90BF0; }
a { background-color: rgb(217,11,240); }
div.DivClassName
{
background-color: #D90BF0;
}
.BgClassName
{
background-color: #D90BF0;
}
</style>
border-color css
<style>
span { border-color: #D90BF0; }
span { border-color: rgb(217,11,240); }
td.TdClassName
{
border-color: #D90BF0;
}
.TagClassName
{
border-color: #D90BF0;
}
</style>