Shades of Psychedelic Purple #D90AFB
Tints of Psychedelic Purple #D90AFB
RGB
CMYK
RGB Variations
Color information
#D90AFB (or 0xD90AFB) is known color: Psychedelic Purple. HEX triplet: D9, 0A and FB. RGB value is (217,10,251). Sum of RGB (Red+Green+Blue) = 217+10+251=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 10 (4.30% from 255 or 2.09% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #D90AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AFB is #26F504. Grayscale: #626262. Windows color (decimal): -2553093 or 16452313. OLE color: 16452313.
HSL color Cylindrical-coordinate representation of color #D90AFB: hue angle of 291.54º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AFB is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 10 | 251 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.02 |
| HSL | 291.54º | 0.97% | 0.51% | - |
| HSV(B) | 291.54º | 0.96% | 0.98% | - |
| XYZ | 46.14 | 21.93 | 93.07 | - |
| YUV | 99.37 | 213.58 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 251 | 0.14 | 0.96 | 0 | 0.02 | 291.54 | 0.97 | 0.51 |
| Hex | D9 | A | FB | E | 60 | 0 | 2 | 124 | 61 | 33 |
| Octal | 331 | 12 | 373 | 16 | 140 | 0 | 2 | 444 | 141 | 63 |
| Binary | 11011001 | 1010 | 11111011 | 1110 | 1100000 | 0 | 10 | 100100100 | 1100001 | 110011 |
Color Harmonies of #D90AFB
Complementary color
Monochromatic Colors of #D90AFB
Black with #D90AFB
Text Example
Text Example
White with #D90AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AFB; }
p { color: rgb(217,10,251); }
H1.HeaderClassName
{
color: #D90AFB;
}
.AnyTagClassName
{
color: #D90AFB;
}
</style>
background-color css
<style>
a { background-color: #D90AFB; }
a { background-color: rgb(217,10,251); }
div.DivClassName
{
background-color: #D90AFB;
}
.BgClassName
{
background-color: #D90AFB;
}
</style>
border-color css
<style>
span { border-color: #D90AFB; }
span { border-color: rgb(217,10,251); }
td.TdClassName
{
border-color: #D90AFB;
}
.TagClassName
{
border-color: #D90AFB;
}
</style>