Shades of Eggplant #8C0862
Tints of Eggplant #8C0862
RGB
CMYK
RGB Variations
Color information
#8C0862 (or 0x8C0862) is known color: Eggplant. HEX triplet: 8C, 08 and 62. RGB value is (140,8,98). Sum of RGB (Red+Green+Blue) = 140+8+98=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0862 is #73F79D. Grayscale: #393939. Windows color (decimal): -7600030 or 6424716. OLE color: 6424716.
HSL color Cylindrical-coordinate representation of color #8C0862: hue angle of 319.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0862 is Cyan = 0, Magento = 0.94, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 98 | - |
| CMYK | 0 | 0.94 | 0.3 | 0.45 |
| HSL | 319.09º | 0.89% | 0.29% | - |
| HSV(B) | 319.09º | 0.94% | 0.55% | - |
| XYZ | 13.11 | 6.63 | 12.14 | - |
| YUV | 57.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 98 | 0 | 0.94 | 0.3 | 0.45 | 319.09 | 0.89 | 0.29 |
| Hex | 8C | 8 | 62 | 0 | 5E | 1E | 2D | 13F | 59 | 1D |
| Octal | 214 | 10 | 142 | 0 | 136 | 36 | 55 | 477 | 131 | 35 |
| Binary | 10001100 | 1000 | 1100010 | 0 | 1011110 | 11110 | 101101 | 100111111 | 1011001 | 11101 |
Color Harmonies of #8C0862
Complementary color
Monochromatic Colors of #8C0862
Black with #8C0862
Text Example
Text Example
White with #8C0862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0862; }
p { color: rgb(140,8,98); }
H1.HeaderClassName
{
color: #8C0862;
}
.AnyTagClassName
{
color: #8C0862;
}
</style>
background-color css
<style>
a { background-color: #8C0862; }
a { background-color: rgb(140,8,98); }
div.DivClassName
{
background-color: #8C0862;
}
.BgClassName
{
background-color: #8C0862;
}
</style>
border-color css
<style>
span { border-color: #8C0862; }
span { border-color: rgb(140,8,98); }
td.TdClassName
{
border-color: #8C0862;
}
.TagClassName
{
border-color: #8C0862;
}
</style>