Shades of Eggplant #8C0A5E
Tints of Eggplant #8C0A5E
RGB
CMYK
RGB Variations
Color information
#8C0A5E (or 0x8C0A5E) is known color: Eggplant. HEX triplet: 8C, 0A and 5E. RGB value is (140,10,94). Sum of RGB (Red+Green+Blue) = 140+10+94=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A5E is #73F5A1. Grayscale: #3A3A3A. Windows color (decimal): -7599522 or 6163084. OLE color: 6163084.
HSL color Cylindrical-coordinate representation of color #8C0A5E: hue angle of 321.23º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A5E is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 94 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.45 |
| HSL | 321.23º | 0.87% | 0.29% | - |
| HSV(B) | 321.23º | 0.93% | 0.55% | - |
| XYZ | 12.94 | 6.6 | 11.18 | - |
| YUV | 58.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 94 | 0 | 0.93 | 0.33 | 0.45 | 321.23 | 0.87 | 0.29 |
| Hex | 8C | A | 5E | 0 | 5D | 21 | 2D | 141 | 57 | 1D |
| Octal | 214 | 12 | 136 | 0 | 135 | 41 | 55 | 501 | 127 | 35 |
| Binary | 10001100 | 1010 | 1011110 | 0 | 1011101 | 100001 | 101101 | 101000001 | 1010111 | 11101 |
Color Harmonies of #8C0A5E
Complementary color
Monochromatic Colors of #8C0A5E
Black with #8C0A5E
Text Example
Text Example
White with #8C0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A5E; }
p { color: rgb(140,10,94); }
H1.HeaderClassName
{
color: #8C0A5E;
}
.AnyTagClassName
{
color: #8C0A5E;
}
</style>
background-color css
<style>
a { background-color: #8C0A5E; }
a { background-color: rgb(140,10,94); }
div.DivClassName
{
background-color: #8C0A5E;
}
.BgClassName
{
background-color: #8C0A5E;
}
</style>
border-color css
<style>
span { border-color: #8C0A5E; }
span { border-color: rgb(140,10,94); }
td.TdClassName
{
border-color: #8C0A5E;
}
.TagClassName
{
border-color: #8C0A5E;
}
</style>