Shades of Eggplant #8D014E
Tints of Eggplant #8D014E
RGB
CMYK
RGB Variations
Color information
#8D014E (or 0x8D014E) is known color: Eggplant. HEX triplet: 8D, 01 and 4E. RGB value is (141,1,78). Sum of RGB (Red+Green+Blue) = 141+1+78=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D014E is #72FEB1. Grayscale: #333333. Windows color (decimal): -7536306 or 5112205. OLE color: 5112205.
HSL color Cylindrical-coordinate representation of color #8D014E: hue angle of 327º 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 #8D014E is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.45 |
| HSL | 327º | 0.99% | 0.28% | - |
| HSV(B) | 327º | 0.99% | 0.55% | - |
| XYZ | 12.37 | 6.23 | 7.76 | - |
| YUV | 51.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 78 | 0 | 0.99 | 0.45 | 0.45 | 327 | 0.99 | 0.28 |
| Hex | 8D | 1 | 4E | 0 | 63 | 2D | 2D | 147 | 63 | 1C |
| Octal | 215 | 1 | 116 | 0 | 143 | 55 | 55 | 507 | 143 | 34 |
| Binary | 10001101 | 1 | 1001110 | 0 | 1100011 | 101101 | 101101 | 101000111 | 1100011 | 11100 |
Color Harmonies of #8D014E
Complementary color
Monochromatic Colors of #8D014E
Black with #8D014E
Text Example
Text Example
White with #8D014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D014E; }
p { color: rgb(141,1,78); }
H1.HeaderClassName
{
color: #8D014E;
}
.AnyTagClassName
{
color: #8D014E;
}
</style>
background-color css
<style>
a { background-color: #8D014E; }
a { background-color: rgb(141,1,78); }
div.DivClassName
{
background-color: #8D014E;
}
.BgClassName
{
background-color: #8D014E;
}
</style>
border-color css
<style>
span { border-color: #8D014E; }
span { border-color: rgb(141,1,78); }
td.TdClassName
{
border-color: #8D014E;
}
.TagClassName
{
border-color: #8D014E;
}
</style>