Shades of Eggplant #8D106B
Tints of Eggplant #8D106B
RGB
CMYK
RGB Variations
Color information
#8D106B (or 0x8D106B) is known color: Eggplant. HEX triplet: 8D, 10 and 6B. RGB value is (141,16,107). Sum of RGB (Red+Green+Blue) = 141+16+107=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D106B is #72EF94. Grayscale: #3F3F3F. Windows color (decimal): -7532437 or 7016589. OLE color: 7016589.
HSL color Cylindrical-coordinate representation of color #8D106B: hue angle of 316.32º 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 #8D106B is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 107 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.45 |
| HSL | 316.32º | 0.8% | 0.31% | - |
| HSV(B) | 316.32º | 0.89% | 0.55% | - |
| XYZ | 13.82 | 7.09 | 14.55 | - |
| YUV | 63.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 107 | 0 | 0.89 | 0.24 | 0.45 | 316.32 | 0.8 | 0.31 |
| Hex | 8D | 10 | 6B | 0 | 59 | 18 | 2D | 13C | 50 | 1F |
| Octal | 215 | 20 | 153 | 0 | 131 | 30 | 55 | 474 | 120 | 37 |
| Binary | 10001101 | 10000 | 1101011 | 0 | 1011001 | 11000 | 101101 | 100111100 | 1010000 | 11111 |
Color Harmonies of #8D106B
Complementary color
Monochromatic Colors of #8D106B
Black with #8D106B
Text Example
Text Example
White with #8D106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D106B; }
p { color: rgb(141,16,107); }
H1.HeaderClassName
{
color: #8D106B;
}
.AnyTagClassName
{
color: #8D106B;
}
</style>
background-color css
<style>
a { background-color: #8D106B; }
a { background-color: rgb(141,16,107); }
div.DivClassName
{
background-color: #8D106B;
}
.BgClassName
{
background-color: #8D106B;
}
</style>
border-color css
<style>
span { border-color: #8D106B; }
span { border-color: rgb(141,16,107); }
td.TdClassName
{
border-color: #8D106B;
}
.TagClassName
{
border-color: #8D106B;
}
</style>