Shades of Eggplant #8C0053
Tints of Eggplant #8C0053
RGB
CMYK
RGB Variations
Color information
#8C0053 (or 0x8C0053) is known color: Eggplant. HEX triplet: 8C, 00 and 53. RGB value is (140,0,83). Sum of RGB (Red+Green+Blue) = 140+0+83=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0053 is #73FFAC. Grayscale: #333333. Windows color (decimal): -7602093 or 5439628. OLE color: 5439628.
HSL color Cylindrical-coordinate representation of color #8C0053: hue angle of 324.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0053 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.41 | 0.45 |
| HSL | 324.43º | 1% | 0.27% | - |
| HSV(B) | 324.43º | 1% | 0.55% | - |
| XYZ | 12.38 | 6.2 | 8.73 | - |
| YUV | 51.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 83 | 0 | 1 | 0.41 | 0.45 | 324.43 | 1 | 0.27 |
| Hex | 8C | 0 | 53 | 0 | 64 | 29 | 2D | 144 | 64 | 1B |
| Octal | 214 | 0 | 123 | 0 | 144 | 51 | 55 | 504 | 144 | 33 |
| Binary | 10001100 | 0 | 1010011 | 0 | 1100100 | 101001 | 101101 | 101000100 | 1100100 | 11011 |
Color Harmonies of #8C0053
Complementary color
Monochromatic Colors of #8C0053
Black with #8C0053
Text Example
Text Example
White with #8C0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0053; }
p { color: rgb(140,0,83); }
H1.HeaderClassName
{
color: #8C0053;
}
.AnyTagClassName
{
color: #8C0053;
}
</style>
background-color css
<style>
a { background-color: #8C0053; }
a { background-color: rgb(140,0,83); }
div.DivClassName
{
background-color: #8C0053;
}
.BgClassName
{
background-color: #8C0053;
}
</style>
border-color css
<style>
span { border-color: #8C0053; }
span { border-color: rgb(140,0,83); }
td.TdClassName
{
border-color: #8C0053;
}
.TagClassName
{
border-color: #8C0053;
}
</style>