Shades of Eggplant #8D035C
Tints of Eggplant #8D035C
RGB
CMYK
RGB Variations
Color information
#8D035C (or 0x8D035C) is known color: Eggplant. HEX triplet: 8D, 03 and 5C. RGB value is (141,3,92). Sum of RGB (Red+Green+Blue) = 141+3+92=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D035C is #72FCA3. Grayscale: #363636. Windows color (decimal): -7535780 or 6030221. OLE color: 6030221.
HSL color Cylindrical-coordinate representation of color #8D035C: hue angle of 321.3º 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 #8D035C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.45 |
| HSL | 321.3º | 0.96% | 0.28% | - |
| HSV(B) | 321.3º | 0.98% | 0.55% | - |
| XYZ | 12.95 | 6.5 | 10.7 | - |
| YUV | 54.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 92 | 0 | 0.98 | 0.35 | 0.45 | 321.3 | 0.96 | 0.28 |
| Hex | 8D | 3 | 5C | 0 | 62 | 23 | 2D | 141 | 60 | 1C |
| Octal | 215 | 3 | 134 | 0 | 142 | 43 | 55 | 501 | 140 | 34 |
| Binary | 10001101 | 11 | 1011100 | 0 | 1100010 | 100011 | 101101 | 101000001 | 1100000 | 11100 |
Color Harmonies of #8D035C
Complementary color
Monochromatic Colors of #8D035C
Black with #8D035C
Text Example
Text Example
White with #8D035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D035C; }
p { color: rgb(141,3,92); }
H1.HeaderClassName
{
color: #8D035C;
}
.AnyTagClassName
{
color: #8D035C;
}
</style>
background-color css
<style>
a { background-color: #8D035C; }
a { background-color: rgb(141,3,92); }
div.DivClassName
{
background-color: #8D035C;
}
.BgClassName
{
background-color: #8D035C;
}
</style>
border-color css
<style>
span { border-color: #8D035C; }
span { border-color: rgb(141,3,92); }
td.TdClassName
{
border-color: #8D035C;
}
.TagClassName
{
border-color: #8D035C;
}
</style>