Shades of Psychedelic Purple #D91AEC
Tints of Psychedelic Purple #D91AEC
RGB
CMYK
RGB Variations
Color information
#D91AEC (or 0xD91AEC) is known color: Psychedelic Purple. HEX triplet: D9, 1A and EC. RGB value is (217,26,236). Sum of RGB (Red+Green+Blue) = 217+26+236=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #D91AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91AEC is #26E513. Grayscale: #6A6A6A. Windows color (decimal): -2549012 or 15473369. OLE color: 15473369.
HSL color Cylindrical-coordinate representation of color #D91AEC: hue angle of 294.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91AEC is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 26 | 236 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.57º | 0.85% | 0.51% | - |
| HSV(B) | 294.57º | 0.89% | 0.93% | - |
| XYZ | 44.12 | 21.55 | 81.19 | - |
| YUV | 107.05 | 200.78 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 236 | 0.08 | 0.89 | 0 | 0.07 | 294.57 | 0.85 | 0.51 |
| Hex | D9 | 1A | EC | 8 | 59 | 0 | 7 | 127 | 55 | 33 |
| Octal | 331 | 32 | 354 | 10 | 131 | 0 | 7 | 447 | 125 | 63 |
| Binary | 11011001 | 11010 | 11101100 | 1000 | 1011001 | 0 | 111 | 100100111 | 1010101 | 110011 |
Color Harmonies of #D91AEC
Complementary color
Monochromatic Colors of #D91AEC
Black with #D91AEC
Text Example
Text Example
White with #D91AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91AEC; }
p { color: rgb(217,26,236); }
H1.HeaderClassName
{
color: #D91AEC;
}
.AnyTagClassName
{
color: #D91AEC;
}
</style>
background-color css
<style>
a { background-color: #D91AEC; }
a { background-color: rgb(217,26,236); }
div.DivClassName
{
background-color: #D91AEC;
}
.BgClassName
{
background-color: #D91AEC;
}
</style>
border-color css
<style>
span { border-color: #D91AEC; }
span { border-color: rgb(217,26,236); }
td.TdClassName
{
border-color: #D91AEC;
}
.TagClassName
{
border-color: #D91AEC;
}
</style>