Shades of Eggplant #8C1960
Tints of Eggplant #8C1960
RGB
CMYK
RGB Variations
Color information
#8C1960 (or 0x8C1960) is known color: Eggplant. HEX triplet: 8C, 19 and 60. RGB value is (140,25,96). Sum of RGB (Red+Green+Blue) = 140+25+96=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1960 is #73E69F. Grayscale: #434343. Windows color (decimal): -7595680 or 6297996. OLE color: 6297996.
HSL color Cylindrical-coordinate representation of color #8C1960: hue angle of 322.96º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1960 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 96 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.45 |
| HSL | 322.96º | 0.7% | 0.32% | - |
| HSV(B) | 322.96º | 0.82% | 0.55% | - |
| XYZ | 13.27 | 7.12 | 11.74 | - |
| YUV | 67.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 96 | 0 | 0.82 | 0.31 | 0.45 | 322.96 | 0.7 | 0.32 |
| Hex | 8C | 19 | 60 | 0 | 52 | 1F | 2D | 143 | 46 | 20 |
| Octal | 214 | 31 | 140 | 0 | 122 | 37 | 55 | 503 | 106 | 40 |
| Binary | 10001100 | 11001 | 1100000 | 0 | 1010010 | 11111 | 101101 | 101000011 | 1000110 | 100000 |
Color Harmonies of #8C1960
Complementary color
Monochromatic Colors of #8C1960
Black with #8C1960
Text Example
Text Example
White with #8C1960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1960; }
p { color: rgb(140,25,96); }
H1.HeaderClassName
{
color: #8C1960;
}
.AnyTagClassName
{
color: #8C1960;
}
</style>
background-color css
<style>
a { background-color: #8C1960; }
a { background-color: rgb(140,25,96); }
div.DivClassName
{
background-color: #8C1960;
}
.BgClassName
{
background-color: #8C1960;
}
</style>
border-color css
<style>
span { border-color: #8C1960; }
span { border-color: rgb(140,25,96); }
td.TdClassName
{
border-color: #8C1960;
}
.TagClassName
{
border-color: #8C1960;
}
</style>