Shades of Eggplant #98136C
Tints of Eggplant #98136C
RGB
CMYK
RGB Variations
Color information
#98136C (or 0x98136C) is known color: Eggplant. HEX triplet: 98, 13 and 6C. RGB value is (152,19,108). Sum of RGB (Red+Green+Blue) = 152+19+108=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98136C is #67EC93. Grayscale: #444444. Windows color (decimal): -6810772 or 7082904. OLE color: 7082904.
HSL color Cylindrical-coordinate representation of color #98136C: hue angle of 319.85º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98136C is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 108 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.40 |
| HSL | 319.85º | 0.78% | 0.34% | - |
| HSV(B) | 319.85º | 0.88% | 0.6% | - |
| XYZ | 15.89 | 8.22 | 14.94 | - |
| YUV | 68.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 108 | 0 | 0.87 | 0.29 | 0.40 | 319.85 | 0.78 | 0.34 |
| Hex | 98 | 13 | 6C | 0 | 57 | 1D | 28 | 140 | 4E | 22 |
| Octal | 230 | 23 | 154 | 0 | 127 | 35 | 50 | 500 | 116 | 42 |
| Binary | 10011000 | 10011 | 1101100 | 0 | 1010111 | 11101 | 101000 | 101000000 | 1001110 | 100010 |
Color Harmonies of #98136C
Complementary color
Monochromatic Colors of #98136C
Black with #98136C
Text Example
Text Example
White with #98136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98136C; }
p { color: rgb(152,19,108); }
H1.HeaderClassName
{
color: #98136C;
}
.AnyTagClassName
{
color: #98136C;
}
</style>
background-color css
<style>
a { background-color: #98136C; }
a { background-color: rgb(152,19,108); }
div.DivClassName
{
background-color: #98136C;
}
.BgClassName
{
background-color: #98136C;
}
</style>
border-color css
<style>
span { border-color: #98136C; }
span { border-color: rgb(152,19,108); }
td.TdClassName
{
border-color: #98136C;
}
.TagClassName
{
border-color: #98136C;
}
</style>