Shades of Eggplant #8D0356
Tints of Eggplant #8D0356
RGB
CMYK
RGB Variations
Color information
#8D0356 (or 0x8D0356) is known color: Eggplant. HEX triplet: 8D, 03 and 56. RGB value is (141,3,86). Sum of RGB (Red+Green+Blue) = 141+3+86=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0356 is #72FCA9. Grayscale: #353535. Windows color (decimal): -7535786 or 5637005. OLE color: 5637005.
HSL color Cylindrical-coordinate representation of color #8D0356: hue angle of 323.91º 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 #8D0356 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.45 |
| HSL | 323.91º | 0.96% | 0.28% | - |
| HSV(B) | 323.91º | 0.98% | 0.55% | - |
| XYZ | 12.7 | 6.4 | 9.37 | - |
| YUV | 53.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 86 | 0 | 0.98 | 0.39 | 0.45 | 323.91 | 0.96 | 0.28 |
| Hex | 8D | 3 | 56 | 0 | 62 | 27 | 2D | 144 | 60 | 1C |
| Octal | 215 | 3 | 126 | 0 | 142 | 47 | 55 | 504 | 140 | 34 |
| Binary | 10001101 | 11 | 1010110 | 0 | 1100010 | 100111 | 101101 | 101000100 | 1100000 | 11100 |
Color Harmonies of #8D0356
Complementary color
Monochromatic Colors of #8D0356
Black with #8D0356
Text Example
Text Example
White with #8D0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0356; }
p { color: rgb(141,3,86); }
H1.HeaderClassName
{
color: #8D0356;
}
.AnyTagClassName
{
color: #8D0356;
}
</style>
background-color css
<style>
a { background-color: #8D0356; }
a { background-color: rgb(141,3,86); }
div.DivClassName
{
background-color: #8D0356;
}
.BgClassName
{
background-color: #8D0356;
}
</style>
border-color css
<style>
span { border-color: #8D0356; }
span { border-color: rgb(141,3,86); }
td.TdClassName
{
border-color: #8D0356;
}
.TagClassName
{
border-color: #8D0356;
}
</style>