Shades of Eggplant #8D086C
Tints of Eggplant #8D086C
RGB
CMYK
RGB Variations
Color information
#8D086C (or 0x8D086C) is known color: Eggplant. HEX triplet: 8D, 08 and 6C. RGB value is (141,8,108). Sum of RGB (Red+Green+Blue) = 141+8+108=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D086C is #72F793. Grayscale: #3A3A3A. Windows color (decimal): -7534484 or 7080077. OLE color: 7080077.
HSL color Cylindrical-coordinate representation of color #8D086C: hue angle of 314.89º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D086C is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 108 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.45 |
| HSL | 314.89º | 0.89% | 0.29% | - |
| HSV(B) | 314.89º | 0.94% | 0.55% | - |
| XYZ | 13.78 | 6.92 | 14.8 | - |
| YUV | 59.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 108 | 0 | 0.94 | 0.23 | 0.45 | 314.89 | 0.89 | 0.29 |
| Hex | 8D | 8 | 6C | 0 | 5E | 17 | 2D | 13B | 59 | 1D |
| Octal | 215 | 10 | 154 | 0 | 136 | 27 | 55 | 473 | 131 | 35 |
| Binary | 10001101 | 1000 | 1101100 | 0 | 1011110 | 10111 | 101101 | 100111011 | 1011001 | 11101 |
Color Harmonies of #8D086C
Complementary color
Monochromatic Colors of #8D086C
Black with #8D086C
Text Example
Text Example
White with #8D086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D086C; }
p { color: rgb(141,8,108); }
H1.HeaderClassName
{
color: #8D086C;
}
.AnyTagClassName
{
color: #8D086C;
}
</style>
background-color css
<style>
a { background-color: #8D086C; }
a { background-color: rgb(141,8,108); }
div.DivClassName
{
background-color: #8D086C;
}
.BgClassName
{
background-color: #8D086C;
}
</style>
border-color css
<style>
span { border-color: #8D086C; }
span { border-color: rgb(141,8,108); }
td.TdClassName
{
border-color: #8D086C;
}
.TagClassName
{
border-color: #8D086C;
}
</style>