Shades of Eggplant #8C064F
Tints of Eggplant #8C064F
RGB
CMYK
RGB Variations
Color information
#8C064F (or 0x8C064F) is known color: Eggplant. HEX triplet: 8C, 06 and 4F. RGB value is (140,6,79). Sum of RGB (Red+Green+Blue) = 140+6+79=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C064F is #73F9B0. Grayscale: #363636. Windows color (decimal): -7600561 or 5179020. OLE color: 5179020.
HSL color Cylindrical-coordinate representation of color #8C064F: hue angle of 327.31º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C064F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 79 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.45 |
| HSL | 327.31º | 0.92% | 0.29% | - |
| HSV(B) | 327.31º | 0.96% | 0.55% | - |
| XYZ | 12.29 | 6.27 | 7.96 | - |
| YUV | 54.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 79 | 0 | 0.96 | 0.44 | 0.45 | 327.31 | 0.92 | 0.29 |
| Hex | 8C | 6 | 4F | 0 | 60 | 2C | 2D | 147 | 5C | 1D |
| Octal | 214 | 6 | 117 | 0 | 140 | 54 | 55 | 507 | 134 | 35 |
| Binary | 10001100 | 110 | 1001111 | 0 | 1100000 | 101100 | 101101 | 101000111 | 1011100 | 11101 |
Color Harmonies of #8C064F
Complementary color
Monochromatic Colors of #8C064F
Black with #8C064F
Text Example
Text Example
White with #8C064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C064F; }
p { color: rgb(140,6,79); }
H1.HeaderClassName
{
color: #8C064F;
}
.AnyTagClassName
{
color: #8C064F;
}
</style>
background-color css
<style>
a { background-color: #8C064F; }
a { background-color: rgb(140,6,79); }
div.DivClassName
{
background-color: #8C064F;
}
.BgClassName
{
background-color: #8C064F;
}
</style>
border-color css
<style>
span { border-color: #8C064F; }
span { border-color: rgb(140,6,79); }
td.TdClassName
{
border-color: #8C064F;
}
.TagClassName
{
border-color: #8C064F;
}
</style>