Shades of Eggplant #98056C
Tints of Eggplant #98056C
RGB
CMYK
RGB Variations
Color information
#98056C (or 0x98056C) is known color: Eggplant. HEX triplet: 98, 05 and 6C. RGB value is (152,5,108). Sum of RGB (Red+Green+Blue) = 152+5+108=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98056C is #67FA93. Grayscale: #3C3C3C. Windows color (decimal): -6814356 or 7079320. OLE color: 7079320.
HSL color Cylindrical-coordinate representation of color #98056C: hue angle of 317.96º 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 #98056C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.40 |
| HSL | 317.96º | 0.94% | 0.31% | - |
| HSV(B) | 317.96º | 0.97% | 0.6% | - |
| XYZ | 15.71 | 7.87 | 14.88 | - |
| YUV | 60.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 108 | 0 | 0.97 | 0.29 | 0.40 | 317.96 | 0.94 | 0.31 |
| Hex | 98 | 5 | 6C | 0 | 61 | 1D | 28 | 13E | 5E | 1F |
| Octal | 230 | 5 | 154 | 0 | 141 | 35 | 50 | 476 | 136 | 37 |
| Binary | 10011000 | 101 | 1101100 | 0 | 1100001 | 11101 | 101000 | 100111110 | 1011110 | 11111 |
Color Harmonies of #98056C
Complementary color
Monochromatic Colors of #98056C
Black with #98056C
Text Example
Text Example
White with #98056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98056C; }
p { color: rgb(152,5,108); }
H1.HeaderClassName
{
color: #98056C;
}
.AnyTagClassName
{
color: #98056C;
}
</style>
background-color css
<style>
a { background-color: #98056C; }
a { background-color: rgb(152,5,108); }
div.DivClassName
{
background-color: #98056C;
}
.BgClassName
{
background-color: #98056C;
}
</style>
border-color css
<style>
span { border-color: #98056C; }
span { border-color: rgb(152,5,108); }
td.TdClassName
{
border-color: #98056C;
}
.TagClassName
{
border-color: #98056C;
}
</style>