Shades of Eggplant #8D0C70
Tints of Eggplant #8D0C70
RGB
CMYK
RGB Variations
Color information
#8D0C70 (or 0x8D0C70) is known color: Eggplant. HEX triplet: 8D, 0C and 70. RGB value is (141,12,112). Sum of RGB (Red+Green+Blue) = 141+12+112=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0C70 is #72F38F. Grayscale: #3D3D3D. Windows color (decimal): -7533456 or 7343245. OLE color: 7343245.
HSL color Cylindrical-coordinate representation of color #8D0C70: hue angle of 313.49º 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 #8D0C70 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 12 | 112 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.45 |
| HSL | 313.49º | 0.84% | 0.3% | - |
| HSV(B) | 313.49º | 0.91% | 0.55% | - |
| XYZ | 14.04 | 7.1 | 15.96 | - |
| YUV | 61.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 112 | 0 | 0.91 | 0.21 | 0.45 | 313.49 | 0.84 | 0.3 |
| Hex | 8D | C | 70 | 0 | 5B | 15 | 2D | 139 | 54 | 1E |
| Octal | 215 | 14 | 160 | 0 | 133 | 25 | 55 | 471 | 124 | 36 |
| Binary | 10001101 | 1100 | 1110000 | 0 | 1011011 | 10101 | 101101 | 100111001 | 1010100 | 11110 |
Color Harmonies of #8D0C70
Complementary color
Monochromatic Colors of #8D0C70
Black with #8D0C70
Text Example
Text Example
White with #8D0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0C70; }
p { color: rgb(141,12,112); }
H1.HeaderClassName
{
color: #8D0C70;
}
.AnyTagClassName
{
color: #8D0C70;
}
</style>
background-color css
<style>
a { background-color: #8D0C70; }
a { background-color: rgb(141,12,112); }
div.DivClassName
{
background-color: #8D0C70;
}
.BgClassName
{
background-color: #8D0C70;
}
</style>
border-color css
<style>
span { border-color: #8D0C70; }
span { border-color: rgb(141,12,112); }
td.TdClassName
{
border-color: #8D0C70;
}
.TagClassName
{
border-color: #8D0C70;
}
</style>