Shades of Eggplant #8C034D
Tints of Eggplant #8C034D
RGB
CMYK
RGB Variations
Color information
#8C034D (or 0x8C034D) is known color: Eggplant. HEX triplet: 8C, 03 and 4D. RGB value is (140,3,77). Sum of RGB (Red+Green+Blue) = 140+3+77=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C034D is #73FCB2. Grayscale: #343434. Windows color (decimal): -7601331 or 5047180. OLE color: 5047180.
HSL color Cylindrical-coordinate representation of color #8C034D: hue angle of 327.59º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C034D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.45 |
| HSL | 327.59º | 0.96% | 0.28% | - |
| HSV(B) | 327.59º | 0.98% | 0.55% | - |
| XYZ | 12.19 | 6.18 | 7.57 | - |
| YUV | 52.4 | 141.89 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 77 | 0 | 0.98 | 0.45 | 0.45 | 327.59 | 0.96 | 0.28 |
| Hex | 8C | 3 | 4D | 0 | 62 | 2D | 2D | 148 | 60 | 1C |
| Octal | 214 | 3 | 115 | 0 | 142 | 55 | 55 | 510 | 140 | 34 |
| Binary | 10001100 | 11 | 1001101 | 0 | 1100010 | 101101 | 101101 | 101001000 | 1100000 | 11100 |
Color Harmonies of #8C034D
Complementary color
Monochromatic Colors of #8C034D
Black with #8C034D
Text Example
Text Example
White with #8C034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C034D; }
p { color: rgb(140,3,77); }
H1.HeaderClassName
{
color: #8C034D;
}
.AnyTagClassName
{
color: #8C034D;
}
</style>
background-color css
<style>
a { background-color: #8C034D; }
a { background-color: rgb(140,3,77); }
div.DivClassName
{
background-color: #8C034D;
}
.BgClassName
{
background-color: #8C034D;
}
</style>
border-color css
<style>
span { border-color: #8C034D; }
span { border-color: rgb(140,3,77); }
td.TdClassName
{
border-color: #8C034D;
}
.TagClassName
{
border-color: #8C034D;
}
</style>