Shades of Eggplant #8D0464
Tints of Eggplant #8D0464
RGB
CMYK
RGB Variations
Color information
#8D0464 (or 0x8D0464) is known color: Eggplant. HEX triplet: 8D, 04 and 64. RGB value is (141,4,100). Sum of RGB (Red+Green+Blue) = 141+4+100=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0464 is #72FB9B. Grayscale: #373737. Windows color (decimal): -7535516 or 6554765. OLE color: 6554765.
HSL color Cylindrical-coordinate representation of color #8D0464: hue angle of 317.96º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0464 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 100 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.45 |
| HSL | 317.96º | 0.94% | 0.28% | - |
| HSV(B) | 317.96º | 0.97% | 0.55% | - |
| XYZ | 13.33 | 6.67 | 12.64 | - |
| YUV | 55.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 100 | 0 | 0.97 | 0.29 | 0.45 | 317.96 | 0.94 | 0.28 |
| Hex | 8D | 4 | 64 | 0 | 61 | 1D | 2D | 13E | 5E | 1C |
| Octal | 215 | 4 | 144 | 0 | 141 | 35 | 55 | 476 | 136 | 34 |
| Binary | 10001101 | 100 | 1100100 | 0 | 1100001 | 11101 | 101101 | 100111110 | 1011110 | 11100 |
Color Harmonies of #8D0464
Complementary color
Monochromatic Colors of #8D0464
Black with #8D0464
Text Example
Text Example
White with #8D0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0464; }
p { color: rgb(141,4,100); }
H1.HeaderClassName
{
color: #8D0464;
}
.AnyTagClassName
{
color: #8D0464;
}
</style>
background-color css
<style>
a { background-color: #8D0464; }
a { background-color: rgb(141,4,100); }
div.DivClassName
{
background-color: #8D0464;
}
.BgClassName
{
background-color: #8D0464;
}
</style>
border-color css
<style>
span { border-color: #8D0464; }
span { border-color: rgb(141,4,100); }
td.TdClassName
{
border-color: #8D0464;
}
.TagClassName
{
border-color: #8D0464;
}
</style>