Shades of Eggplant #99176E
Tints of Eggplant #99176E
RGB
CMYK
RGB Variations
Color information
#99176E (or 0x99176E) is known color: Eggplant. HEX triplet: 99, 17 and 6E. RGB value is (153,23,110). Sum of RGB (Red+Green+Blue) = 153+23+110=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99176E is #66E891. Grayscale: #474747. Windows color (decimal): -6744210 or 7215001. OLE color: 7215001.
HSL color Cylindrical-coordinate representation of color #99176E: hue angle of 319.85º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99176E is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 23 | 110 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.4 |
| HSL | 319.85º | 0.74% | 0.35% | - |
| HSV(B) | 319.85º | 0.85% | 0.6% | - |
| XYZ | 16.26 | 8.51 | 15.54 | - |
| YUV | 71.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 110 | 0 | 0.85 | 0.28 | 0.4 | 319.85 | 0.74 | 0.35 |
| Hex | 99 | 17 | 6E | 0 | 55 | 1C | 28 | 140 | 4A | 23 |
| Octal | 231 | 27 | 156 | 0 | 125 | 34 | 50 | 500 | 112 | 43 |
| Binary | 10011001 | 10111 | 1101110 | 0 | 1010101 | 11100 | 101000 | 101000000 | 1001010 | 100011 |
Color Harmonies of #99176E
Complementary color
Monochromatic Colors of #99176E
Black with #99176E
Text Example
Text Example
White with #99176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99176E; }
p { color: rgb(153,23,110); }
H1.HeaderClassName
{
color: #99176E;
}
.AnyTagClassName
{
color: #99176E;
}
</style>
background-color css
<style>
a { background-color: #99176E; }
a { background-color: rgb(153,23,110); }
div.DivClassName
{
background-color: #99176E;
}
.BgClassName
{
background-color: #99176E;
}
</style>
border-color css
<style>
span { border-color: #99176E; }
span { border-color: rgb(153,23,110); }
td.TdClassName
{
border-color: #99176E;
}
.TagClassName
{
border-color: #99176E;
}
</style>