Shades of Eggplant #8C056C
Tints of Eggplant #8C056C
RGB
CMYK
RGB Variations
Color information
#8C056C (or 0x8C056C) is known color: Eggplant. HEX triplet: 8C, 05 and 6C. RGB value is (140,5,108). Sum of RGB (Red+Green+Blue) = 140+5+108=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C056C is #73FA93. Grayscale: #383838. Windows color (decimal): -7600788 or 7079308. OLE color: 7079308.
HSL color Cylindrical-coordinate representation of color #8C056C: hue angle of 314.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C056C is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 108 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.45 |
| HSL | 314.22º | 0.93% | 0.28% | - |
| HSV(B) | 314.22º | 0.96% | 0.55% | - |
| XYZ | 13.58 | 6.77 | 14.78 | - |
| YUV | 57.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 108 | 0 | 0.96 | 0.23 | 0.45 | 314.22 | 0.93 | 0.28 |
| Hex | 8C | 5 | 6C | 0 | 60 | 17 | 2D | 13A | 5D | 1C |
| Octal | 214 | 5 | 154 | 0 | 140 | 27 | 55 | 472 | 135 | 34 |
| Binary | 10001100 | 101 | 1101100 | 0 | 1100000 | 10111 | 101101 | 100111010 | 1011101 | 11100 |
Color Harmonies of #8C056C
Complementary color
Monochromatic Colors of #8C056C
Black with #8C056C
Text Example
Text Example
White with #8C056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C056C; }
p { color: rgb(140,5,108); }
H1.HeaderClassName
{
color: #8C056C;
}
.AnyTagClassName
{
color: #8C056C;
}
</style>
background-color css
<style>
a { background-color: #8C056C; }
a { background-color: rgb(140,5,108); }
div.DivClassName
{
background-color: #8C056C;
}
.BgClassName
{
background-color: #8C056C;
}
</style>
border-color css
<style>
span { border-color: #8C056C; }
span { border-color: rgb(140,5,108); }
td.TdClassName
{
border-color: #8C056C;
}
.TagClassName
{
border-color: #8C056C;
}
</style>