Shades of Psychedelic Purple #D91EF5
Tints of Psychedelic Purple #D91EF5
RGB
CMYK
RGB Variations
Color information
#D91EF5 (or 0xD91EF5) is known color: Psychedelic Purple. HEX triplet: D9, 1E and F5. RGB value is (217,30,245). Sum of RGB (Red+Green+Blue) = 217+30+245=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #D91EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91EF5 is #26E10A. Grayscale: #6D6D6D. Windows color (decimal): -2547979 or 16064217. OLE color: 16064217.
HSL color Cylindrical-coordinate representation of color #D91EF5: hue angle of 292.19º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91EF5 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 30 | 245 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.04 |
| HSL | 292.19º | 0.91% | 0.54% | - |
| HSV(B) | 292.19º | 0.88% | 0.96% | - |
| XYZ | 45.56 | 22.27 | 88.28 | - |
| YUV | 110.42 | 203.95 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 245 | 0.11 | 0.88 | 0 | 0.04 | 292.19 | 0.91 | 0.54 |
| Hex | D9 | 1E | F5 | B | 58 | 0 | 4 | 124 | 5B | 36 |
| Octal | 331 | 36 | 365 | 13 | 130 | 0 | 4 | 444 | 133 | 66 |
| Binary | 11011001 | 11110 | 11110101 | 1011 | 1011000 | 0 | 100 | 100100100 | 1011011 | 110110 |
Color Harmonies of #D91EF5
Complementary color
Monochromatic Colors of #D91EF5
Black with #D91EF5
Text Example
Text Example
White with #D91EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EF5; }
p { color: rgb(217,30,245); }
H1.HeaderClassName
{
color: #D91EF5;
}
.AnyTagClassName
{
color: #D91EF5;
}
</style>
background-color css
<style>
a { background-color: #D91EF5; }
a { background-color: rgb(217,30,245); }
div.DivClassName
{
background-color: #D91EF5;
}
.BgClassName
{
background-color: #D91EF5;
}
</style>
border-color css
<style>
span { border-color: #D91EF5; }
span { border-color: rgb(217,30,245); }
td.TdClassName
{
border-color: #D91EF5;
}
.TagClassName
{
border-color: #D91EF5;
}
</style>