Shades of Eggplant #99166D
Tints of Eggplant #99166D
RGB
CMYK
RGB Variations
Color information
#99166D (or 0x99166D) is known color: Eggplant. HEX triplet: 99, 16 and 6D. RGB value is (153,22,109). Sum of RGB (Red+Green+Blue) = 153+22+109=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99166D is #66E992. Grayscale: #464646. Windows color (decimal): -6744467 or 7149209. OLE color: 7149209.
HSL color Cylindrical-coordinate representation of color #99166D: hue angle of 320.15º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99166D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 22 | 109 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.4 |
| HSL | 320.15º | 0.75% | 0.34% | - |
| HSV(B) | 320.15º | 0.86% | 0.6% | - |
| XYZ | 16.18 | 8.45 | 15.25 | - |
| YUV | 71.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 109 | 0 | 0.86 | 0.29 | 0.4 | 320.15 | 0.75 | 0.34 |
| Hex | 99 | 16 | 6D | 0 | 56 | 1D | 28 | 140 | 4B | 22 |
| Octal | 231 | 26 | 155 | 0 | 126 | 35 | 50 | 500 | 113 | 42 |
| Binary | 10011001 | 10110 | 1101101 | 0 | 1010110 | 11101 | 101000 | 101000000 | 1001011 | 100010 |
Color Harmonies of #99166D
Complementary color
Monochromatic Colors of #99166D
Black with #99166D
Text Example
Text Example
White with #99166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99166D; }
p { color: rgb(153,22,109); }
H1.HeaderClassName
{
color: #99166D;
}
.AnyTagClassName
{
color: #99166D;
}
</style>
background-color css
<style>
a { background-color: #99166D; }
a { background-color: rgb(153,22,109); }
div.DivClassName
{
background-color: #99166D;
}
.BgClassName
{
background-color: #99166D;
}
</style>
border-color css
<style>
span { border-color: #99166D; }
span { border-color: rgb(153,22,109); }
td.TdClassName
{
border-color: #99166D;
}
.TagClassName
{
border-color: #99166D;
}
</style>