Shades of Eggplant #8C035D
Tints of Eggplant #8C035D
RGB
CMYK
RGB Variations
Color information
#8C035D (or 0x8C035D) is known color: Eggplant. HEX triplet: 8C, 03 and 5D. RGB value is (140,3,93). Sum of RGB (Red+Green+Blue) = 140+3+93=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C035D is #73FCA2. Grayscale: #363636. Windows color (decimal): -7601315 or 6095756. OLE color: 6095756.
HSL color Cylindrical-coordinate representation of color #8C035D: hue angle of 320.58º 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 #8C035D is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.45 |
| HSL | 320.58º | 0.96% | 0.28% | - |
| HSV(B) | 320.58º | 0.98% | 0.55% | - |
| XYZ | 12.82 | 6.43 | 10.92 | - |
| YUV | 54.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 93 | 0 | 0.98 | 0.34 | 0.45 | 320.58 | 0.96 | 0.28 |
| Hex | 8C | 3 | 5D | 0 | 62 | 22 | 2D | 141 | 60 | 1C |
| Octal | 214 | 3 | 135 | 0 | 142 | 42 | 55 | 501 | 140 | 34 |
| Binary | 10001100 | 11 | 1011101 | 0 | 1100010 | 100010 | 101101 | 101000001 | 1100000 | 11100 |
Color Harmonies of #8C035D
Complementary color
Monochromatic Colors of #8C035D
Black with #8C035D
Text Example
Text Example
White with #8C035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C035D; }
p { color: rgb(140,3,93); }
H1.HeaderClassName
{
color: #8C035D;
}
.AnyTagClassName
{
color: #8C035D;
}
</style>
background-color css
<style>
a { background-color: #8C035D; }
a { background-color: rgb(140,3,93); }
div.DivClassName
{
background-color: #8C035D;
}
.BgClassName
{
background-color: #8C035D;
}
</style>
border-color css
<style>
span { border-color: #8C035D; }
span { border-color: rgb(140,3,93); }
td.TdClassName
{
border-color: #8C035D;
}
.TagClassName
{
border-color: #8C035D;
}
</style>