Shades of Eggplant #8C076E
Tints of Eggplant #8C076E
RGB
CMYK
RGB Variations
Color information
#8C076E (or 0x8C076E) is known color: Eggplant. HEX triplet: 8C, 07 and 6E. RGB value is (140,7,110). Sum of RGB (Red+Green+Blue) = 140+7+110=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C076E is #73F891. Grayscale: #3A3A3A. Windows color (decimal): -7600274 or 7210892. OLE color: 7210892.
HSL color Cylindrical-coordinate representation of color #8C076E: hue angle of 313.53º 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 #8C076E is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 110 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.45 |
| HSL | 313.53º | 0.9% | 0.29% | - |
| HSV(B) | 313.53º | 0.95% | 0.55% | - |
| XYZ | 13.71 | 6.85 | 15.35 | - |
| YUV | 58.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 110 | 0 | 0.95 | 0.21 | 0.45 | 313.53 | 0.9 | 0.29 |
| Hex | 8C | 7 | 6E | 0 | 5F | 15 | 2D | 13A | 5A | 1D |
| Octal | 214 | 7 | 156 | 0 | 137 | 25 | 55 | 472 | 132 | 35 |
| Binary | 10001100 | 111 | 1101110 | 0 | 1011111 | 10101 | 101101 | 100111010 | 1011010 | 11101 |
Color Harmonies of #8C076E
Complementary color
Monochromatic Colors of #8C076E
Black with #8C076E
Text Example
Text Example
White with #8C076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C076E; }
p { color: rgb(140,7,110); }
H1.HeaderClassName
{
color: #8C076E;
}
.AnyTagClassName
{
color: #8C076E;
}
</style>
background-color css
<style>
a { background-color: #8C076E; }
a { background-color: rgb(140,7,110); }
div.DivClassName
{
background-color: #8C076E;
}
.BgClassName
{
background-color: #8C076E;
}
</style>
border-color css
<style>
span { border-color: #8C076E; }
span { border-color: rgb(140,7,110); }
td.TdClassName
{
border-color: #8C076E;
}
.TagClassName
{
border-color: #8C076E;
}
</style>