Shades of Eggplant #8C0A5D
Tints of Eggplant #8C0A5D
RGB
CMYK
RGB Variations
Color information
#8C0A5D (or 0x8C0A5D) is known color: Eggplant. HEX triplet: 8C, 0A and 5D. RGB value is (140,10,93). Sum of RGB (Red+Green+Blue) = 140+10+93=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A5D is #73F5A2. Grayscale: #3A3A3A. Windows color (decimal): -7599523 or 6097548. OLE color: 6097548.
HSL color Cylindrical-coordinate representation of color #8C0A5D: hue angle of 321.69º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A5D is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 93 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.45 |
| HSL | 321.69º | 0.87% | 0.29% | - |
| HSV(B) | 321.69º | 0.93% | 0.55% | - |
| XYZ | 12.9 | 6.58 | 10.95 | - |
| YUV | 58.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 93 | 0 | 0.93 | 0.34 | 0.45 | 321.69 | 0.87 | 0.29 |
| Hex | 8C | A | 5D | 0 | 5D | 22 | 2D | 142 | 57 | 1D |
| Octal | 214 | 12 | 135 | 0 | 135 | 42 | 55 | 502 | 127 | 35 |
| Binary | 10001100 | 1010 | 1011101 | 0 | 1011101 | 100010 | 101101 | 101000010 | 1010111 | 11101 |
Color Harmonies of #8C0A5D
Complementary color
Monochromatic Colors of #8C0A5D
Black with #8C0A5D
Text Example
Text Example
White with #8C0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A5D; }
p { color: rgb(140,10,93); }
H1.HeaderClassName
{
color: #8C0A5D;
}
.AnyTagClassName
{
color: #8C0A5D;
}
</style>
background-color css
<style>
a { background-color: #8C0A5D; }
a { background-color: rgb(140,10,93); }
div.DivClassName
{
background-color: #8C0A5D;
}
.BgClassName
{
background-color: #8C0A5D;
}
</style>
border-color css
<style>
span { border-color: #8C0A5D; }
span { border-color: rgb(140,10,93); }
td.TdClassName
{
border-color: #8C0A5D;
}
.TagClassName
{
border-color: #8C0A5D;
}
</style>