Shades of Psychedelic Purple #D91EFF
Tints of Psychedelic Purple #D91EFF
RGB
CMYK
RGB Variations
Color information
#D91EFF (or 0xD91EFF) is known color: Psychedelic Purple. HEX triplet: D9, 1E and FF. RGB value is (217,30,255). Sum of RGB (Red+Green+Blue) = 217+30+255=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #D91EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91EFF is #26E100. Grayscale: #6E6E6E. Windows color (decimal): -2547969 or 16719577. OLE color: 16719577.
HSL color Cylindrical-coordinate representation of color #D91EFF: hue angle of 289.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91EFF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 30 | 255 | - |
| CMYK | 0.15 | 0.88 | 0 | 0 |
| HSL | 289.87º | 1% | 0.56% | - |
| HSV(B) | 289.87º | 0.88% | 1% | - |
| XYZ | 47.13 | 22.9 | 96.54 | - |
| YUV | 111.56 | 208.95 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 255 | 0.15 | 0.88 | 0 | 0 | 289.87 | 1 | 0.56 |
| Hex | D9 | 1E | FF | F | 58 | 0 | 0 | 122 | 64 | 38 |
| Octal | 331 | 36 | 377 | 17 | 130 | 0 | 0 | 442 | 144 | 70 |
| Binary | 11011001 | 11110 | 11111111 | 1111 | 1011000 | 0 | 0 | 100100010 | 1100100 | 111000 |
Color Harmonies of #D91EFF
Complementary color
Monochromatic Colors of #D91EFF
Black with #D91EFF
Text Example
Text Example
White with #D91EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EFF; }
p { color: rgb(217,30,255); }
H1.HeaderClassName
{
color: #D91EFF;
}
.AnyTagClassName
{
color: #D91EFF;
}
</style>
background-color css
<style>
a { background-color: #D91EFF; }
a { background-color: rgb(217,30,255); }
div.DivClassName
{
background-color: #D91EFF;
}
.BgClassName
{
background-color: #D91EFF;
}
</style>
border-color css
<style>
span { border-color: #D91EFF; }
span { border-color: rgb(217,30,255); }
td.TdClassName
{
border-color: #D91EFF;
}
.TagClassName
{
border-color: #D91EFF;
}
</style>