Shades of Eggplant #8C034E
Tints of Eggplant #8C034E
RGB
CMYK
RGB Variations
Color information
#8C034E (or 0x8C034E) is known color: Eggplant. HEX triplet: 8C, 03 and 4E. RGB value is (140,3,78). Sum of RGB (Red+Green+Blue) = 140+3+78=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C034E is #73FCB1. Grayscale: #343434. Windows color (decimal): -7601330 or 5112716. OLE color: 5112716.
HSL color Cylindrical-coordinate representation of color #8C034E: hue angle of 327.15º 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 #8C034E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.45 |
| HSL | 327.15º | 0.96% | 0.28% | - |
| HSV(B) | 327.15º | 0.98% | 0.55% | - |
| XYZ | 12.22 | 6.19 | 7.76 | - |
| YUV | 52.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 78 | 0 | 0.98 | 0.44 | 0.45 | 327.15 | 0.96 | 0.28 |
| Hex | 8C | 3 | 4E | 0 | 62 | 2C | 2D | 147 | 60 | 1C |
| Octal | 214 | 3 | 116 | 0 | 142 | 54 | 55 | 507 | 140 | 34 |
| Binary | 10001100 | 11 | 1001110 | 0 | 1100010 | 101100 | 101101 | 101000111 | 1100000 | 11100 |
Color Harmonies of #8C034E
Complementary color
Monochromatic Colors of #8C034E
Black with #8C034E
Text Example
Text Example
White with #8C034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C034E; }
p { color: rgb(140,3,78); }
H1.HeaderClassName
{
color: #8C034E;
}
.AnyTagClassName
{
color: #8C034E;
}
</style>
background-color css
<style>
a { background-color: #8C034E; }
a { background-color: rgb(140,3,78); }
div.DivClassName
{
background-color: #8C034E;
}
.BgClassName
{
background-color: #8C034E;
}
</style>
border-color css
<style>
span { border-color: #8C034E; }
span { border-color: rgb(140,3,78); }
td.TdClassName
{
border-color: #8C034E;
}
.TagClassName
{
border-color: #8C034E;
}
</style>