Shades of Eggplant #98036E
Tints of Eggplant #98036E
RGB
CMYK
RGB Variations
Color information
#98036E (or 0x98036E) is known color: Eggplant. HEX triplet: 98, 03 and 6E. RGB value is (152,3,110). Sum of RGB (Red+Green+Blue) = 152+3+110=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98036E is #67FC91. Grayscale: #3B3B3B. Windows color (decimal): -6814866 or 7209880. OLE color: 7209880.
HSL color Cylindrical-coordinate representation of color #98036E: hue angle of 316.91º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98036E is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 110 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.40 |
| HSL | 316.91º | 0.96% | 0.3% | - |
| HSV(B) | 316.91º | 0.98% | 0.6% | - |
| XYZ | 15.8 | 7.87 | 15.44 | - |
| YUV | 59.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 110 | 0 | 0.98 | 0.28 | 0.40 | 316.91 | 0.96 | 0.3 |
| Hex | 98 | 3 | 6E | 0 | 62 | 1C | 28 | 13D | 60 | 1E |
| Octal | 230 | 3 | 156 | 0 | 142 | 34 | 50 | 475 | 140 | 36 |
| Binary | 10011000 | 11 | 1101110 | 0 | 1100010 | 11100 | 101000 | 100111101 | 1100000 | 11110 |
Color Harmonies of #98036E
Complementary color
Monochromatic Colors of #98036E
Black with #98036E
Text Example
Text Example
White with #98036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98036E; }
p { color: rgb(152,3,110); }
H1.HeaderClassName
{
color: #98036E;
}
.AnyTagClassName
{
color: #98036E;
}
</style>
background-color css
<style>
a { background-color: #98036E; }
a { background-color: rgb(152,3,110); }
div.DivClassName
{
background-color: #98036E;
}
.BgClassName
{
background-color: #98036E;
}
</style>
border-color css
<style>
span { border-color: #98036E; }
span { border-color: rgb(152,3,110); }
td.TdClassName
{
border-color: #98036E;
}
.TagClassName
{
border-color: #98036E;
}
</style>