Shades of Eggplant #98046E
Tints of Eggplant #98046E
RGB
CMYK
RGB Variations
Color information
#98046E (or 0x98046E) is known color: Eggplant. HEX triplet: 98, 04 and 6E. RGB value is (152,4,110). Sum of RGB (Red+Green+Blue) = 152+4+110=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98046E is #67FB91. Grayscale: #3C3C3C. Windows color (decimal): -6814610 or 7210136. OLE color: 7210136.
HSL color Cylindrical-coordinate representation of color #98046E: hue angle of 317.03º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98046E is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 110 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.40 |
| HSL | 317.03º | 0.95% | 0.31% | - |
| HSV(B) | 317.03º | 0.97% | 0.6% | - |
| XYZ | 15.81 | 7.89 | 15.44 | - |
| YUV | 60.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 110 | 0 | 0.97 | 0.28 | 0.40 | 317.03 | 0.95 | 0.31 |
| Hex | 98 | 4 | 6E | 0 | 61 | 1C | 28 | 13D | 5F | 1F |
| Octal | 230 | 4 | 156 | 0 | 141 | 34 | 50 | 475 | 137 | 37 |
| Binary | 10011000 | 100 | 1101110 | 0 | 1100001 | 11100 | 101000 | 100111101 | 1011111 | 11111 |
Color Harmonies of #98046E
Complementary color
Monochromatic Colors of #98046E
Black with #98046E
Text Example
Text Example
White with #98046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98046E; }
p { color: rgb(152,4,110); }
H1.HeaderClassName
{
color: #98046E;
}
.AnyTagClassName
{
color: #98046E;
}
</style>
background-color css
<style>
a { background-color: #98046E; }
a { background-color: rgb(152,4,110); }
div.DivClassName
{
background-color: #98046E;
}
.BgClassName
{
background-color: #98046E;
}
</style>
border-color css
<style>
span { border-color: #98046E; }
span { border-color: rgb(152,4,110); }
td.TdClassName
{
border-color: #98046E;
}
.TagClassName
{
border-color: #98046E;
}
</style>