Shades of Eggplant #8D0C59
Tints of Eggplant #8D0C59
RGB
CMYK
RGB Variations
Color information
#8D0C59 (or 0x8D0C59) is known color: Eggplant. HEX triplet: 8D, 0C and 59. RGB value is (141,12,89). Sum of RGB (Red+Green+Blue) = 141+12+89=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0C59 is #72F3A6. Grayscale: #3B3B3B. Windows color (decimal): -7533479 or 5835917. OLE color: 5835917.
HSL color Cylindrical-coordinate representation of color #8D0C59: hue angle of 324.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0C59 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 12 | 89 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.45 |
| HSL | 324.19º | 0.84% | 0.3% | - |
| HSV(B) | 324.19º | 0.91% | 0.55% | - |
| XYZ | 12.92 | 6.65 | 10.05 | - |
| YUV | 59.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 89 | 0 | 0.91 | 0.37 | 0.45 | 324.19 | 0.84 | 0.3 |
| Hex | 8D | C | 59 | 0 | 5B | 25 | 2D | 144 | 54 | 1E |
| Octal | 215 | 14 | 131 | 0 | 133 | 45 | 55 | 504 | 124 | 36 |
| Binary | 10001101 | 1100 | 1011001 | 0 | 1011011 | 100101 | 101101 | 101000100 | 1010100 | 11110 |
Color Harmonies of #8D0C59
Complementary color
Monochromatic Colors of #8D0C59
Black with #8D0C59
Text Example
Text Example
White with #8D0C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0C59; }
p { color: rgb(141,12,89); }
H1.HeaderClassName
{
color: #8D0C59;
}
.AnyTagClassName
{
color: #8D0C59;
}
</style>
background-color css
<style>
a { background-color: #8D0C59; }
a { background-color: rgb(141,12,89); }
div.DivClassName
{
background-color: #8D0C59;
}
.BgClassName
{
background-color: #8D0C59;
}
</style>
border-color css
<style>
span { border-color: #8D0C59; }
span { border-color: rgb(141,12,89); }
td.TdClassName
{
border-color: #8D0C59;
}
.TagClassName
{
border-color: #8D0C59;
}
</style>