Shades of Psychedelic Purple #D90AF9
Tints of Psychedelic Purple #D90AF9
RGB
CMYK
RGB Variations
Color information
#D90AF9 (or 0xD90AF9) is known color: Psychedelic Purple. HEX triplet: D9, 0A and F9. RGB value is (217,10,249). Sum of RGB (Red+Green+Blue) = 217+10+249=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #D90AF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AF9 is #26F506. Grayscale: #626262. Windows color (decimal): -2553095 or 16321241. OLE color: 16321241.
HSL color Cylindrical-coordinate representation of color #D90AF9: hue angle of 291.97º degrees, saturation: 0.95, 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 #D90AF9 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 10 | 249 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.02 |
| HSL | 291.97º | 0.95% | 0.51% | - |
| HSV(B) | 291.97º | 0.96% | 0.98% | - |
| XYZ | 45.82 | 21.81 | 91.42 | - |
| YUV | 99.14 | 212.58 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 249 | 0.13 | 0.96 | 0 | 0.02 | 291.97 | 0.95 | 0.51 |
| Hex | D9 | A | F9 | D | 60 | 0 | 2 | 124 | 5F | 33 |
| Octal | 331 | 12 | 371 | 15 | 140 | 0 | 2 | 444 | 137 | 63 |
| Binary | 11011001 | 1010 | 11111001 | 1101 | 1100000 | 0 | 10 | 100100100 | 1011111 | 110011 |
Color Harmonies of #D90AF9
Complementary color
Monochromatic Colors of #D90AF9
Black with #D90AF9
Text Example
Text Example
White with #D90AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AF9; }
p { color: rgb(217,10,249); }
H1.HeaderClassName
{
color: #D90AF9;
}
.AnyTagClassName
{
color: #D90AF9;
}
</style>
background-color css
<style>
a { background-color: #D90AF9; }
a { background-color: rgb(217,10,249); }
div.DivClassName
{
background-color: #D90AF9;
}
.BgClassName
{
background-color: #D90AF9;
}
</style>
border-color css
<style>
span { border-color: #D90AF9; }
span { border-color: rgb(217,10,249); }
td.TdClassName
{
border-color: #D90AF9;
}
.TagClassName
{
border-color: #D90AF9;
}
</style>