Shades of Eggplant #8D035B
Tints of Eggplant #8D035B
RGB
CMYK
RGB Variations
Color information
#8D035B (or 0x8D035B) is known color: Eggplant. HEX triplet: 8D, 03 and 5B. RGB value is (141,3,91). Sum of RGB (Red+Green+Blue) = 141+3+91=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D035B is #72FCA4. Grayscale: #363636. Windows color (decimal): -7535781 or 5964685. OLE color: 5964685.
HSL color Cylindrical-coordinate representation of color #8D035B: hue angle of 321.74º 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 #8D035B is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 91 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.45 |
| HSL | 321.74º | 0.96% | 0.28% | - |
| HSV(B) | 321.74º | 0.98% | 0.55% | - |
| XYZ | 12.91 | 6.48 | 10.47 | - |
| YUV | 54.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 91 | 0 | 0.98 | 0.35 | 0.45 | 321.74 | 0.96 | 0.28 |
| Hex | 8D | 3 | 5B | 0 | 62 | 23 | 2D | 142 | 60 | 1C |
| Octal | 215 | 3 | 133 | 0 | 142 | 43 | 55 | 502 | 140 | 34 |
| Binary | 10001101 | 11 | 1011011 | 0 | 1100010 | 100011 | 101101 | 101000010 | 1100000 | 11100 |
Color Harmonies of #8D035B
Complementary color
Monochromatic Colors of #8D035B
Black with #8D035B
Text Example
Text Example
White with #8D035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D035B; }
p { color: rgb(141,3,91); }
H1.HeaderClassName
{
color: #8D035B;
}
.AnyTagClassName
{
color: #8D035B;
}
</style>
background-color css
<style>
a { background-color: #8D035B; }
a { background-color: rgb(141,3,91); }
div.DivClassName
{
background-color: #8D035B;
}
.BgClassName
{
background-color: #8D035B;
}
</style>
border-color css
<style>
span { border-color: #8D035B; }
span { border-color: rgb(141,3,91); }
td.TdClassName
{
border-color: #8D035B;
}
.TagClassName
{
border-color: #8D035B;
}
</style>