Shades of Eggplant #8C014C
Tints of Eggplant #8C014C
RGB
CMYK
RGB Variations
Color information
#8C014C (or 0x8C014C) is known color: Eggplant. HEX triplet: 8C, 01 and 4C. RGB value is (140,1,76). Sum of RGB (Red+Green+Blue) = 140+1+76=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C014C is #73FEB3. Grayscale: #323232. Windows color (decimal): -7601844 or 4981132. OLE color: 4981132.
HSL color Cylindrical-coordinate representation of color #8C014C: hue angle of 327.63º 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 #8C014C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.45 |
| HSL | 327.63º | 0.99% | 0.28% | - |
| HSV(B) | 327.63º | 0.99% | 0.55% | - |
| XYZ | 12.13 | 6.12 | 7.38 | - |
| YUV | 51.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 76 | 0 | 0.99 | 0.46 | 0.45 | 327.63 | 0.99 | 0.28 |
| Hex | 8C | 1 | 4C | 0 | 63 | 2E | 2D | 148 | 63 | 1C |
| Octal | 214 | 1 | 114 | 0 | 143 | 56 | 55 | 510 | 143 | 34 |
| Binary | 10001100 | 1 | 1001100 | 0 | 1100011 | 101110 | 101101 | 101001000 | 1100011 | 11100 |
Color Harmonies of #8C014C
Complementary color
Monochromatic Colors of #8C014C
Black with #8C014C
Text Example
Text Example
White with #8C014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C014C; }
p { color: rgb(140,1,76); }
H1.HeaderClassName
{
color: #8C014C;
}
.AnyTagClassName
{
color: #8C014C;
}
</style>
background-color css
<style>
a { background-color: #8C014C; }
a { background-color: rgb(140,1,76); }
div.DivClassName
{
background-color: #8C014C;
}
.BgClassName
{
background-color: #8C014C;
}
</style>
border-color css
<style>
span { border-color: #8C014C; }
span { border-color: rgb(140,1,76); }
td.TdClassName
{
border-color: #8C014C;
}
.TagClassName
{
border-color: #8C014C;
}
</style>