Shades of Eggplant #8C0653
Tints of Eggplant #8C0653
RGB
CMYK
RGB Variations
Color information
#8C0653 (or 0x8C0653) is known color: Eggplant. HEX triplet: 8C, 06 and 53. RGB value is (140,6,83). Sum of RGB (Red+Green+Blue) = 140+6+83=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0653 is #73F9AC. Grayscale: #363636. Windows color (decimal): -7600557 or 5441164. OLE color: 5441164.
HSL color Cylindrical-coordinate representation of color #8C0653: hue angle of 325.52º 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 #8C0653 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 83 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.45 |
| HSL | 325.52º | 0.92% | 0.29% | - |
| HSV(B) | 325.52º | 0.96% | 0.55% | - |
| XYZ | 12.44 | 6.33 | 8.75 | - |
| YUV | 54.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 83 | 0 | 0.96 | 0.41 | 0.45 | 325.52 | 0.92 | 0.29 |
| Hex | 8C | 6 | 53 | 0 | 60 | 29 | 2D | 146 | 5C | 1D |
| Octal | 214 | 6 | 123 | 0 | 140 | 51 | 55 | 506 | 134 | 35 |
| Binary | 10001100 | 110 | 1010011 | 0 | 1100000 | 101001 | 101101 | 101000110 | 1011100 | 11101 |
Color Harmonies of #8C0653
Complementary color
Monochromatic Colors of #8C0653
Black with #8C0653
Text Example
Text Example
White with #8C0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0653; }
p { color: rgb(140,6,83); }
H1.HeaderClassName
{
color: #8C0653;
}
.AnyTagClassName
{
color: #8C0653;
}
</style>
background-color css
<style>
a { background-color: #8C0653; }
a { background-color: rgb(140,6,83); }
div.DivClassName
{
background-color: #8C0653;
}
.BgClassName
{
background-color: #8C0653;
}
</style>
border-color css
<style>
span { border-color: #8C0653; }
span { border-color: rgb(140,6,83); }
td.TdClassName
{
border-color: #8C0653;
}
.TagClassName
{
border-color: #8C0653;
}
</style>