Shades of Eggplant #8D106A
Tints of Eggplant #8D106A
RGB
CMYK
RGB Variations
Color information
#8D106A (or 0x8D106A) is known color: Eggplant. HEX triplet: 8D, 10 and 6A. RGB value is (141,16,106). Sum of RGB (Red+Green+Blue) = 141+16+106=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D106A is #72EF95. Grayscale: #3F3F3F. Windows color (decimal): -7532438 or 6951053. OLE color: 6951053.
HSL color Cylindrical-coordinate representation of color #8D106A: hue angle of 316.8º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D106A is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 106 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.45 |
| HSL | 316.8º | 0.8% | 0.31% | - |
| HSV(B) | 316.8º | 0.89% | 0.55% | - |
| XYZ | 13.77 | 7.07 | 14.28 | - |
| YUV | 63.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 106 | 0 | 0.89 | 0.25 | 0.45 | 316.8 | 0.8 | 0.31 |
| Hex | 8D | 10 | 6A | 0 | 59 | 19 | 2D | 13D | 50 | 1F |
| Octal | 215 | 20 | 152 | 0 | 131 | 31 | 55 | 475 | 120 | 37 |
| Binary | 10001101 | 10000 | 1101010 | 0 | 1011001 | 11001 | 101101 | 100111101 | 1010000 | 11111 |
Color Harmonies of #8D106A
Complementary color
Monochromatic Colors of #8D106A
Black with #8D106A
Text Example
Text Example
White with #8D106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D106A; }
p { color: rgb(141,16,106); }
H1.HeaderClassName
{
color: #8D106A;
}
.AnyTagClassName
{
color: #8D106A;
}
</style>
background-color css
<style>
a { background-color: #8D106A; }
a { background-color: rgb(141,16,106); }
div.DivClassName
{
background-color: #8D106A;
}
.BgClassName
{
background-color: #8D106A;
}
</style>
border-color css
<style>
span { border-color: #8D106A; }
span { border-color: rgb(141,16,106); }
td.TdClassName
{
border-color: #8D106A;
}
.TagClassName
{
border-color: #8D106A;
}
</style>