Shades of Eggplant #8D0A6E
Tints of Eggplant #8D0A6E
RGB
CMYK
RGB Variations
Color information
#8D0A6E (or 0x8D0A6E) is known color: Eggplant. HEX triplet: 8D, 0A and 6E. RGB value is (141,10,110). Sum of RGB (Red+Green+Blue) = 141+10+110=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0A6E is #72F591. Grayscale: #3C3C3C. Windows color (decimal): -7533970 or 7211661. OLE color: 7211661.
HSL color Cylindrical-coordinate representation of color #8D0A6E: hue angle of 314.2º 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 #8D0A6E is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 10 | 110 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.45 |
| HSL | 314.2º | 0.87% | 0.3% | - |
| HSV(B) | 314.2º | 0.93% | 0.55% | - |
| XYZ | 13.91 | 7.01 | 15.37 | - |
| YUV | 60.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 110 | 0 | 0.93 | 0.22 | 0.45 | 314.2 | 0.87 | 0.3 |
| Hex | 8D | A | 6E | 0 | 5D | 16 | 2D | 13A | 57 | 1E |
| Octal | 215 | 12 | 156 | 0 | 135 | 26 | 55 | 472 | 127 | 36 |
| Binary | 10001101 | 1010 | 1101110 | 0 | 1011101 | 10110 | 101101 | 100111010 | 1010111 | 11110 |
Color Harmonies of #8D0A6E
Complementary color
Monochromatic Colors of #8D0A6E
Black with #8D0A6E
Text Example
Text Example
White with #8D0A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0A6E; }
p { color: rgb(141,10,110); }
H1.HeaderClassName
{
color: #8D0A6E;
}
.AnyTagClassName
{
color: #8D0A6E;
}
</style>
background-color css
<style>
a { background-color: #8D0A6E; }
a { background-color: rgb(141,10,110); }
div.DivClassName
{
background-color: #8D0A6E;
}
.BgClassName
{
background-color: #8D0A6E;
}
</style>
border-color css
<style>
span { border-color: #8D0A6E; }
span { border-color: rgb(141,10,110); }
td.TdClassName
{
border-color: #8D0A6E;
}
.TagClassName
{
border-color: #8D0A6E;
}
</style>