Shades of Eggplant #8D066D
Tints of Eggplant #8D066D
RGB
CMYK
RGB Variations
Color information
#8D066D (or 0x8D066D) is known color: Eggplant. HEX triplet: 8D, 06 and 6D. RGB value is (141,6,109). Sum of RGB (Red+Green+Blue) = 141+6+109=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D066D is #72F992. Grayscale: #393939. Windows color (decimal): -7534995 or 7145101. OLE color: 7145101.
HSL color Cylindrical-coordinate representation of color #8D066D: hue angle of 314.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D066D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.45 |
| HSL | 314.22º | 0.92% | 0.29% | - |
| HSV(B) | 314.22º | 0.96% | 0.55% | - |
| XYZ | 13.81 | 6.9 | 15.07 | - |
| YUV | 58.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 109 | 0 | 0.96 | 0.23 | 0.45 | 314.22 | 0.92 | 0.29 |
| Hex | 8D | 6 | 6D | 0 | 60 | 17 | 2D | 13A | 5C | 1D |
| Octal | 215 | 6 | 155 | 0 | 140 | 27 | 55 | 472 | 134 | 35 |
| Binary | 10001101 | 110 | 1101101 | 0 | 1100000 | 10111 | 101101 | 100111010 | 1011100 | 11101 |
Color Harmonies of #8D066D
Complementary color
Monochromatic Colors of #8D066D
Black with #8D066D
Text Example
Text Example
White with #8D066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D066D; }
p { color: rgb(141,6,109); }
H1.HeaderClassName
{
color: #8D066D;
}
.AnyTagClassName
{
color: #8D066D;
}
</style>
background-color css
<style>
a { background-color: #8D066D; }
a { background-color: rgb(141,6,109); }
div.DivClassName
{
background-color: #8D066D;
}
.BgClassName
{
background-color: #8D066D;
}
</style>
border-color css
<style>
span { border-color: #8D066D; }
span { border-color: rgb(141,6,109); }
td.TdClassName
{
border-color: #8D066D;
}
.TagClassName
{
border-color: #8D066D;
}
</style>