Shades of Eggplant #98106E
Tints of Eggplant #98106E
RGB
CMYK
RGB Variations
Color information
#98106E (or 0x98106E) is known color: Eggplant. HEX triplet: 98, 10 and 6E. RGB value is (152,16,110). Sum of RGB (Red+Green+Blue) = 152+16+110=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98106E is #67EF91. Grayscale: #434343. Windows color (decimal): -6811538 or 7213208. OLE color: 7213208.
HSL color Cylindrical-coordinate representation of color #98106E: hue angle of 318.53º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98106E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 110 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.40 |
| HSL | 318.53º | 0.81% | 0.33% | - |
| HSV(B) | 318.53º | 0.89% | 0.6% | - |
| XYZ | 15.95 | 8.17 | 15.49 | - |
| YUV | 67.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 110 | 0 | 0.89 | 0.28 | 0.40 | 318.53 | 0.81 | 0.33 |
| Hex | 98 | 10 | 6E | 0 | 59 | 1C | 28 | 13F | 51 | 21 |
| Octal | 230 | 20 | 156 | 0 | 131 | 34 | 50 | 477 | 121 | 41 |
| Binary | 10011000 | 10000 | 1101110 | 0 | 1011001 | 11100 | 101000 | 100111111 | 1010001 | 100001 |
Color Harmonies of #98106E
Complementary color
Monochromatic Colors of #98106E
Black with #98106E
Text Example
Text Example
White with #98106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98106E; }
p { color: rgb(152,16,110); }
H1.HeaderClassName
{
color: #98106E;
}
.AnyTagClassName
{
color: #98106E;
}
</style>
background-color css
<style>
a { background-color: #98106E; }
a { background-color: rgb(152,16,110); }
div.DivClassName
{
background-color: #98106E;
}
.BgClassName
{
background-color: #98106E;
}
</style>
border-color css
<style>
span { border-color: #98106E; }
span { border-color: rgb(152,16,110); }
td.TdClassName
{
border-color: #98106E;
}
.TagClassName
{
border-color: #98106E;
}
</style>