Shades of Eggplant #8D046E
Tints of Eggplant #8D046E
RGB
CMYK
RGB Variations
Color information
#8D046E (or 0x8D046E) is known color: Eggplant. HEX triplet: 8D, 04 and 6E. RGB value is (141,4,110). Sum of RGB (Red+Green+Blue) = 141+4+110=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D046E is #72FB91. Grayscale: #383838. Windows color (decimal): -7535506 or 7210125. OLE color: 7210125.
HSL color Cylindrical-coordinate representation of color #8D046E: hue angle of 313.58º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D046E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 110 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.45 |
| HSL | 313.58º | 0.94% | 0.28% | - |
| HSV(B) | 313.58º | 0.97% | 0.55% | - |
| XYZ | 13.84 | 6.88 | 15.35 | - |
| YUV | 57.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 110 | 0 | 0.97 | 0.22 | 0.45 | 313.58 | 0.94 | 0.28 |
| Hex | 8D | 4 | 6E | 0 | 61 | 16 | 2D | 13A | 5E | 1C |
| Octal | 215 | 4 | 156 | 0 | 141 | 26 | 55 | 472 | 136 | 34 |
| Binary | 10001101 | 100 | 1101110 | 0 | 1100001 | 10110 | 101101 | 100111010 | 1011110 | 11100 |
Color Harmonies of #8D046E
Complementary color
Monochromatic Colors of #8D046E
Black with #8D046E
Text Example
Text Example
White with #8D046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D046E; }
p { color: rgb(141,4,110); }
H1.HeaderClassName
{
color: #8D046E;
}
.AnyTagClassName
{
color: #8D046E;
}
</style>
background-color css
<style>
a { background-color: #8D046E; }
a { background-color: rgb(141,4,110); }
div.DivClassName
{
background-color: #8D046E;
}
.BgClassName
{
background-color: #8D046E;
}
</style>
border-color css
<style>
span { border-color: #8D046E; }
span { border-color: rgb(141,4,110); }
td.TdClassName
{
border-color: #8D046E;
}
.TagClassName
{
border-color: #8D046E;
}
</style>