Shades of Eggplant #8C0A52
Tints of Eggplant #8C0A52
RGB
CMYK
RGB Variations
Color information
#8C0A52 (or 0x8C0A52) is known color: Eggplant. HEX triplet: 8C, 0A and 52. RGB value is (140,10,82). Sum of RGB (Red+Green+Blue) = 140+10+82=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A52 is #73F5AD. Grayscale: #383838. Windows color (decimal): -7599534 or 5376652. OLE color: 5376652.
HSL color Cylindrical-coordinate representation of color #8C0A52: hue angle of 326.77º 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 #8C0A52 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 82 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.45 |
| HSL | 326.77º | 0.87% | 0.29% | - |
| HSV(B) | 326.77º | 0.93% | 0.55% | - |
| XYZ | 12.45 | 6.4 | 8.56 | - |
| YUV | 57.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 82 | 0 | 0.93 | 0.41 | 0.45 | 326.77 | 0.87 | 0.29 |
| Hex | 8C | A | 52 | 0 | 5D | 29 | 2D | 147 | 57 | 1D |
| Octal | 214 | 12 | 122 | 0 | 135 | 51 | 55 | 507 | 127 | 35 |
| Binary | 10001100 | 1010 | 1010010 | 0 | 1011101 | 101001 | 101101 | 101000111 | 1010111 | 11101 |
Color Harmonies of #8C0A52
Complementary color
Monochromatic Colors of #8C0A52
Black with #8C0A52
Text Example
Text Example
White with #8C0A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A52; }
p { color: rgb(140,10,82); }
H1.HeaderClassName
{
color: #8C0A52;
}
.AnyTagClassName
{
color: #8C0A52;
}
</style>
background-color css
<style>
a { background-color: #8C0A52; }
a { background-color: rgb(140,10,82); }
div.DivClassName
{
background-color: #8C0A52;
}
.BgClassName
{
background-color: #8C0A52;
}
</style>
border-color css
<style>
span { border-color: #8C0A52; }
span { border-color: rgb(140,10,82); }
td.TdClassName
{
border-color: #8C0A52;
}
.TagClassName
{
border-color: #8C0A52;
}
</style>