Shades of Eggplant #8C014E
Tints of Eggplant #8C014E
RGB
CMYK
RGB Variations
Color information
#8C014E (or 0x8C014E) is known color: Eggplant. HEX triplet: 8C, 01 and 4E. RGB value is (140,1,78). Sum of RGB (Red+Green+Blue) = 140+1+78=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C014E is #73FEB1. Grayscale: #333333. Windows color (decimal): -7601842 or 5112204. OLE color: 5112204.
HSL color Cylindrical-coordinate representation of color #8C014E: hue angle of 326.76º 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 #8C014E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.45 |
| HSL | 326.76º | 0.99% | 0.28% | - |
| HSV(B) | 326.76º | 0.99% | 0.55% | - |
| XYZ | 12.2 | 6.15 | 7.75 | - |
| YUV | 51.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 78 | 0 | 0.99 | 0.44 | 0.45 | 326.76 | 0.99 | 0.28 |
| Hex | 8C | 1 | 4E | 0 | 63 | 2C | 2D | 147 | 63 | 1C |
| Octal | 214 | 1 | 116 | 0 | 143 | 54 | 55 | 507 | 143 | 34 |
| Binary | 10001100 | 1 | 1001110 | 0 | 1100011 | 101100 | 101101 | 101000111 | 1100011 | 11100 |
Color Harmonies of #8C014E
Complementary color
Monochromatic Colors of #8C014E
Black with #8C014E
Text Example
Text Example
White with #8C014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C014E; }
p { color: rgb(140,1,78); }
H1.HeaderClassName
{
color: #8C014E;
}
.AnyTagClassName
{
color: #8C014E;
}
</style>
background-color css
<style>
a { background-color: #8C014E; }
a { background-color: rgb(140,1,78); }
div.DivClassName
{
background-color: #8C014E;
}
.BgClassName
{
background-color: #8C014E;
}
</style>
border-color css
<style>
span { border-color: #8C014E; }
span { border-color: rgb(140,1,78); }
td.TdClassName
{
border-color: #8C014E;
}
.TagClassName
{
border-color: #8C014E;
}
</style>