Shades of Eggplant #8C014D
Tints of Eggplant #8C014D
RGB
CMYK
RGB Variations
Color information
#8C014D (or 0x8C014D) is known color: Eggplant. HEX triplet: 8C, 01 and 4D. RGB value is (140,1,77). Sum of RGB (Red+Green+Blue) = 140+1+77=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C014D is #73FEB2. Grayscale: #333333. Windows color (decimal): -7601843 or 5046668. OLE color: 5046668.
HSL color Cylindrical-coordinate representation of color #8C014D: hue angle of 327.19º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C014D is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.45 |
| HSL | 327.19º | 0.99% | 0.28% | - |
| HSV(B) | 327.19º | 0.99% | 0.55% | - |
| XYZ | 12.17 | 6.13 | 7.56 | - |
| YUV | 51.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 77 | 0 | 0.99 | 0.45 | 0.45 | 327.19 | 0.99 | 0.28 |
| Hex | 8C | 1 | 4D | 0 | 63 | 2D | 2D | 147 | 63 | 1C |
| Octal | 214 | 1 | 115 | 0 | 143 | 55 | 55 | 507 | 143 | 34 |
| Binary | 10001100 | 1 | 1001101 | 0 | 1100011 | 101101 | 101101 | 101000111 | 1100011 | 11100 |
Color Harmonies of #8C014D
Complementary color
Monochromatic Colors of #8C014D
Black with #8C014D
Text Example
Text Example
White with #8C014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C014D; }
p { color: rgb(140,1,77); }
H1.HeaderClassName
{
color: #8C014D;
}
.AnyTagClassName
{
color: #8C014D;
}
</style>
background-color css
<style>
a { background-color: #8C014D; }
a { background-color: rgb(140,1,77); }
div.DivClassName
{
background-color: #8C014D;
}
.BgClassName
{
background-color: #8C014D;
}
</style>
border-color css
<style>
span { border-color: #8C014D; }
span { border-color: rgb(140,1,77); }
td.TdClassName
{
border-color: #8C014D;
}
.TagClassName
{
border-color: #8C014D;
}
</style>