Shades of Eggplant #991167
Tints of Eggplant #991167
RGB
CMYK
RGB Variations
Color information
#991167 (or 0x991167) is known color: Eggplant. HEX triplet: 99, 11 and 67. RGB value is (153,17,103). Sum of RGB (Red+Green+Blue) = 153+17+103=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #991167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991167 is #66EE98. Grayscale: #434343. Windows color (decimal): -6745753 or 6754713. OLE color: 6754713.
HSL color Cylindrical-coordinate representation of color #991167: hue angle of 322.06º 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 #991167 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 103 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.4 |
| HSL | 322.06º | 0.8% | 0.33% | - |
| HSV(B) | 322.06º | 0.89% | 0.6% | - |
| XYZ | 15.79 | 8.15 | 13.57 | - |
| YUV | 67.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 103 | 0 | 0.89 | 0.33 | 0.4 | 322.06 | 0.8 | 0.33 |
| Hex | 99 | 11 | 67 | 0 | 59 | 21 | 28 | 142 | 50 | 21 |
| Octal | 231 | 21 | 147 | 0 | 131 | 41 | 50 | 502 | 120 | 41 |
| Binary | 10011001 | 10001 | 1100111 | 0 | 1011001 | 100001 | 101000 | 101000010 | 1010000 | 100001 |
Color Harmonies of #991167
Complementary color
Monochromatic Colors of #991167
Black with #991167
Text Example
Text Example
White with #991167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991167; }
p { color: rgb(153,17,103); }
H1.HeaderClassName
{
color: #991167;
}
.AnyTagClassName
{
color: #991167;
}
</style>
background-color css
<style>
a { background-color: #991167; }
a { background-color: rgb(153,17,103); }
div.DivClassName
{
background-color: #991167;
}
.BgClassName
{
background-color: #991167;
}
</style>
border-color css
<style>
span { border-color: #991167; }
span { border-color: rgb(153,17,103); }
td.TdClassName
{
border-color: #991167;
}
.TagClassName
{
border-color: #991167;
}
</style>