Shades of Eggplant #8C065E
Tints of Eggplant #8C065E
RGB
CMYK
RGB Variations
Color information
#8C065E (or 0x8C065E) is known color: Eggplant. HEX triplet: 8C, 06 and 5E. RGB value is (140,6,94). Sum of RGB (Red+Green+Blue) = 140+6+94=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C065E is #73F9A1. Grayscale: #373737. Windows color (decimal): -7600546 or 6162060. OLE color: 6162060.
HSL color Cylindrical-coordinate representation of color #8C065E: hue angle of 320.6º 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 #8C065E is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 94 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.45 |
| HSL | 320.6º | 0.92% | 0.29% | - |
| HSV(B) | 320.6º | 0.96% | 0.55% | - |
| XYZ | 12.9 | 6.51 | 11.17 | - |
| YUV | 56.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 94 | 0 | 0.96 | 0.33 | 0.45 | 320.6 | 0.92 | 0.29 |
| Hex | 8C | 6 | 5E | 0 | 60 | 21 | 2D | 141 | 5C | 1D |
| Octal | 214 | 6 | 136 | 0 | 140 | 41 | 55 | 501 | 134 | 35 |
| Binary | 10001100 | 110 | 1011110 | 0 | 1100000 | 100001 | 101101 | 101000001 | 1011100 | 11101 |
Color Harmonies of #8C065E
Complementary color
Monochromatic Colors of #8C065E
Black with #8C065E
Text Example
Text Example
White with #8C065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C065E; }
p { color: rgb(140,6,94); }
H1.HeaderClassName
{
color: #8C065E;
}
.AnyTagClassName
{
color: #8C065E;
}
</style>
background-color css
<style>
a { background-color: #8C065E; }
a { background-color: rgb(140,6,94); }
div.DivClassName
{
background-color: #8C065E;
}
.BgClassName
{
background-color: #8C065E;
}
</style>
border-color css
<style>
span { border-color: #8C065E; }
span { border-color: rgb(140,6,94); }
td.TdClassName
{
border-color: #8C065E;
}
.TagClassName
{
border-color: #8C065E;
}
</style>