Shades of Eggplant #98116C
Tints of Eggplant #98116C
RGB
CMYK
RGB Variations
Color information
#98116C (or 0x98116C) is known color: Eggplant. HEX triplet: 98, 11 and 6C. RGB value is (152,17,108). Sum of RGB (Red+Green+Blue) = 152+17+108=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98116C is #67EE93. Grayscale: #434343. Windows color (decimal): -6811284 or 7082392. OLE color: 7082392.
HSL color Cylindrical-coordinate representation of color #98116C: hue angle of 319.56º 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 #98116C is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 108 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.40 |
| HSL | 319.56º | 0.8% | 0.33% | - |
| HSV(B) | 319.56º | 0.89% | 0.6% | - |
| XYZ | 15.86 | 8.16 | 14.93 | - |
| YUV | 67.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 108 | 0 | 0.89 | 0.29 | 0.40 | 319.56 | 0.8 | 0.33 |
| Hex | 98 | 11 | 6C | 0 | 59 | 1D | 28 | 140 | 50 | 21 |
| Octal | 230 | 21 | 154 | 0 | 131 | 35 | 50 | 500 | 120 | 41 |
| Binary | 10011000 | 10001 | 1101100 | 0 | 1011001 | 11101 | 101000 | 101000000 | 1010000 | 100001 |
Color Harmonies of #98116C
Complementary color
Monochromatic Colors of #98116C
Black with #98116C
Text Example
Text Example
White with #98116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98116C; }
p { color: rgb(152,17,108); }
H1.HeaderClassName
{
color: #98116C;
}
.AnyTagClassName
{
color: #98116C;
}
</style>
background-color css
<style>
a { background-color: #98116C; }
a { background-color: rgb(152,17,108); }
div.DivClassName
{
background-color: #98116C;
}
.BgClassName
{
background-color: #98116C;
}
</style>
border-color css
<style>
span { border-color: #98116C; }
span { border-color: rgb(152,17,108); }
td.TdClassName
{
border-color: #98116C;
}
.TagClassName
{
border-color: #98116C;
}
</style>