Shades of Eggplant #8C0456
Tints of Eggplant #8C0456
RGB
CMYK
RGB Variations
Color information
#8C0456 (or 0x8C0456) is known color: Eggplant. HEX triplet: 8C, 04 and 56. RGB value is (140,4,86). Sum of RGB (Red+Green+Blue) = 140+4+86=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0456 is #73FBA9. Grayscale: #353535. Windows color (decimal): -7601066 or 5637260. OLE color: 5637260.
HSL color Cylindrical-coordinate representation of color #8C0456: hue angle of 323.82º 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 #8C0456 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 86 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.45 |
| HSL | 323.82º | 0.94% | 0.28% | - |
| HSV(B) | 323.82º | 0.97% | 0.55% | - |
| XYZ | 12.54 | 6.33 | 9.37 | - |
| YUV | 54.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 86 | 0 | 0.97 | 0.39 | 0.45 | 323.82 | 0.94 | 0.28 |
| Hex | 8C | 4 | 56 | 0 | 61 | 27 | 2D | 144 | 5E | 1C |
| Octal | 214 | 4 | 126 | 0 | 141 | 47 | 55 | 504 | 136 | 34 |
| Binary | 10001100 | 100 | 1010110 | 0 | 1100001 | 100111 | 101101 | 101000100 | 1011110 | 11100 |
Color Harmonies of #8C0456
Complementary color
Monochromatic Colors of #8C0456
Black with #8C0456
Text Example
Text Example
White with #8C0456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0456; }
p { color: rgb(140,4,86); }
H1.HeaderClassName
{
color: #8C0456;
}
.AnyTagClassName
{
color: #8C0456;
}
</style>
background-color css
<style>
a { background-color: #8C0456; }
a { background-color: rgb(140,4,86); }
div.DivClassName
{
background-color: #8C0456;
}
.BgClassName
{
background-color: #8C0456;
}
</style>
border-color css
<style>
span { border-color: #8C0456; }
span { border-color: rgb(140,4,86); }
td.TdClassName
{
border-color: #8C0456;
}
.TagClassName
{
border-color: #8C0456;
}
</style>