Shades of Eggplant #98136D
Tints of Eggplant #98136D
RGB
CMYK
RGB Variations
Color information
#98136D (or 0x98136D) is known color: Eggplant. HEX triplet: 98, 13 and 6D. RGB value is (152,19,109). Sum of RGB (Red+Green+Blue) = 152+19+109=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98136D is #67EC92. Grayscale: #444444. Windows color (decimal): -6810771 or 7148440. OLE color: 7148440.
HSL color Cylindrical-coordinate representation of color #98136D: hue angle of 319.4º 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 #98136D is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 109 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.40 |
| HSL | 319.4º | 0.78% | 0.34% | - |
| HSV(B) | 319.4º | 0.88% | 0.6% | - |
| XYZ | 15.94 | 8.25 | 15.22 | - |
| YUV | 69.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 109 | 0 | 0.87 | 0.28 | 0.40 | 319.4 | 0.78 | 0.34 |
| Hex | 98 | 13 | 6D | 0 | 57 | 1C | 28 | 13F | 4E | 22 |
| Octal | 230 | 23 | 155 | 0 | 127 | 34 | 50 | 477 | 116 | 42 |
| Binary | 10011000 | 10011 | 1101101 | 0 | 1010111 | 11100 | 101000 | 100111111 | 1001110 | 100010 |
Color Harmonies of #98136D
Complementary color
Monochromatic Colors of #98136D
Black with #98136D
Text Example
Text Example
White with #98136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98136D; }
p { color: rgb(152,19,109); }
H1.HeaderClassName
{
color: #98136D;
}
.AnyTagClassName
{
color: #98136D;
}
</style>
background-color css
<style>
a { background-color: #98136D; }
a { background-color: rgb(152,19,109); }
div.DivClassName
{
background-color: #98136D;
}
.BgClassName
{
background-color: #98136D;
}
</style>
border-color css
<style>
span { border-color: #98136D; }
span { border-color: rgb(152,19,109); }
td.TdClassName
{
border-color: #98136D;
}
.TagClassName
{
border-color: #98136D;
}
</style>