Shades of Psychedelic Purple #D91EF4
Tints of Psychedelic Purple #D91EF4
RGB
CMYK
RGB Variations
Color information
#D91EF4 (or 0xD91EF4) is known color: Psychedelic Purple. HEX triplet: D9, 1E and F4. RGB value is (217,30,244). Sum of RGB (Red+Green+Blue) = 217+30+244=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #D91EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91EF4 is #26E10B. Grayscale: #6D6D6D. Windows color (decimal): -2547980 or 15998681. OLE color: 15998681.
HSL color Cylindrical-coordinate representation of color #D91EF4: hue angle of 292.43º 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 #D91EF4 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 30 | 244 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.04 |
| HSL | 292.43º | 0.91% | 0.54% | - |
| HSV(B) | 292.43º | 0.88% | 0.96% | - |
| XYZ | 45.41 | 22.21 | 87.48 | - |
| YUV | 110.31 | 203.45 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 244 | 0.11 | 0.88 | 0 | 0.04 | 292.43 | 0.91 | 0.54 |
| Hex | D9 | 1E | F4 | B | 58 | 0 | 4 | 124 | 5B | 36 |
| Octal | 331 | 36 | 364 | 13 | 130 | 0 | 4 | 444 | 133 | 66 |
| Binary | 11011001 | 11110 | 11110100 | 1011 | 1011000 | 0 | 100 | 100100100 | 1011011 | 110110 |
Color Harmonies of #D91EF4
Complementary color
Monochromatic Colors of #D91EF4
Black with #D91EF4
Text Example
Text Example
White with #D91EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EF4; }
p { color: rgb(217,30,244); }
H1.HeaderClassName
{
color: #D91EF4;
}
.AnyTagClassName
{
color: #D91EF4;
}
</style>
background-color css
<style>
a { background-color: #D91EF4; }
a { background-color: rgb(217,30,244); }
div.DivClassName
{
background-color: #D91EF4;
}
.BgClassName
{
background-color: #D91EF4;
}
</style>
border-color css
<style>
span { border-color: #D91EF4; }
span { border-color: rgb(217,30,244); }
td.TdClassName
{
border-color: #D91EF4;
}
.TagClassName
{
border-color: #D91EF4;
}
</style>