Shades of Eggplant #8C005A
Tints of Eggplant #8C005A
RGB
CMYK
RGB Variations
Color information
#8C005A (or 0x8C005A) is known color: Eggplant. HEX triplet: 8C, 00 and 5A. RGB value is (140,0,90). Sum of RGB (Red+Green+Blue) = 140+0+90=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C005A is #73FFA5. Grayscale: #333333. Windows color (decimal): -7602086 or 5898380. OLE color: 5898380.
HSL color Cylindrical-coordinate representation of color #8C005A: hue angle of 321.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C005A is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.36 | 0.45 |
| HSL | 321.43º | 1% | 0.27% | - |
| HSV(B) | 321.43º | 1% | 0.55% | - |
| XYZ | 12.66 | 6.31 | 10.22 | - |
| YUV | 52.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 90 | 0 | 1 | 0.36 | 0.45 | 321.43 | 1 | 0.27 |
| Hex | 8C | 0 | 5A | 0 | 64 | 24 | 2D | 141 | 64 | 1B |
| Octal | 214 | 0 | 132 | 0 | 144 | 44 | 55 | 501 | 144 | 33 |
| Binary | 10001100 | 0 | 1011010 | 0 | 1100100 | 100100 | 101101 | 101000001 | 1100100 | 11011 |
Color Harmonies of #8C005A
Complementary color
Monochromatic Colors of #8C005A
Black with #8C005A
Text Example
Text Example
White with #8C005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C005A; }
p { color: rgb(140,0,90); }
H1.HeaderClassName
{
color: #8C005A;
}
.AnyTagClassName
{
color: #8C005A;
}
</style>
background-color css
<style>
a { background-color: #8C005A; }
a { background-color: rgb(140,0,90); }
div.DivClassName
{
background-color: #8C005A;
}
.BgClassName
{
background-color: #8C005A;
}
</style>
border-color css
<style>
span { border-color: #8C005A; }
span { border-color: rgb(140,0,90); }
td.TdClassName
{
border-color: #8C005A;
}
.TagClassName
{
border-color: #8C005A;
}
</style>