Shades of Eggplant #8D0859
Tints of Eggplant #8D0859
RGB
CMYK
RGB Variations
Color information
#8D0859 (or 0x8D0859) is known color: Eggplant. HEX triplet: 8D, 08 and 59. RGB value is (141,8,89). Sum of RGB (Red+Green+Blue) = 141+8+89=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0859 is #72F7A6. Grayscale: #383838. Windows color (decimal): -7534503 or 5834893. OLE color: 5834893.
HSL color Cylindrical-coordinate representation of color #8D0859: hue angle of 323.46º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0859 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 89 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.45 |
| HSL | 323.46º | 0.89% | 0.29% | - |
| HSV(B) | 323.46º | 0.94% | 0.55% | - |
| XYZ | 12.87 | 6.56 | 10.04 | - |
| YUV | 57 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 89 | 0 | 0.94 | 0.37 | 0.45 | 323.46 | 0.89 | 0.29 |
| Hex | 8D | 8 | 59 | 0 | 5E | 25 | 2D | 143 | 59 | 1D |
| Octal | 215 | 10 | 131 | 0 | 136 | 45 | 55 | 503 | 131 | 35 |
| Binary | 10001101 | 1000 | 1011001 | 0 | 1011110 | 100101 | 101101 | 101000011 | 1011001 | 11101 |
Color Harmonies of #8D0859
Complementary color
Monochromatic Colors of #8D0859
Black with #8D0859
Text Example
Text Example
White with #8D0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0859; }
p { color: rgb(141,8,89); }
H1.HeaderClassName
{
color: #8D0859;
}
.AnyTagClassName
{
color: #8D0859;
}
</style>
background-color css
<style>
a { background-color: #8D0859; }
a { background-color: rgb(141,8,89); }
div.DivClassName
{
background-color: #8D0859;
}
.BgClassName
{
background-color: #8D0859;
}
</style>
border-color css
<style>
span { border-color: #8D0859; }
span { border-color: rgb(141,8,89); }
td.TdClassName
{
border-color: #8D0859;
}
.TagClassName
{
border-color: #8D0859;
}
</style>