Shades of Eggplant #8C0A62
Tints of Eggplant #8C0A62
RGB
CMYK
RGB Variations
Color information
#8C0A62 (or 0x8C0A62) is known color: Eggplant. HEX triplet: 8C, 0A and 62. RGB value is (140,10,98). Sum of RGB (Red+Green+Blue) = 140+10+98=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A62 is #73F59D. Grayscale: #3A3A3A. Windows color (decimal): -7599518 or 6425228. OLE color: 6425228.
HSL color Cylindrical-coordinate representation of color #8C0A62: hue angle of 319.38º 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 #8C0A62 is Cyan = 0, Magento = 0.93, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 98 | - |
| CMYK | 0 | 0.93 | 0.3 | 0.45 |
| HSL | 319.38º | 0.87% | 0.29% | - |
| HSV(B) | 319.38º | 0.93% | 0.55% | - |
| XYZ | 13.13 | 6.67 | 12.15 | - |
| YUV | 58.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 98 | 0 | 0.93 | 0.3 | 0.45 | 319.38 | 0.87 | 0.29 |
| Hex | 8C | A | 62 | 0 | 5D | 1E | 2D | 13F | 57 | 1D |
| Octal | 214 | 12 | 142 | 0 | 135 | 36 | 55 | 477 | 127 | 35 |
| Binary | 10001100 | 1010 | 1100010 | 0 | 1011101 | 11110 | 101101 | 100111111 | 1010111 | 11101 |
Color Harmonies of #8C0A62
Complementary color
Monochromatic Colors of #8C0A62
Black with #8C0A62
Text Example
Text Example
White with #8C0A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A62; }
p { color: rgb(140,10,98); }
H1.HeaderClassName
{
color: #8C0A62;
}
.AnyTagClassName
{
color: #8C0A62;
}
</style>
background-color css
<style>
a { background-color: #8C0A62; }
a { background-color: rgb(140,10,98); }
div.DivClassName
{
background-color: #8C0A62;
}
.BgClassName
{
background-color: #8C0A62;
}
</style>
border-color css
<style>
span { border-color: #8C0A62; }
span { border-color: rgb(140,10,98); }
td.TdClassName
{
border-color: #8C0A62;
}
.TagClassName
{
border-color: #8C0A62;
}
</style>