Shades of Eggplant #8C0C5D
Tints of Eggplant #8C0C5D
RGB
CMYK
RGB Variations
Color information
#8C0C5D (or 0x8C0C5D) is known color: Eggplant. HEX triplet: 8C, 0C and 5D. RGB value is (140,12,93). Sum of RGB (Red+Green+Blue) = 140+12+93=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C5D is #73F3A2. Grayscale: #3B3B3B. Windows color (decimal): -7599011 or 6098060. OLE color: 6098060.
HSL color Cylindrical-coordinate representation of color #8C0C5D: hue angle of 322.03º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C5D is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 12 | 93 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.45 |
| HSL | 322.03º | 0.84% | 0.3% | - |
| HSV(B) | 322.03º | 0.91% | 0.55% | - |
| XYZ | 12.92 | 6.63 | 10.95 | - |
| YUV | 59.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 93 | 0 | 0.91 | 0.34 | 0.45 | 322.03 | 0.84 | 0.3 |
| Hex | 8C | C | 5D | 0 | 5B | 22 | 2D | 142 | 54 | 1E |
| Octal | 214 | 14 | 135 | 0 | 133 | 42 | 55 | 502 | 124 | 36 |
| Binary | 10001100 | 1100 | 1011101 | 0 | 1011011 | 100010 | 101101 | 101000010 | 1010100 | 11110 |
Color Harmonies of #8C0C5D
Complementary color
Monochromatic Colors of #8C0C5D
Black with #8C0C5D
Text Example
Text Example
White with #8C0C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0C5D; }
p { color: rgb(140,12,93); }
H1.HeaderClassName
{
color: #8C0C5D;
}
.AnyTagClassName
{
color: #8C0C5D;
}
</style>
background-color css
<style>
a { background-color: #8C0C5D; }
a { background-color: rgb(140,12,93); }
div.DivClassName
{
background-color: #8C0C5D;
}
.BgClassName
{
background-color: #8C0C5D;
}
</style>
border-color css
<style>
span { border-color: #8C0C5D; }
span { border-color: rgb(140,12,93); }
td.TdClassName
{
border-color: #8C0C5D;
}
.TagClassName
{
border-color: #8C0C5D;
}
</style>