Shades of Psychedelic Purple #D91EF8
Tints of Psychedelic Purple #D91EF8
RGB
CMYK
RGB Variations
Color information
#D91EF8 (or 0xD91EF8) is known color: Psychedelic Purple. HEX triplet: D9, 1E and F8. RGB value is (217,30,248). Sum of RGB (Red+Green+Blue) = 217+30+248=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #D91EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91EF8 is #26E107. Grayscale: #6E6E6E. Windows color (decimal): -2547976 or 16260825. OLE color: 16260825.
HSL color Cylindrical-coordinate representation of color #D91EF8: hue angle of 291.47º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91EF8 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 30 | 248 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.03 |
| HSL | 291.47º | 0.94% | 0.55% | - |
| HSV(B) | 291.47º | 0.88% | 0.97% | - |
| XYZ | 46.02 | 22.46 | 90.72 | - |
| YUV | 110.77 | 205.45 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 248 | 0.12 | 0.88 | 0 | 0.03 | 291.47 | 0.94 | 0.55 |
| Hex | D9 | 1E | F8 | C | 58 | 0 | 3 | 123 | 5E | 37 |
| Octal | 331 | 36 | 370 | 14 | 130 | 0 | 3 | 443 | 136 | 67 |
| Binary | 11011001 | 11110 | 11111000 | 1100 | 1011000 | 0 | 11 | 100100011 | 1011110 | 110111 |
Color Harmonies of #D91EF8
Complementary color
Monochromatic Colors of #D91EF8
Black with #D91EF8
Text Example
Text Example
White with #D91EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EF8; }
p { color: rgb(217,30,248); }
H1.HeaderClassName
{
color: #D91EF8;
}
.AnyTagClassName
{
color: #D91EF8;
}
</style>
background-color css
<style>
a { background-color: #D91EF8; }
a { background-color: rgb(217,30,248); }
div.DivClassName
{
background-color: #D91EF8;
}
.BgClassName
{
background-color: #D91EF8;
}
</style>
border-color css
<style>
span { border-color: #D91EF8; }
span { border-color: rgb(217,30,248); }
td.TdClassName
{
border-color: #D91EF8;
}
.TagClassName
{
border-color: #D91EF8;
}
</style>