Shades of Eggplant #8C056B
Tints of Eggplant #8C056B
RGB
CMYK
RGB Variations
Color information
#8C056B (or 0x8C056B) is known color: Eggplant. HEX triplet: 8C, 05 and 6B. RGB value is (140,5,107). Sum of RGB (Red+Green+Blue) = 140+5+107=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C056B is #73FA94. Grayscale: #383838. Windows color (decimal): -7600789 or 7013772. OLE color: 7013772.
HSL color Cylindrical-coordinate representation of color #8C056B: hue angle of 314.67º 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 #8C056B is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 107 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.45 |
| HSL | 314.67º | 0.93% | 0.28% | - |
| HSV(B) | 314.67º | 0.96% | 0.55% | - |
| XYZ | 13.52 | 6.75 | 14.5 | - |
| YUV | 56.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 107 | 0 | 0.96 | 0.24 | 0.45 | 314.67 | 0.93 | 0.28 |
| Hex | 8C | 5 | 6B | 0 | 60 | 18 | 2D | 13B | 5D | 1C |
| Octal | 214 | 5 | 153 | 0 | 140 | 30 | 55 | 473 | 135 | 34 |
| Binary | 10001100 | 101 | 1101011 | 0 | 1100000 | 11000 | 101101 | 100111011 | 1011101 | 11100 |
Color Harmonies of #8C056B
Complementary color
Monochromatic Colors of #8C056B
Black with #8C056B
Text Example
Text Example
White with #8C056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C056B; }
p { color: rgb(140,5,107); }
H1.HeaderClassName
{
color: #8C056B;
}
.AnyTagClassName
{
color: #8C056B;
}
</style>
background-color css
<style>
a { background-color: #8C056B; }
a { background-color: rgb(140,5,107); }
div.DivClassName
{
background-color: #8C056B;
}
.BgClassName
{
background-color: #8C056B;
}
</style>
border-color css
<style>
span { border-color: #8C056B; }
span { border-color: rgb(140,5,107); }
td.TdClassName
{
border-color: #8C056B;
}
.TagClassName
{
border-color: #8C056B;
}
</style>