Shades of Eggplant #8D0359
Tints of Eggplant #8D0359
RGB
CMYK
RGB Variations
Color information
#8D0359 (or 0x8D0359) is known color: Eggplant. HEX triplet: 8D, 03 and 59. RGB value is (141,3,89). Sum of RGB (Red+Green+Blue) = 141+3+89=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0359 is #72FCA6. Grayscale: #353535. Windows color (decimal): -7535783 or 5833613. OLE color: 5833613.
HSL color Cylindrical-coordinate representation of color #8D0359: hue angle of 322.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D0359 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.45 |
| HSL | 322.61º | 0.96% | 0.28% | - |
| HSV(B) | 322.61º | 0.98% | 0.55% | - |
| XYZ | 12.82 | 6.45 | 10.02 | - |
| YUV | 54.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 89 | 0 | 0.98 | 0.37 | 0.45 | 322.61 | 0.96 | 0.28 |
| Hex | 8D | 3 | 59 | 0 | 62 | 25 | 2D | 143 | 60 | 1C |
| Octal | 215 | 3 | 131 | 0 | 142 | 45 | 55 | 503 | 140 | 34 |
| Binary | 10001101 | 11 | 1011001 | 0 | 1100010 | 100101 | 101101 | 101000011 | 1100000 | 11100 |
Color Harmonies of #8D0359
Complementary color
Monochromatic Colors of #8D0359
Black with #8D0359
Text Example
Text Example
White with #8D0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0359; }
p { color: rgb(141,3,89); }
H1.HeaderClassName
{
color: #8D0359;
}
.AnyTagClassName
{
color: #8D0359;
}
</style>
background-color css
<style>
a { background-color: #8D0359; }
a { background-color: rgb(141,3,89); }
div.DivClassName
{
background-color: #8D0359;
}
.BgClassName
{
background-color: #8D0359;
}
</style>
border-color css
<style>
span { border-color: #8D0359; }
span { border-color: rgb(141,3,89); }
td.TdClassName
{
border-color: #8D0359;
}
.TagClassName
{
border-color: #8D0359;
}
</style>