Shades of Psychedelic Purple #D91BE6
Tints of Psychedelic Purple #D91BE6
RGB
CMYK
RGB Variations
Color information
#D91BE6 (or 0xD91BE6) is known color: Psychedelic Purple. HEX triplet: D9, 1B and E6. RGB value is (217,27,230). Sum of RGB (Red+Green+Blue) = 217+27+230=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #D91BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91BE6 is #26E419. Grayscale: #6A6A6A. Windows color (decimal): -2548762 or 15080409. OLE color: 15080409.
HSL color Cylindrical-coordinate representation of color #D91BE6: hue angle of 296.16º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91BE6 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 27 | 230 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.10 |
| HSL | 296.16º | 0.8% | 0.5% | - |
| HSV(B) | 296.16º | 0.88% | 0.9% | - |
| XYZ | 43.29 | 21.25 | 76.68 | - |
| YUV | 106.95 | 197.45 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 230 | 0.06 | 0.88 | 0 | 0.10 | 296.16 | 0.8 | 0.5 |
| Hex | D9 | 1B | E6 | 6 | 58 | 0 | A | 128 | 50 | 32 |
| Octal | 331 | 33 | 346 | 6 | 130 | 0 | 12 | 450 | 120 | 62 |
| Binary | 11011001 | 11011 | 11100110 | 110 | 1011000 | 0 | 1010 | 100101000 | 1010000 | 110010 |
Color Harmonies of #D91BE6
Complementary color
Monochromatic Colors of #D91BE6
Black with #D91BE6
Text Example
Text Example
White with #D91BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BE6; }
p { color: rgb(217,27,230); }
H1.HeaderClassName
{
color: #D91BE6;
}
.AnyTagClassName
{
color: #D91BE6;
}
</style>
background-color css
<style>
a { background-color: #D91BE6; }
a { background-color: rgb(217,27,230); }
div.DivClassName
{
background-color: #D91BE6;
}
.BgClassName
{
background-color: #D91BE6;
}
</style>
border-color css
<style>
span { border-color: #D91BE6; }
span { border-color: rgb(217,27,230); }
td.TdClassName
{
border-color: #D91BE6;
}
.TagClassName
{
border-color: #D91BE6;
}
</style>