Shades of Eggplant #8D0A71
Tints of Eggplant #8D0A71
RGB
CMYK
RGB Variations
Color information
#8D0A71 (or 0x8D0A71) is known color: Eggplant. HEX triplet: 8D, 0A and 71. RGB value is (141,10,113). Sum of RGB (Red+Green+Blue) = 141+10+113=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0A71 is #72F58E. Grayscale: #3C3C3C. Windows color (decimal): -7533967 or 7408269. OLE color: 7408269.
HSL color Cylindrical-coordinate representation of color #8D0A71: hue angle of 312.82º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A71 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 10 | 113 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.45 |
| HSL | 312.82º | 0.87% | 0.3% | - |
| HSV(B) | 312.82º | 0.93% | 0.55% | - |
| XYZ | 14.07 | 7.07 | 16.25 | - |
| YUV | 60.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 113 | 0 | 0.93 | 0.20 | 0.45 | 312.82 | 0.87 | 0.3 |
| Hex | 8D | A | 71 | 0 | 5D | 14 | 2D | 139 | 57 | 1E |
| Octal | 215 | 12 | 161 | 0 | 135 | 24 | 55 | 471 | 127 | 36 |
| Binary | 10001101 | 1010 | 1110001 | 0 | 1011101 | 10100 | 101101 | 100111001 | 1010111 | 11110 |
Color Harmonies of #8D0A71
Complementary color
Monochromatic Colors of #8D0A71
Black with #8D0A71
Text Example
Text Example
White with #8D0A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0A71; }
p { color: rgb(141,10,113); }
H1.HeaderClassName
{
color: #8D0A71;
}
.AnyTagClassName
{
color: #8D0A71;
}
</style>
background-color css
<style>
a { background-color: #8D0A71; }
a { background-color: rgb(141,10,113); }
div.DivClassName
{
background-color: #8D0A71;
}
.BgClassName
{
background-color: #8D0A71;
}
</style>
border-color css
<style>
span { border-color: #8D0A71; }
span { border-color: rgb(141,10,113); }
td.TdClassName
{
border-color: #8D0A71;
}
.TagClassName
{
border-color: #8D0A71;
}
</style>