Shades of Eggplant #8D035A
Tints of Eggplant #8D035A
RGB
CMYK
RGB Variations
Color information
#8D035A (or 0x8D035A) is known color: Eggplant. HEX triplet: 8D, 03 and 5A. RGB value is (141,3,90). Sum of RGB (Red+Green+Blue) = 141+3+90=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D035A is #72FCA5. Grayscale: #353535. Windows color (decimal): -7535782 or 5899149. OLE color: 5899149.
HSL color Cylindrical-coordinate representation of color #8D035A: hue angle of 322.17º 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 #8D035A is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 90 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.45 |
| HSL | 322.17º | 0.96% | 0.28% | - |
| HSV(B) | 322.17º | 0.98% | 0.55% | - |
| XYZ | 12.86 | 6.47 | 10.24 | - |
| YUV | 54.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 90 | 0 | 0.98 | 0.36 | 0.45 | 322.17 | 0.96 | 0.28 |
| Hex | 8D | 3 | 5A | 0 | 62 | 24 | 2D | 142 | 60 | 1C |
| Octal | 215 | 3 | 132 | 0 | 142 | 44 | 55 | 502 | 140 | 34 |
| Binary | 10001101 | 11 | 1011010 | 0 | 1100010 | 100100 | 101101 | 101000010 | 1100000 | 11100 |
Color Harmonies of #8D035A
Complementary color
Monochromatic Colors of #8D035A
Black with #8D035A
Text Example
Text Example
White with #8D035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D035A; }
p { color: rgb(141,3,90); }
H1.HeaderClassName
{
color: #8D035A;
}
.AnyTagClassName
{
color: #8D035A;
}
</style>
background-color css
<style>
a { background-color: #8D035A; }
a { background-color: rgb(141,3,90); }
div.DivClassName
{
background-color: #8D035A;
}
.BgClassName
{
background-color: #8D035A;
}
</style>
border-color css
<style>
span { border-color: #8D035A; }
span { border-color: rgb(141,3,90); }
td.TdClassName
{
border-color: #8D035A;
}
.TagClassName
{
border-color: #8D035A;
}
</style>