Shades of Eggplant #8C076B
Tints of Eggplant #8C076B
RGB
CMYK
RGB Variations
Color information
#8C076B (or 0x8C076B) is known color: Eggplant. HEX triplet: 8C, 07 and 6B. RGB value is (140,7,107). Sum of RGB (Red+Green+Blue) = 140+7+107=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C076B is #73F894. Grayscale: #393939. Windows color (decimal): -7600277 or 7014284. OLE color: 7014284.
HSL color Cylindrical-coordinate representation of color #8C076B: hue angle of 314.89º 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 #8C076B is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 107 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.45 |
| HSL | 314.89º | 0.9% | 0.29% | - |
| HSV(B) | 314.89º | 0.95% | 0.55% | - |
| XYZ | 13.55 | 6.79 | 14.51 | - |
| YUV | 58.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 107 | 0 | 0.95 | 0.24 | 0.45 | 314.89 | 0.9 | 0.29 |
| Hex | 8C | 7 | 6B | 0 | 5F | 18 | 2D | 13B | 5A | 1D |
| Octal | 214 | 7 | 153 | 0 | 137 | 30 | 55 | 473 | 132 | 35 |
| Binary | 10001100 | 111 | 1101011 | 0 | 1011111 | 11000 | 101101 | 100111011 | 1011010 | 11101 |
Color Harmonies of #8C076B
Complementary color
Monochromatic Colors of #8C076B
Black with #8C076B
Text Example
Text Example
White with #8C076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C076B; }
p { color: rgb(140,7,107); }
H1.HeaderClassName
{
color: #8C076B;
}
.AnyTagClassName
{
color: #8C076B;
}
</style>
background-color css
<style>
a { background-color: #8C076B; }
a { background-color: rgb(140,7,107); }
div.DivClassName
{
background-color: #8C076B;
}
.BgClassName
{
background-color: #8C076B;
}
</style>
border-color css
<style>
span { border-color: #8C076B; }
span { border-color: rgb(140,7,107); }
td.TdClassName
{
border-color: #8C076B;
}
.TagClassName
{
border-color: #8C076B;
}
</style>