Shades of Eggplant #8C076D
Tints of Eggplant #8C076D
RGB
CMYK
RGB Variations
Color information
#8C076D (or 0x8C076D) is known color: Eggplant. HEX triplet: 8C, 07 and 6D. RGB value is (140,7,109). Sum of RGB (Red+Green+Blue) = 140+7+109=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C076D is #73F892. Grayscale: #3A3A3A. Windows color (decimal): -7600275 or 7145356. OLE color: 7145356.
HSL color Cylindrical-coordinate representation of color #8C076D: hue angle of 313.98º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C076D is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 109 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.45 |
| HSL | 313.99º | 0.9% | 0.29% | - |
| HSV(B) | 313.99º | 0.95% | 0.55% | - |
| XYZ | 13.65 | 6.83 | 15.07 | - |
| YUV | 58.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 109 | 0 | 0.95 | 0.22 | 0.45 | 313.99 | 0.9 | 0.29 |
| Hex | 8C | 7 | 6D | 0 | 5F | 16 | 2D | 13A | 5A | 1D |
| Octal | 214 | 7 | 155 | 0 | 137 | 26 | 55 | 472 | 132 | 35 |
| Binary | 10001100 | 111 | 1101101 | 0 | 1011111 | 10110 | 101101 | 100111010 | 1011010 | 11101 |
Color Harmonies of #8C076D
Complementary color
Monochromatic Colors of #8C076D
Black with #8C076D
Text Example
Text Example
White with #8C076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C076D; }
p { color: rgb(140,7,109); }
H1.HeaderClassName
{
color: #8C076D;
}
.AnyTagClassName
{
color: #8C076D;
}
</style>
background-color css
<style>
a { background-color: #8C076D; }
a { background-color: rgb(140,7,109); }
div.DivClassName
{
background-color: #8C076D;
}
.BgClassName
{
background-color: #8C076D;
}
</style>
border-color css
<style>
span { border-color: #8C076D; }
span { border-color: rgb(140,7,109); }
td.TdClassName
{
border-color: #8C076D;
}
.TagClassName
{
border-color: #8C076D;
}
</style>