Shades of Eggplant #8D0357
Tints of Eggplant #8D0357
RGB
CMYK
RGB Variations
Color information
#8D0357 (or 0x8D0357) is known color: Eggplant. HEX triplet: 8D, 03 and 57. RGB value is (141,3,87). Sum of RGB (Red+Green+Blue) = 141+3+87=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0357 is #72FCA8. Grayscale: #353535. Windows color (decimal): -7535785 or 5702541. OLE color: 5702541.
HSL color Cylindrical-coordinate representation of color #8D0357: hue angle of 323.48º 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 #8D0357 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.45 |
| HSL | 323.48º | 0.96% | 0.28% | - |
| HSV(B) | 323.48º | 0.98% | 0.55% | - |
| XYZ | 12.74 | 6.42 | 9.58 | - |
| YUV | 53.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 87 | 0 | 0.98 | 0.38 | 0.45 | 323.48 | 0.96 | 0.28 |
| Hex | 8D | 3 | 57 | 0 | 62 | 26 | 2D | 143 | 60 | 1C |
| Octal | 215 | 3 | 127 | 0 | 142 | 46 | 55 | 503 | 140 | 34 |
| Binary | 10001101 | 11 | 1010111 | 0 | 1100010 | 100110 | 101101 | 101000011 | 1100000 | 11100 |
Color Harmonies of #8D0357
Complementary color
Monochromatic Colors of #8D0357
Black with #8D0357
Text Example
Text Example
White with #8D0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0357; }
p { color: rgb(141,3,87); }
H1.HeaderClassName
{
color: #8D0357;
}
.AnyTagClassName
{
color: #8D0357;
}
</style>
background-color css
<style>
a { background-color: #8D0357; }
a { background-color: rgb(141,3,87); }
div.DivClassName
{
background-color: #8D0357;
}
.BgClassName
{
background-color: #8D0357;
}
</style>
border-color css
<style>
span { border-color: #8D0357; }
span { border-color: rgb(141,3,87); }
td.TdClassName
{
border-color: #8D0357;
}
.TagClassName
{
border-color: #8D0357;
}
</style>