Shades of Eggplant #8D0554
Tints of Eggplant #8D0554
RGB
CMYK
RGB Variations
Color information
#8D0554 (or 0x8D0554) is known color: Eggplant. HEX triplet: 8D, 05 and 54. RGB value is (141,5,84). Sum of RGB (Red+Green+Blue) = 141+5+84=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0554 is #72FAAB. Grayscale: #363636. Windows color (decimal): -7535276 or 5506445. OLE color: 5506445.
HSL color Cylindrical-coordinate representation of color #8D0554: hue angle of 325.15º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0554 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 84 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.45 |
| HSL | 325.15º | 0.93% | 0.29% | - |
| HSV(B) | 325.15º | 0.96% | 0.55% | - |
| XYZ | 12.64 | 6.41 | 8.96 | - |
| YUV | 54.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 84 | 0 | 0.96 | 0.40 | 0.45 | 325.15 | 0.93 | 0.29 |
| Hex | 8D | 5 | 54 | 0 | 60 | 28 | 2D | 145 | 5D | 1D |
| Octal | 215 | 5 | 124 | 0 | 140 | 50 | 55 | 505 | 135 | 35 |
| Binary | 10001101 | 101 | 1010100 | 0 | 1100000 | 101000 | 101101 | 101000101 | 1011101 | 11101 |
Color Harmonies of #8D0554
Complementary color
Monochromatic Colors of #8D0554
Black with #8D0554
Text Example
Text Example
White with #8D0554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0554; }
p { color: rgb(141,5,84); }
H1.HeaderClassName
{
color: #8D0554;
}
.AnyTagClassName
{
color: #8D0554;
}
</style>
background-color css
<style>
a { background-color: #8D0554; }
a { background-color: rgb(141,5,84); }
div.DivClassName
{
background-color: #8D0554;
}
.BgClassName
{
background-color: #8D0554;
}
</style>
border-color css
<style>
span { border-color: #8D0554; }
span { border-color: rgb(141,5,84); }
td.TdClassName
{
border-color: #8D0554;
}
.TagClassName
{
border-color: #8D0554;
}
</style>