Shades of Eggplant #8D014D
Tints of Eggplant #8D014D
RGB
CMYK
RGB Variations
Color information
#8D014D (or 0x8D014D) is known color: Eggplant. HEX triplet: 8D, 01 and 4D. RGB value is (141,1,77). Sum of RGB (Red+Green+Blue) = 141+1+77=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D014D is #72FEB2. Grayscale: #333333. Windows color (decimal): -7536307 or 5046669. OLE color: 5046669.
HSL color Cylindrical-coordinate representation of color #8D014D: hue angle of 327.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D014D is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.45 |
| HSL | 327.43º | 0.99% | 0.28% | - |
| HSV(B) | 327.43º | 0.99% | 0.55% | - |
| XYZ | 12.33 | 6.22 | 7.57 | - |
| YUV | 51.52 | 142.38 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 77 | 0 | 0.99 | 0.45 | 0.45 | 327.43 | 0.99 | 0.28 |
| Hex | 8D | 1 | 4D | 0 | 63 | 2D | 2D | 147 | 63 | 1C |
| Octal | 215 | 1 | 115 | 0 | 143 | 55 | 55 | 507 | 143 | 34 |
| Binary | 10001101 | 1 | 1001101 | 0 | 1100011 | 101101 | 101101 | 101000111 | 1100011 | 11100 |
Color Harmonies of #8D014D
Complementary color
Monochromatic Colors of #8D014D
Black with #8D014D
Text Example
Text Example
White with #8D014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D014D; }
p { color: rgb(141,1,77); }
H1.HeaderClassName
{
color: #8D014D;
}
.AnyTagClassName
{
color: #8D014D;
}
</style>
background-color css
<style>
a { background-color: #8D014D; }
a { background-color: rgb(141,1,77); }
div.DivClassName
{
background-color: #8D014D;
}
.BgClassName
{
background-color: #8D014D;
}
</style>
border-color css
<style>
span { border-color: #8D014D; }
span { border-color: rgb(141,1,77); }
td.TdClassName
{
border-color: #8D014D;
}
.TagClassName
{
border-color: #8D014D;
}
</style>