Shades of Eggplant #8D0A5E
Tints of Eggplant #8D0A5E
RGB
CMYK
RGB Variations
Color information
#8D0A5E (or 0x8D0A5E) is known color: Eggplant. HEX triplet: 8D, 0A and 5E. RGB value is (141,10,94). Sum of RGB (Red+Green+Blue) = 141+10+94=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0A5E is #72F5A1. Grayscale: #3A3A3A. Windows color (decimal): -7533986 or 6163085. OLE color: 6163085.
HSL color Cylindrical-coordinate representation of color #8D0A5E: hue angle of 321.53º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A5E is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 10 | 94 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.45 |
| HSL | 321.53º | 0.87% | 0.3% | - |
| HSV(B) | 321.53º | 0.93% | 0.55% | - |
| XYZ | 13.11 | 6.69 | 11.19 | - |
| YUV | 58.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 94 | 0 | 0.93 | 0.33 | 0.45 | 321.53 | 0.87 | 0.3 |
| Hex | 8D | A | 5E | 0 | 5D | 21 | 2D | 142 | 57 | 1E |
| Octal | 215 | 12 | 136 | 0 | 135 | 41 | 55 | 502 | 127 | 36 |
| Binary | 10001101 | 1010 | 1011110 | 0 | 1011101 | 100001 | 101101 | 101000010 | 1010111 | 11110 |
Color Harmonies of #8D0A5E
Complementary color
Monochromatic Colors of #8D0A5E
Black with #8D0A5E
Text Example
Text Example
White with #8D0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0A5E; }
p { color: rgb(141,10,94); }
H1.HeaderClassName
{
color: #8D0A5E;
}
.AnyTagClassName
{
color: #8D0A5E;
}
</style>
background-color css
<style>
a { background-color: #8D0A5E; }
a { background-color: rgb(141,10,94); }
div.DivClassName
{
background-color: #8D0A5E;
}
.BgClassName
{
background-color: #8D0A5E;
}
</style>
border-color css
<style>
span { border-color: #8D0A5E; }
span { border-color: rgb(141,10,94); }
td.TdClassName
{
border-color: #8D0A5E;
}
.TagClassName
{
border-color: #8D0A5E;
}
</style>