Shades of Eggplant #98096E
Tints of Eggplant #98096E
RGB
CMYK
RGB Variations
Color information
#98096E (or 0x98096E) is known color: Eggplant. HEX triplet: 98, 09 and 6E. RGB value is (152,9,110). Sum of RGB (Red+Green+Blue) = 152+9+110=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #98096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98096E is #67F691. Grayscale: #3F3F3F. Windows color (decimal): -6813330 or 7211416. OLE color: 7211416.
HSL color Cylindrical-coordinate representation of color #98096E: hue angle of 317.62º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98096E is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 110 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.40 |
| HSL | 317.62º | 0.89% | 0.32% | - |
| HSV(B) | 317.62º | 0.94% | 0.6% | - |
| XYZ | 15.86 | 8 | 15.46 | - |
| YUV | 63.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 110 | 0 | 0.94 | 0.28 | 0.40 | 317.62 | 0.89 | 0.32 |
| Hex | 98 | 9 | 6E | 0 | 5E | 1C | 28 | 13E | 59 | 20 |
| Octal | 230 | 11 | 156 | 0 | 136 | 34 | 50 | 476 | 131 | 40 |
| Binary | 10011000 | 1001 | 1101110 | 0 | 1011110 | 11100 | 101000 | 100111110 | 1011001 | 100000 |
Color Harmonies of #98096E
Complementary color
Monochromatic Colors of #98096E
Black with #98096E
Text Example
Text Example
White with #98096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98096E; }
p { color: rgb(152,9,110); }
H1.HeaderClassName
{
color: #98096E;
}
.AnyTagClassName
{
color: #98096E;
}
</style>
background-color css
<style>
a { background-color: #98096E; }
a { background-color: rgb(152,9,110); }
div.DivClassName
{
background-color: #98096E;
}
.BgClassName
{
background-color: #98096E;
}
</style>
border-color css
<style>
span { border-color: #98096E; }
span { border-color: rgb(152,9,110); }
td.TdClassName
{
border-color: #98096E;
}
.TagClassName
{
border-color: #98096E;
}
</style>