Shades of Eggplant #8C0555
Tints of Eggplant #8C0555
RGB
CMYK
RGB Variations
Color information
#8C0555 (or 0x8C0555) is known color: Eggplant. HEX triplet: 8C, 05 and 55. RGB value is (140,5,85). Sum of RGB (Red+Green+Blue) = 140+5+85=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0555 is #73FAAA. Grayscale: #363636. Windows color (decimal): -7600811 or 5571980. OLE color: 5571980.
HSL color Cylindrical-coordinate representation of color #8C0555: hue angle of 324.44º 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 #8C0555 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 85 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.45 |
| HSL | 324.44º | 0.93% | 0.28% | - |
| HSV(B) | 324.44º | 0.96% | 0.55% | - |
| XYZ | 12.51 | 6.34 | 9.16 | - |
| YUV | 54.49 | 145.23 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 85 | 0 | 0.96 | 0.39 | 0.45 | 324.44 | 0.93 | 0.28 |
| Hex | 8C | 5 | 55 | 0 | 60 | 27 | 2D | 144 | 5D | 1C |
| Octal | 214 | 5 | 125 | 0 | 140 | 47 | 55 | 504 | 135 | 34 |
| Binary | 10001100 | 101 | 1010101 | 0 | 1100000 | 100111 | 101101 | 101000100 | 1011101 | 11100 |
Color Harmonies of #8C0555
Complementary color
Monochromatic Colors of #8C0555
Black with #8C0555
Text Example
Text Example
White with #8C0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0555; }
p { color: rgb(140,5,85); }
H1.HeaderClassName
{
color: #8C0555;
}
.AnyTagClassName
{
color: #8C0555;
}
</style>
background-color css
<style>
a { background-color: #8C0555; }
a { background-color: rgb(140,5,85); }
div.DivClassName
{
background-color: #8C0555;
}
.BgClassName
{
background-color: #8C0555;
}
</style>
border-color css
<style>
span { border-color: #8C0555; }
span { border-color: rgb(140,5,85); }
td.TdClassName
{
border-color: #8C0555;
}
.TagClassName
{
border-color: #8C0555;
}
</style>