Shades of Psychedelic Purple #D91FF9
Tints of Psychedelic Purple #D91FF9
RGB
CMYK
RGB Variations
Color information
#D91FF9 (or 0xD91FF9) is known color: Psychedelic Purple. HEX triplet: D9, 1F and F9. RGB value is (217,31,249). Sum of RGB (Red+Green+Blue) = 217+31+249=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 31 (12.5% from 255 or 6.24% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #D91FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91FF9 is #26E006. Grayscale: #6E6E6E. Windows color (decimal): -2547719 or 16326617. OLE color: 16326617.
HSL color Cylindrical-coordinate representation of color #D91FF9: hue angle of 291.19º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91FF9 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 31 | 249 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.02 |
| HSL | 291.19º | 0.95% | 0.55% | - |
| HSV(B) | 291.19º | 0.88% | 0.98% | - |
| XYZ | 46.2 | 22.57 | 91.54 | - |
| YUV | 111.47 | 205.62 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 31 | 249 | 0.13 | 0.88 | 0 | 0.02 | 291.19 | 0.95 | 0.55 |
| Hex | D9 | 1F | F9 | D | 58 | 0 | 2 | 123 | 5F | 37 |
| Octal | 331 | 37 | 371 | 15 | 130 | 0 | 2 | 443 | 137 | 67 |
| Binary | 11011001 | 11111 | 11111001 | 1101 | 1011000 | 0 | 10 | 100100011 | 1011111 | 110111 |
Color Harmonies of #D91FF9
Complementary color
Monochromatic Colors of #D91FF9
Black with #D91FF9
Text Example
Text Example
White with #D91FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91FF9; }
p { color: rgb(217,31,249); }
H1.HeaderClassName
{
color: #D91FF9;
}
.AnyTagClassName
{
color: #D91FF9;
}
</style>
background-color css
<style>
a { background-color: #D91FF9; }
a { background-color: rgb(217,31,249); }
div.DivClassName
{
background-color: #D91FF9;
}
.BgClassName
{
background-color: #D91FF9;
}
</style>
border-color css
<style>
span { border-color: #D91FF9; }
span { border-color: rgb(217,31,249); }
td.TdClassName
{
border-color: #D91FF9;
}
.TagClassName
{
border-color: #D91FF9;
}
</style>