Shades of Eggplant #911866
Tints of Eggplant #911866
RGB
CMYK
RGB Variations
Color information
#911866 (or 0x911866) is known color: Eggplant. HEX triplet: 91, 18 and 66. RGB value is (145,24,102). Sum of RGB (Red+Green+Blue) = 145+24+102=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #911866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911866 is #6EE799. Grayscale: #444444. Windows color (decimal): -7268250 or 6690961. OLE color: 6690961.
HSL color Cylindrical-coordinate representation of color #911866: hue angle of 321.32º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911866 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 102 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.43 |
| HSL | 321.32º | 0.72% | 0.33% | - |
| HSV(B) | 321.32º | 0.83% | 0.57% | - |
| XYZ | 14.4 | 7.63 | 13.28 | - |
| YUV | 69.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 102 | 0 | 0.83 | 0.30 | 0.43 | 321.32 | 0.72 | 0.33 |
| Hex | 91 | 18 | 66 | 0 | 53 | 1E | 2B | 141 | 48 | 21 |
| Octal | 221 | 30 | 146 | 0 | 123 | 36 | 53 | 501 | 110 | 41 |
| Binary | 10010001 | 11000 | 1100110 | 0 | 1010011 | 11110 | 101011 | 101000001 | 1001000 | 100001 |
Color Harmonies of #911866
Complementary color
Monochromatic Colors of #911866
Black with #911866
Text Example
Text Example
White with #911866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911866; }
p { color: rgb(145,24,102); }
H1.HeaderClassName
{
color: #911866;
}
.AnyTagClassName
{
color: #911866;
}
</style>
background-color css
<style>
a { background-color: #911866; }
a { background-color: rgb(145,24,102); }
div.DivClassName
{
background-color: #911866;
}
.BgClassName
{
background-color: #911866;
}
</style>
border-color css
<style>
span { border-color: #911866; }
span { border-color: rgb(145,24,102); }
td.TdClassName
{
border-color: #911866;
}
.TagClassName
{
border-color: #911866;
}
</style>