Shades of Eggplant #8D006C
Tints of Eggplant #8D006C
RGB
CMYK
RGB Variations
Color information
#8D006C (or 0x8D006C) is known color: Eggplant. HEX triplet: 8D, 00 and 6C. RGB value is (141,0,108). Sum of RGB (Red+Green+Blue) = 141+0+108=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D006C is #72FF93. Grayscale: #363636. Windows color (decimal): -7536532 or 7078029. OLE color: 7078029.
HSL color Cylindrical-coordinate representation of color #8D006C: hue angle of 314.04º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D006C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.23 | 0.45 |
| HSL | 314.04º | 1% | 0.28% | - |
| HSV(B) | 314.04º | 1% | 0.55% | - |
| XYZ | 13.69 | 6.75 | 14.77 | - |
| YUV | 54.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 108 | 0 | 1 | 0.23 | 0.45 | 314.04 | 1 | 0.28 |
| Hex | 8D | 0 | 6C | 0 | 64 | 17 | 2D | 13A | 64 | 1C |
| Octal | 215 | 0 | 154 | 0 | 144 | 27 | 55 | 472 | 144 | 34 |
| Binary | 10001101 | 0 | 1101100 | 0 | 1100100 | 10111 | 101101 | 100111010 | 1100100 | 11100 |
Color Harmonies of #8D006C
Complementary color
Monochromatic Colors of #8D006C
Black with #8D006C
Text Example
Text Example
White with #8D006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D006C; }
p { color: rgb(141,0,108); }
H1.HeaderClassName
{
color: #8D006C;
}
.AnyTagClassName
{
color: #8D006C;
}
</style>
background-color css
<style>
a { background-color: #8D006C; }
a { background-color: rgb(141,0,108); }
div.DivClassName
{
background-color: #8D006C;
}
.BgClassName
{
background-color: #8D006C;
}
</style>
border-color css
<style>
span { border-color: #8D006C; }
span { border-color: rgb(141,0,108); }
td.TdClassName
{
border-color: #8D006C;
}
.TagClassName
{
border-color: #8D006C;
}
</style>