Shades of Eggplant #8C0B53
Tints of Eggplant #8C0B53
RGB
CMYK
RGB Variations
Color information
#8C0B53 (or 0x8C0B53) is known color: Eggplant. HEX triplet: 8C, 0B and 53. RGB value is (140,11,83). Sum of RGB (Red+Green+Blue) = 140+11+83=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0B53 is #73F4AC. Grayscale: #393939. Windows color (decimal): -7599277 or 5442444. OLE color: 5442444.
HSL color Cylindrical-coordinate representation of color #8C0B53: hue angle of 326.51º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B53 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 83 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.45 |
| HSL | 326.51º | 0.85% | 0.3% | - |
| HSV(B) | 326.51º | 0.92% | 0.55% | - |
| XYZ | 12.5 | 6.44 | 8.77 | - |
| YUV | 57.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 83 | 0 | 0.92 | 0.41 | 0.45 | 326.51 | 0.85 | 0.3 |
| Hex | 8C | B | 53 | 0 | 5C | 29 | 2D | 147 | 55 | 1E |
| Octal | 214 | 13 | 123 | 0 | 134 | 51 | 55 | 507 | 125 | 36 |
| Binary | 10001100 | 1011 | 1010011 | 0 | 1011100 | 101001 | 101101 | 101000111 | 1010101 | 11110 |
Color Harmonies of #8C0B53
Complementary color
Monochromatic Colors of #8C0B53
Black with #8C0B53
Text Example
Text Example
White with #8C0B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B53; }
p { color: rgb(140,11,83); }
H1.HeaderClassName
{
color: #8C0B53;
}
.AnyTagClassName
{
color: #8C0B53;
}
</style>
background-color css
<style>
a { background-color: #8C0B53; }
a { background-color: rgb(140,11,83); }
div.DivClassName
{
background-color: #8C0B53;
}
.BgClassName
{
background-color: #8C0B53;
}
</style>
border-color css
<style>
span { border-color: #8C0B53; }
span { border-color: rgb(140,11,83); }
td.TdClassName
{
border-color: #8C0B53;
}
.TagClassName
{
border-color: #8C0B53;
}
</style>