Shades of Eggplant #98176F
Tints of Eggplant #98176F
RGB
CMYK
RGB Variations
Color information
#98176F (or 0x98176F) is known color: Eggplant. HEX triplet: 98, 17 and 6F. RGB value is (152,23,111). Sum of RGB (Red+Green+Blue) = 152+23+111=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #98176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98176F is #67E890. Grayscale: #474747. Windows color (decimal): -6809745 or 7280536. OLE color: 7280536.
HSL color Cylindrical-coordinate representation of color #98176F: hue angle of 319.07º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98176F is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 111 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.40 |
| HSL | 319.07º | 0.74% | 0.34% | - |
| HSV(B) | 319.07º | 0.85% | 0.6% | - |
| XYZ | 16.12 | 8.44 | 15.82 | - |
| YUV | 71.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 111 | 0 | 0.85 | 0.27 | 0.40 | 319.07 | 0.74 | 0.34 |
| Hex | 98 | 17 | 6F | 0 | 55 | 1B | 28 | 13F | 4A | 22 |
| Octal | 230 | 27 | 157 | 0 | 125 | 33 | 50 | 477 | 112 | 42 |
| Binary | 10011000 | 10111 | 1101111 | 0 | 1010101 | 11011 | 101000 | 100111111 | 1001010 | 100010 |
Color Harmonies of #98176F
Complementary color
Monochromatic Colors of #98176F
Black with #98176F
Text Example
Text Example
White with #98176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98176F; }
p { color: rgb(152,23,111); }
H1.HeaderClassName
{
color: #98176F;
}
.AnyTagClassName
{
color: #98176F;
}
</style>
background-color css
<style>
a { background-color: #98176F; }
a { background-color: rgb(152,23,111); }
div.DivClassName
{
background-color: #98176F;
}
.BgClassName
{
background-color: #98176F;
}
</style>
border-color css
<style>
span { border-color: #98176F; }
span { border-color: rgb(152,23,111); }
td.TdClassName
{
border-color: #98176F;
}
.TagClassName
{
border-color: #98176F;
}
</style>