Shades of Eggplant #991176
Tints of Eggplant #991176
RGB
CMYK
RGB Variations
Color information
#991176 (or 0x991176) is known color: Eggplant. HEX triplet: 99, 11 and 76. RGB value is (153,17,118). Sum of RGB (Red+Green+Blue) = 153+17+118=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #991176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991176 is #66EE89. Grayscale: #444444. Windows color (decimal): -6745738 or 7737753. OLE color: 7737753.
HSL color Cylindrical-coordinate representation of color #991176: hue angle of 315.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991176 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 118 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.4 |
| HSL | 315.44º | 0.8% | 0.33% | - |
| HSV(B) | 315.44º | 0.89% | 0.6% | - |
| XYZ | 16.61 | 8.48 | 17.9 | - |
| YUV | 69.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 118 | 0 | 0.89 | 0.23 | 0.4 | 315.44 | 0.8 | 0.33 |
| Hex | 99 | 11 | 76 | 0 | 59 | 17 | 28 | 13B | 50 | 21 |
| Octal | 231 | 21 | 166 | 0 | 131 | 27 | 50 | 473 | 120 | 41 |
| Binary | 10011001 | 10001 | 1110110 | 0 | 1011001 | 10111 | 101000 | 100111011 | 1010000 | 100001 |
Color Harmonies of #991176
Complementary color
Monochromatic Colors of #991176
Black with #991176
Text Example
Text Example
White with #991176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991176; }
p { color: rgb(153,17,118); }
H1.HeaderClassName
{
color: #991176;
}
.AnyTagClassName
{
color: #991176;
}
</style>
background-color css
<style>
a { background-color: #991176; }
a { background-color: rgb(153,17,118); }
div.DivClassName
{
background-color: #991176;
}
.BgClassName
{
background-color: #991176;
}
</style>
border-color css
<style>
span { border-color: #991176; }
span { border-color: rgb(153,17,118); }
td.TdClassName
{
border-color: #991176;
}
.TagClassName
{
border-color: #991176;
}
</style>