Shades of Eggplant #8D0164
Tints of Eggplant #8D0164
RGB
CMYK
RGB Variations
Color information
#8D0164 (or 0x8D0164) is known color: Eggplant. HEX triplet: 8D, 01 and 64. RGB value is (141,1,100). Sum of RGB (Red+Green+Blue) = 141+1+100=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0164 is #72FE9B. Grayscale: #353535. Windows color (decimal): -7536284 or 6553997. OLE color: 6553997.
HSL color Cylindrical-coordinate representation of color #8D0164: hue angle of 317.57º 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 #8D0164 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.45 |
| HSL | 317.57º | 0.99% | 0.28% | - |
| HSV(B) | 317.57º | 0.99% | 0.55% | - |
| XYZ | 13.3 | 6.6 | 12.63 | - |
| YUV | 54.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 100 | 0 | 0.99 | 0.29 | 0.45 | 317.57 | 0.99 | 0.28 |
| Hex | 8D | 1 | 64 | 0 | 63 | 1D | 2D | 13E | 63 | 1C |
| Octal | 215 | 1 | 144 | 0 | 143 | 35 | 55 | 476 | 143 | 34 |
| Binary | 10001101 | 1 | 1100100 | 0 | 1100011 | 11101 | 101101 | 100111110 | 1100011 | 11100 |
Color Harmonies of #8D0164
Complementary color
Monochromatic Colors of #8D0164
Black with #8D0164
Text Example
Text Example
White with #8D0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0164; }
p { color: rgb(141,1,100); }
H1.HeaderClassName
{
color: #8D0164;
}
.AnyTagClassName
{
color: #8D0164;
}
</style>
background-color css
<style>
a { background-color: #8D0164; }
a { background-color: rgb(141,1,100); }
div.DivClassName
{
background-color: #8D0164;
}
.BgClassName
{
background-color: #8D0164;
}
</style>
border-color css
<style>
span { border-color: #8D0164; }
span { border-color: rgb(141,1,100); }
td.TdClassName
{
border-color: #8D0164;
}
.TagClassName
{
border-color: #8D0164;
}
</style>