Shades of Eggplant #8C0A65
Tints of Eggplant #8C0A65
RGB
CMYK
RGB Variations
Color information
#8C0A65 (or 0x8C0A65) is known color: Eggplant. HEX triplet: 8C, 0A and 65. RGB value is (140,10,101). Sum of RGB (Red+Green+Blue) = 140+10+101=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A65 is #73F59A. Grayscale: #3B3B3B. Windows color (decimal): -7599515 or 6621836. OLE color: 6621836.
HSL color Cylindrical-coordinate representation of color #8C0A65: hue angle of 318º 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 #8C0A65 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 101 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.45 |
| HSL | 318º | 0.87% | 0.29% | - |
| HSV(B) | 318º | 0.93% | 0.55% | - |
| XYZ | 13.27 | 6.73 | 12.91 | - |
| YUV | 59.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 101 | 0 | 0.93 | 0.28 | 0.45 | 318 | 0.87 | 0.29 |
| Hex | 8C | A | 65 | 0 | 5D | 1C | 2D | 13E | 57 | 1D |
| Octal | 214 | 12 | 145 | 0 | 135 | 34 | 55 | 476 | 127 | 35 |
| Binary | 10001100 | 1010 | 1100101 | 0 | 1011101 | 11100 | 101101 | 100111110 | 1010111 | 11101 |
Color Harmonies of #8C0A65
Complementary color
Monochromatic Colors of #8C0A65
Black with #8C0A65
Text Example
Text Example
White with #8C0A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A65; }
p { color: rgb(140,10,101); }
H1.HeaderClassName
{
color: #8C0A65;
}
.AnyTagClassName
{
color: #8C0A65;
}
</style>
background-color css
<style>
a { background-color: #8C0A65; }
a { background-color: rgb(140,10,101); }
div.DivClassName
{
background-color: #8C0A65;
}
.BgClassName
{
background-color: #8C0A65;
}
</style>
border-color css
<style>
span { border-color: #8C0A65; }
span { border-color: rgb(140,10,101); }
td.TdClassName
{
border-color: #8C0A65;
}
.TagClassName
{
border-color: #8C0A65;
}
</style>