Shades of Eggplant #8D0064
Tints of Eggplant #8D0064
RGB
CMYK
RGB Variations
Color information
#8D0064 (or 0x8D0064) is known color: Eggplant. HEX triplet: 8D, 00 and 64. RGB value is (141,0,100). Sum of RGB (Red+Green+Blue) = 141+0+100=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0064 is #72FF9B. Grayscale: #353535. Windows color (decimal): -7536540 or 6553741. OLE color: 6553741.
HSL color Cylindrical-coordinate representation of color #8D0064: hue angle of 317.45º 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 #8D0064 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.29 | 0.45 |
| HSL | 317.45º | 1% | 0.28% | - |
| HSV(B) | 317.45º | 1% | 0.55% | - |
| XYZ | 13.28 | 6.58 | 12.63 | - |
| YUV | 53.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 100 | 0 | 1 | 0.29 | 0.45 | 317.45 | 1 | 0.28 |
| Hex | 8D | 0 | 64 | 0 | 64 | 1D | 2D | 13D | 64 | 1C |
| Octal | 215 | 0 | 144 | 0 | 144 | 35 | 55 | 475 | 144 | 34 |
| Binary | 10001101 | 0 | 1100100 | 0 | 1100100 | 11101 | 101101 | 100111101 | 1100100 | 11100 |
Color Harmonies of #8D0064
Complementary color
Monochromatic Colors of #8D0064
Black with #8D0064
Text Example
Text Example
White with #8D0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0064; }
p { color: rgb(141,0,100); }
H1.HeaderClassName
{
color: #8D0064;
}
.AnyTagClassName
{
color: #8D0064;
}
</style>
background-color css
<style>
a { background-color: #8D0064; }
a { background-color: rgb(141,0,100); }
div.DivClassName
{
background-color: #8D0064;
}
.BgClassName
{
background-color: #8D0064;
}
</style>
border-color css
<style>
span { border-color: #8D0064; }
span { border-color: rgb(141,0,100); }
td.TdClassName
{
border-color: #8D0064;
}
.TagClassName
{
border-color: #8D0064;
}
</style>