Shades of Eggplant #8D0066
Tints of Eggplant #8D0066
RGB
CMYK
RGB Variations
Color information
#8D0066 (or 0x8D0066) is known color: Eggplant. HEX triplet: 8D, 00 and 66. RGB value is (141,0,102). Sum of RGB (Red+Green+Blue) = 141+0+102=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0066 is #72FF99. Grayscale: #353535. Windows color (decimal): -7536538 or 6684813. OLE color: 6684813.
HSL color Cylindrical-coordinate representation of color #8D0066: hue angle of 316.6º 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 #8D0066 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.28 | 0.45 |
| HSL | 316.6º | 1% | 0.28% | - |
| HSV(B) | 316.6º | 1% | 0.55% | - |
| XYZ | 13.38 | 6.62 | 13.14 | - |
| YUV | 53.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 102 | 0 | 1 | 0.28 | 0.45 | 316.6 | 1 | 0.28 |
| Hex | 8D | 0 | 66 | 0 | 64 | 1C | 2D | 13D | 64 | 1C |
| Octal | 215 | 0 | 146 | 0 | 144 | 34 | 55 | 475 | 144 | 34 |
| Binary | 10001101 | 0 | 1100110 | 0 | 1100100 | 11100 | 101101 | 100111101 | 1100100 | 11100 |
Color Harmonies of #8D0066
Complementary color
Monochromatic Colors of #8D0066
Black with #8D0066
Text Example
Text Example
White with #8D0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0066; }
p { color: rgb(141,0,102); }
H1.HeaderClassName
{
color: #8D0066;
}
.AnyTagClassName
{
color: #8D0066;
}
</style>
background-color css
<style>
a { background-color: #8D0066; }
a { background-color: rgb(141,0,102); }
div.DivClassName
{
background-color: #8D0066;
}
.BgClassName
{
background-color: #8D0066;
}
</style>
border-color css
<style>
span { border-color: #8D0066; }
span { border-color: rgb(141,0,102); }
td.TdClassName
{
border-color: #8D0066;
}
.TagClassName
{
border-color: #8D0066;
}
</style>