Shades of Eggplant #8D1064
Tints of Eggplant #8D1064
RGB
CMYK
RGB Variations
Color information
#8D1064 (or 0x8D1064) is known color: Eggplant. HEX triplet: 8D, 10 and 64. RGB value is (141,16,100). Sum of RGB (Red+Green+Blue) = 141+16+100=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1064 is #72EF9B. Grayscale: #3E3E3E. Windows color (decimal): -7532444 or 6557837. OLE color: 6557837.
HSL color Cylindrical-coordinate representation of color #8D1064: hue angle of 319.68º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1064 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 100 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.45 |
| HSL | 319.68º | 0.8% | 0.31% | - |
| HSV(B) | 319.68º | 0.89% | 0.55% | - |
| XYZ | 13.47 | 6.95 | 12.69 | - |
| YUV | 62.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 100 | 0 | 0.89 | 0.29 | 0.45 | 319.68 | 0.8 | 0.31 |
| Hex | 8D | 10 | 64 | 0 | 59 | 1D | 2D | 140 | 50 | 1F |
| Octal | 215 | 20 | 144 | 0 | 131 | 35 | 55 | 500 | 120 | 37 |
| Binary | 10001101 | 10000 | 1100100 | 0 | 1011001 | 11101 | 101101 | 101000000 | 1010000 | 11111 |
Color Harmonies of #8D1064
Complementary color
Monochromatic Colors of #8D1064
Black with #8D1064
Text Example
Text Example
White with #8D1064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1064; }
p { color: rgb(141,16,100); }
H1.HeaderClassName
{
color: #8D1064;
}
.AnyTagClassName
{
color: #8D1064;
}
</style>
background-color css
<style>
a { background-color: #8D1064; }
a { background-color: rgb(141,16,100); }
div.DivClassName
{
background-color: #8D1064;
}
.BgClassName
{
background-color: #8D1064;
}
</style>
border-color css
<style>
span { border-color: #8D1064; }
span { border-color: rgb(141,16,100); }
td.TdClassName
{
border-color: #8D1064;
}
.TagClassName
{
border-color: #8D1064;
}
</style>