Shades of Eggplant #8C0459
Tints of Eggplant #8C0459
RGB
CMYK
RGB Variations
Color information
#8C0459 (or 0x8C0459) is known color: Eggplant. HEX triplet: 8C, 04 and 59. RGB value is (140,4,89). Sum of RGB (Red+Green+Blue) = 140+4+89=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0459 is #73FBA6. Grayscale: #363636. Windows color (decimal): -7601063 or 5833868. OLE color: 5833868.
HSL color Cylindrical-coordinate representation of color #8C0459: hue angle of 322.5º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0459 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 89 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.45 |
| HSL | 322.5º | 0.94% | 0.28% | - |
| HSV(B) | 322.5º | 0.97% | 0.55% | - |
| XYZ | 12.66 | 6.38 | 10.02 | - |
| YUV | 54.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 89 | 0 | 0.97 | 0.36 | 0.45 | 322.5 | 0.94 | 0.28 |
| Hex | 8C | 4 | 59 | 0 | 61 | 24 | 2D | 142 | 5E | 1C |
| Octal | 214 | 4 | 131 | 0 | 141 | 44 | 55 | 502 | 136 | 34 |
| Binary | 10001100 | 100 | 1011001 | 0 | 1100001 | 100100 | 101101 | 101000010 | 1011110 | 11100 |
Color Harmonies of #8C0459
Complementary color
Monochromatic Colors of #8C0459
Black with #8C0459
Text Example
Text Example
White with #8C0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0459; }
p { color: rgb(140,4,89); }
H1.HeaderClassName
{
color: #8C0459;
}
.AnyTagClassName
{
color: #8C0459;
}
</style>
background-color css
<style>
a { background-color: #8C0459; }
a { background-color: rgb(140,4,89); }
div.DivClassName
{
background-color: #8C0459;
}
.BgClassName
{
background-color: #8C0459;
}
</style>
border-color css
<style>
span { border-color: #8C0459; }
span { border-color: rgb(140,4,89); }
td.TdClassName
{
border-color: #8C0459;
}
.TagClassName
{
border-color: #8C0459;
}
</style>