Shades of Psychedelic Purple #D91CEB
Tints of Psychedelic Purple #D91CEB
RGB
CMYK
RGB Variations
Color information
#D91CEB (or 0xD91CEB) is known color: Psychedelic Purple. HEX triplet: D9, 1C and EB. RGB value is (217,28,235). Sum of RGB (Red+Green+Blue) = 217+28+235=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #D91CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91CEB is #26E314. Grayscale: #6B6B6B. Windows color (decimal): -2548501 or 15408345. OLE color: 15408345.
HSL color Cylindrical-coordinate representation of color #D91CEB: hue angle of 294.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91CEB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 28 | 235 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.08 |
| HSL | 294.78º | 0.84% | 0.52% | - |
| HSV(B) | 294.78º | 0.88% | 0.92% | - |
| XYZ | 44.03 | 21.58 | 80.44 | - |
| YUV | 108.11 | 199.62 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 235 | 0.08 | 0.88 | 0 | 0.08 | 294.78 | 0.84 | 0.52 |
| Hex | D9 | 1C | EB | 8 | 58 | 0 | 8 | 127 | 54 | 34 |
| Octal | 331 | 34 | 353 | 10 | 130 | 0 | 10 | 447 | 124 | 64 |
| Binary | 11011001 | 11100 | 11101011 | 1000 | 1011000 | 0 | 1000 | 100100111 | 1010100 | 110100 |
Color Harmonies of #D91CEB
Complementary color
Monochromatic Colors of #D91CEB
Black with #D91CEB
Text Example
Text Example
White with #D91CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CEB; }
p { color: rgb(217,28,235); }
H1.HeaderClassName
{
color: #D91CEB;
}
.AnyTagClassName
{
color: #D91CEB;
}
</style>
background-color css
<style>
a { background-color: #D91CEB; }
a { background-color: rgb(217,28,235); }
div.DivClassName
{
background-color: #D91CEB;
}
.BgClassName
{
background-color: #D91CEB;
}
</style>
border-color css
<style>
span { border-color: #D91CEB; }
span { border-color: rgb(217,28,235); }
td.TdClassName
{
border-color: #D91CEB;
}
.TagClassName
{
border-color: #D91CEB;
}
</style>