Shades of Psychedelic Purple #D91BE7
Tints of Psychedelic Purple #D91BE7
RGB
CMYK
RGB Variations
Color information
#D91BE7 (or 0xD91BE7) is known color: Psychedelic Purple. HEX triplet: D9, 1B and E7. RGB value is (217,27,231). Sum of RGB (Red+Green+Blue) = 217+27+231=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #D91BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91BE7 is #26E418. Grayscale: #6A6A6A. Windows color (decimal): -2548761 or 15145945. OLE color: 15145945.
HSL color Cylindrical-coordinate representation of color #D91BE7: hue angle of 295.88º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91BE7 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 27 | 231 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.09 |
| HSL | 295.88º | 0.81% | 0.51% | - |
| HSV(B) | 295.88º | 0.88% | 0.91% | - |
| XYZ | 43.43 | 21.31 | 77.42 | - |
| YUV | 107.07 | 197.95 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 231 | 0.06 | 0.88 | 0 | 0.09 | 295.88 | 0.81 | 0.51 |
| Hex | D9 | 1B | E7 | 6 | 58 | 0 | 9 | 128 | 51 | 33 |
| Octal | 331 | 33 | 347 | 6 | 130 | 0 | 11 | 450 | 121 | 63 |
| Binary | 11011001 | 11011 | 11100111 | 110 | 1011000 | 0 | 1001 | 100101000 | 1010001 | 110011 |
Color Harmonies of #D91BE7
Complementary color
Monochromatic Colors of #D91BE7
Black with #D91BE7
Text Example
Text Example
White with #D91BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BE7; }
p { color: rgb(217,27,231); }
H1.HeaderClassName
{
color: #D91BE7;
}
.AnyTagClassName
{
color: #D91BE7;
}
</style>
background-color css
<style>
a { background-color: #D91BE7; }
a { background-color: rgb(217,27,231); }
div.DivClassName
{
background-color: #D91BE7;
}
.BgClassName
{
background-color: #D91BE7;
}
</style>
border-color css
<style>
span { border-color: #D91BE7; }
span { border-color: rgb(217,27,231); }
td.TdClassName
{
border-color: #D91BE7;
}
.TagClassName
{
border-color: #D91BE7;
}
</style>