Shades of Eggplant #8D0166
Tints of Eggplant #8D0166
RGB
CMYK
RGB Variations
Color information
#8D0166 (or 0x8D0166) is known color: Eggplant. HEX triplet: 8D, 01 and 66. RGB value is (141,1,102). Sum of RGB (Red+Green+Blue) = 141+1+102=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0166 is #72FE99. Grayscale: #363636. Windows color (decimal): -7536282 or 6685069. OLE color: 6685069.
HSL color Cylindrical-coordinate representation of color #8D0166: hue angle of 316.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0166 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.45 |
| HSL | 316.71º | 0.99% | 0.28% | - |
| HSV(B) | 316.71º | 0.99% | 0.55% | - |
| XYZ | 13.39 | 6.64 | 13.15 | - |
| YUV | 54.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 102 | 0 | 0.99 | 0.28 | 0.45 | 316.71 | 0.99 | 0.28 |
| Hex | 8D | 1 | 66 | 0 | 63 | 1C | 2D | 13D | 63 | 1C |
| Octal | 215 | 1 | 146 | 0 | 143 | 34 | 55 | 475 | 143 | 34 |
| Binary | 10001101 | 1 | 1100110 | 0 | 1100011 | 11100 | 101101 | 100111101 | 1100011 | 11100 |
Color Harmonies of #8D0166
Complementary color
Monochromatic Colors of #8D0166
Black with #8D0166
Text Example
Text Example
White with #8D0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0166; }
p { color: rgb(141,1,102); }
H1.HeaderClassName
{
color: #8D0166;
}
.AnyTagClassName
{
color: #8D0166;
}
</style>
background-color css
<style>
a { background-color: #8D0166; }
a { background-color: rgb(141,1,102); }
div.DivClassName
{
background-color: #8D0166;
}
.BgClassName
{
background-color: #8D0166;
}
</style>
border-color css
<style>
span { border-color: #8D0166; }
span { border-color: rgb(141,1,102); }
td.TdClassName
{
border-color: #8D0166;
}
.TagClassName
{
border-color: #8D0166;
}
</style>