Shades of Eggplant #98056D
Tints of Eggplant #98056D
RGB
CMYK
RGB Variations
Color information
#98056D (or 0x98056D) is known color: Eggplant. HEX triplet: 98, 05 and 6D. RGB value is (152,5,109). Sum of RGB (Red+Green+Blue) = 152+5+109=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98056D is #67FA92. Grayscale: #3C3C3C. Windows color (decimal): -6814355 or 7144856. OLE color: 7144856.
HSL color Cylindrical-coordinate representation of color #98056D: hue angle of 317.55º degrees, saturation: 0.94, 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 #98056D is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.40 |
| HSL | 317.55º | 0.94% | 0.31% | - |
| HSV(B) | 317.55º | 0.97% | 0.6% | - |
| XYZ | 15.76 | 7.89 | 15.16 | - |
| YUV | 60.81 | 155.2 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 109 | 0 | 0.97 | 0.28 | 0.40 | 317.55 | 0.94 | 0.31 |
| Hex | 98 | 5 | 6D | 0 | 61 | 1C | 28 | 13E | 5E | 1F |
| Octal | 230 | 5 | 155 | 0 | 141 | 34 | 50 | 476 | 136 | 37 |
| Binary | 10011000 | 101 | 1101101 | 0 | 1100001 | 11100 | 101000 | 100111110 | 1011110 | 11111 |
Color Harmonies of #98056D
Complementary color
Monochromatic Colors of #98056D
Black with #98056D
Text Example
Text Example
White with #98056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98056D; }
p { color: rgb(152,5,109); }
H1.HeaderClassName
{
color: #98056D;
}
.AnyTagClassName
{
color: #98056D;
}
</style>
background-color css
<style>
a { background-color: #98056D; }
a { background-color: rgb(152,5,109); }
div.DivClassName
{
background-color: #98056D;
}
.BgClassName
{
background-color: #98056D;
}
</style>
border-color css
<style>
span { border-color: #98056D; }
span { border-color: rgb(152,5,109); }
td.TdClassName
{
border-color: #98056D;
}
.TagClassName
{
border-color: #98056D;
}
</style>