Shades of Eggplant #8D0055
Tints of Eggplant #8D0055
RGB
CMYK
RGB Variations
Color information
#8D0055 (or 0x8D0055) is known color: Eggplant. HEX triplet: 8D, 00 and 55. RGB value is (141,0,85). Sum of RGB (Red+Green+Blue) = 141+0+85=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0055 is #72FFAA. Grayscale: #333333. Windows color (decimal): -7536555 or 5570701. OLE color: 5570701.
HSL color Cylindrical-coordinate representation of color #8D0055: hue angle of 323.83º 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 #8D0055 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.40 | 0.45 |
| HSL | 323.83º | 1% | 0.28% | - |
| HSV(B) | 323.83º | 1% | 0.55% | - |
| XYZ | 12.62 | 6.32 | 9.15 | - |
| YUV | 51.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 85 | 0 | 1 | 0.40 | 0.45 | 323.83 | 1 | 0.28 |
| Hex | 8D | 0 | 55 | 0 | 64 | 28 | 2D | 144 | 64 | 1C |
| Octal | 215 | 0 | 125 | 0 | 144 | 50 | 55 | 504 | 144 | 34 |
| Binary | 10001101 | 0 | 1010101 | 0 | 1100100 | 101000 | 101101 | 101000100 | 1100100 | 11100 |
Color Harmonies of #8D0055
Complementary color
Monochromatic Colors of #8D0055
Black with #8D0055
Text Example
Text Example
White with #8D0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0055; }
p { color: rgb(141,0,85); }
H1.HeaderClassName
{
color: #8D0055;
}
.AnyTagClassName
{
color: #8D0055;
}
</style>
background-color css
<style>
a { background-color: #8D0055; }
a { background-color: rgb(141,0,85); }
div.DivClassName
{
background-color: #8D0055;
}
.BgClassName
{
background-color: #8D0055;
}
</style>
border-color css
<style>
span { border-color: #8D0055; }
span { border-color: rgb(141,0,85); }
td.TdClassName
{
border-color: #8D0055;
}
.TagClassName
{
border-color: #8D0055;
}
</style>