Shades of Eggplant #98086C
Tints of Eggplant #98086C
RGB
CMYK
RGB Variations
Color information
#98086C (or 0x98086C) is known color: Eggplant. HEX triplet: 98, 08 and 6C. RGB value is (152,8,108). Sum of RGB (Red+Green+Blue) = 152+8+108=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98086C is #67F793. Grayscale: #3E3E3E. Windows color (decimal): -6813588 or 7080088. OLE color: 7080088.
HSL color Cylindrical-coordinate representation of color #98086C: hue angle of 318.33º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98086C is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 8 | 108 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.40 |
| HSL | 318.33º | 0.9% | 0.31% | - |
| HSV(B) | 318.33º | 0.95% | 0.6% | - |
| XYZ | 15.74 | 7.93 | 14.89 | - |
| YUV | 62.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 108 | 0 | 0.95 | 0.29 | 0.40 | 318.33 | 0.9 | 0.31 |
| Hex | 98 | 8 | 6C | 0 | 5F | 1D | 28 | 13E | 5A | 1F |
| Octal | 230 | 10 | 154 | 0 | 137 | 35 | 50 | 476 | 132 | 37 |
| Binary | 10011000 | 1000 | 1101100 | 0 | 1011111 | 11101 | 101000 | 100111110 | 1011010 | 11111 |
Color Harmonies of #98086C
Complementary color
Monochromatic Colors of #98086C
Black with #98086C
Text Example
Text Example
White with #98086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98086C; }
p { color: rgb(152,8,108); }
H1.HeaderClassName
{
color: #98086C;
}
.AnyTagClassName
{
color: #98086C;
}
</style>
background-color css
<style>
a { background-color: #98086C; }
a { background-color: rgb(152,8,108); }
div.DivClassName
{
background-color: #98086C;
}
.BgClassName
{
background-color: #98086C;
}
</style>
border-color css
<style>
span { border-color: #98086C; }
span { border-color: rgb(152,8,108); }
td.TdClassName
{
border-color: #98086C;
}
.TagClassName
{
border-color: #98086C;
}
</style>