Shades of Eggplant #8D055E
Tints of Eggplant #8D055E
RGB
CMYK
RGB Variations
Color information
#8D055E (or 0x8D055E) is known color: Eggplant. HEX triplet: 8D, 05 and 5E. RGB value is (141,5,94). Sum of RGB (Red+Green+Blue) = 141+5+94=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D055E is #72FAA1. Grayscale: #373737. Windows color (decimal): -7535266 or 6161805. OLE color: 6161805.
HSL color Cylindrical-coordinate representation of color #8D055E: hue angle of 320.74º 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 #8D055E is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 94 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.45 |
| HSL | 320.74º | 0.93% | 0.29% | - |
| HSV(B) | 320.74º | 0.96% | 0.55% | - |
| XYZ | 13.06 | 6.58 | 11.17 | - |
| YUV | 55.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 94 | 0 | 0.96 | 0.33 | 0.45 | 320.74 | 0.93 | 0.29 |
| Hex | 8D | 5 | 5E | 0 | 60 | 21 | 2D | 141 | 5D | 1D |
| Octal | 215 | 5 | 136 | 0 | 140 | 41 | 55 | 501 | 135 | 35 |
| Binary | 10001101 | 101 | 1011110 | 0 | 1100000 | 100001 | 101101 | 101000001 | 1011101 | 11101 |
Color Harmonies of #8D055E
Complementary color
Monochromatic Colors of #8D055E
Black with #8D055E
Text Example
Text Example
White with #8D055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D055E; }
p { color: rgb(141,5,94); }
H1.HeaderClassName
{
color: #8D055E;
}
.AnyTagClassName
{
color: #8D055E;
}
</style>
background-color css
<style>
a { background-color: #8D055E; }
a { background-color: rgb(141,5,94); }
div.DivClassName
{
background-color: #8D055E;
}
.BgClassName
{
background-color: #8D055E;
}
</style>
border-color css
<style>
span { border-color: #8D055E; }
span { border-color: rgb(141,5,94); }
td.TdClassName
{
border-color: #8D055E;
}
.TagClassName
{
border-color: #8D055E;
}
</style>