Shades of Eggplant #8D035F
Tints of Eggplant #8D035F
RGB
CMYK
RGB Variations
Color information
#8D035F (or 0x8D035F) is known color: Eggplant. HEX triplet: 8D, 03 and 5F. RGB value is (141,3,95). Sum of RGB (Red+Green+Blue) = 141+3+95=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D035F is #72FCA0. Grayscale: #363636. Windows color (decimal): -7535777 or 6226829. OLE color: 6226829.
HSL color Cylindrical-coordinate representation of color #8D035F: hue angle of 320º 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 #8D035F is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 95 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.45 |
| HSL | 320º | 0.96% | 0.28% | - |
| HSV(B) | 320º | 0.98% | 0.55% | - |
| XYZ | 13.08 | 6.55 | 11.4 | - |
| YUV | 54.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 95 | 0 | 0.98 | 0.33 | 0.45 | 320 | 0.96 | 0.28 |
| Hex | 8D | 3 | 5F | 0 | 62 | 21 | 2D | 140 | 60 | 1C |
| Octal | 215 | 3 | 137 | 0 | 142 | 41 | 55 | 500 | 140 | 34 |
| Binary | 10001101 | 11 | 1011111 | 0 | 1100010 | 100001 | 101101 | 101000000 | 1100000 | 11100 |
Color Harmonies of #8D035F
Complementary color
Monochromatic Colors of #8D035F
Black with #8D035F
Text Example
Text Example
White with #8D035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D035F; }
p { color: rgb(141,3,95); }
H1.HeaderClassName
{
color: #8D035F;
}
.AnyTagClassName
{
color: #8D035F;
}
</style>
background-color css
<style>
a { background-color: #8D035F; }
a { background-color: rgb(141,3,95); }
div.DivClassName
{
background-color: #8D035F;
}
.BgClassName
{
background-color: #8D035F;
}
</style>
border-color css
<style>
span { border-color: #8D035F; }
span { border-color: rgb(141,3,95); }
td.TdClassName
{
border-color: #8D035F;
}
.TagClassName
{
border-color: #8D035F;
}
</style>