Shades of Eggplant #911966
Tints of Eggplant #911966
RGB
CMYK
RGB Variations
Color information
#911966 (or 0x911966) is known color: Eggplant. HEX triplet: 91, 19 and 66. RGB value is (145,25,102). Sum of RGB (Red+Green+Blue) = 145+25+102=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #911966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911966 is #6EE699. Grayscale: #454545. Windows color (decimal): -7267994 or 6691217. OLE color: 6691217.
HSL color Cylindrical-coordinate representation of color #911966: hue angle of 321.5º degrees, saturation: 0.71, 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 #911966 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 102 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.43 |
| HSL | 321.5º | 0.71% | 0.33% | - |
| HSV(B) | 321.5º | 0.83% | 0.57% | - |
| XYZ | 14.42 | 7.67 | 13.29 | - |
| YUV | 69.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 102 | 0 | 0.83 | 0.30 | 0.43 | 321.5 | 0.71 | 0.33 |
| Hex | 91 | 19 | 66 | 0 | 53 | 1E | 2B | 142 | 47 | 21 |
| Octal | 221 | 31 | 146 | 0 | 123 | 36 | 53 | 502 | 107 | 41 |
| Binary | 10010001 | 11001 | 1100110 | 0 | 1010011 | 11110 | 101011 | 101000010 | 1000111 | 100001 |
Color Harmonies of #911966
Complementary color
Monochromatic Colors of #911966
Black with #911966
Text Example
Text Example
White with #911966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911966; }
p { color: rgb(145,25,102); }
H1.HeaderClassName
{
color: #911966;
}
.AnyTagClassName
{
color: #911966;
}
</style>
background-color css
<style>
a { background-color: #911966; }
a { background-color: rgb(145,25,102); }
div.DivClassName
{
background-color: #911966;
}
.BgClassName
{
background-color: #911966;
}
</style>
border-color css
<style>
span { border-color: #911966; }
span { border-color: rgb(145,25,102); }
td.TdClassName
{
border-color: #911966;
}
.TagClassName
{
border-color: #911966;
}
</style>