Shades of Eggplant #99176F
Tints of Eggplant #99176F
RGB
CMYK
RGB Variations
Color information
#99176F (or 0x99176F) is known color: Eggplant. HEX triplet: 99, 17 and 6F. RGB value is (153,23,111). Sum of RGB (Red+Green+Blue) = 153+23+111=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #99176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99176F is #66E890. Grayscale: #474747. Windows color (decimal): -6744209 or 7280537. OLE color: 7280537.
HSL color Cylindrical-coordinate representation of color #99176F: hue angle of 319.38º 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 #99176F is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 23 | 111 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.4 |
| HSL | 319.38º | 0.74% | 0.35% | - |
| HSV(B) | 319.38º | 0.85% | 0.6% | - |
| XYZ | 16.31 | 8.53 | 15.83 | - |
| YUV | 71.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 111 | 0 | 0.85 | 0.27 | 0.4 | 319.38 | 0.74 | 0.35 |
| Hex | 99 | 17 | 6F | 0 | 55 | 1B | 28 | 13F | 4A | 23 |
| Octal | 231 | 27 | 157 | 0 | 125 | 33 | 50 | 477 | 112 | 43 |
| Binary | 10011001 | 10111 | 1101111 | 0 | 1010101 | 11011 | 101000 | 100111111 | 1001010 | 100011 |
Color Harmonies of #99176F
Complementary color
Monochromatic Colors of #99176F
Black with #99176F
Text Example
Text Example
White with #99176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99176F; }
p { color: rgb(153,23,111); }
H1.HeaderClassName
{
color: #99176F;
}
.AnyTagClassName
{
color: #99176F;
}
</style>
background-color css
<style>
a { background-color: #99176F; }
a { background-color: rgb(153,23,111); }
div.DivClassName
{
background-color: #99176F;
}
.BgClassName
{
background-color: #99176F;
}
</style>
border-color css
<style>
span { border-color: #99176F; }
span { border-color: rgb(153,23,111); }
td.TdClassName
{
border-color: #99176F;
}
.TagClassName
{
border-color: #99176F;
}
</style>