Shades of Eggplant #8C0858
Tints of Eggplant #8C0858
RGB
CMYK
RGB Variations
Color information
#8C0858 (or 0x8C0858) is known color: Eggplant. HEX triplet: 8C, 08 and 58. RGB value is (140,8,88). Sum of RGB (Red+Green+Blue) = 140+8+88=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0858 is #73F7A7. Grayscale: #383838. Windows color (decimal): -7600040 or 5769356. OLE color: 5769356.
HSL color Cylindrical-coordinate representation of color #8C0858: hue angle of 323.64º 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 #8C0858 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 88 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.45 |
| HSL | 323.64º | 0.89% | 0.29% | - |
| HSV(B) | 323.64º | 0.94% | 0.55% | - |
| XYZ | 12.66 | 6.45 | 9.81 | - |
| YUV | 56.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 88 | 0 | 0.94 | 0.37 | 0.45 | 323.64 | 0.89 | 0.29 |
| Hex | 8C | 8 | 58 | 0 | 5E | 25 | 2D | 144 | 59 | 1D |
| Octal | 214 | 10 | 130 | 0 | 136 | 45 | 55 | 504 | 131 | 35 |
| Binary | 10001100 | 1000 | 1011000 | 0 | 1011110 | 100101 | 101101 | 101000100 | 1011001 | 11101 |
Color Harmonies of #8C0858
Complementary color
Monochromatic Colors of #8C0858
Black with #8C0858
Text Example
Text Example
White with #8C0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0858; }
p { color: rgb(140,8,88); }
H1.HeaderClassName
{
color: #8C0858;
}
.AnyTagClassName
{
color: #8C0858;
}
</style>
background-color css
<style>
a { background-color: #8C0858; }
a { background-color: rgb(140,8,88); }
div.DivClassName
{
background-color: #8C0858;
}
.BgClassName
{
background-color: #8C0858;
}
</style>
border-color css
<style>
span { border-color: #8C0858; }
span { border-color: rgb(140,8,88); }
td.TdClassName
{
border-color: #8C0858;
}
.TagClassName
{
border-color: #8C0858;
}
</style>