Shades of Eggplant #8C036C
Tints of Eggplant #8C036C
RGB
CMYK
RGB Variations
Color information
#8C036C (or 0x8C036C) is known color: Eggplant. HEX triplet: 8C, 03 and 6C. RGB value is (140,3,108). Sum of RGB (Red+Green+Blue) = 140+3+108=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C036C is #73FC93. Grayscale: #373737. Windows color (decimal): -7601300 or 7078796. OLE color: 7078796.
HSL color Cylindrical-coordinate representation of color #8C036C: hue angle of 314.01º 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 #8C036C is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.45 |
| HSL | 314.01º | 0.96% | 0.28% | - |
| HSV(B) | 314.01º | 0.98% | 0.55% | - |
| XYZ | 13.55 | 6.72 | 14.77 | - |
| YUV | 55.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 108 | 0 | 0.98 | 0.23 | 0.45 | 314.01 | 0.96 | 0.28 |
| Hex | 8C | 3 | 6C | 0 | 62 | 17 | 2D | 13A | 60 | 1C |
| Octal | 214 | 3 | 154 | 0 | 142 | 27 | 55 | 472 | 140 | 34 |
| Binary | 10001100 | 11 | 1101100 | 0 | 1100010 | 10111 | 101101 | 100111010 | 1100000 | 11100 |
Color Harmonies of #8C036C
Complementary color
Monochromatic Colors of #8C036C
Black with #8C036C
Text Example
Text Example
White with #8C036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C036C; }
p { color: rgb(140,3,108); }
H1.HeaderClassName
{
color: #8C036C;
}
.AnyTagClassName
{
color: #8C036C;
}
</style>
background-color css
<style>
a { background-color: #8C036C; }
a { background-color: rgb(140,3,108); }
div.DivClassName
{
background-color: #8C036C;
}
.BgClassName
{
background-color: #8C036C;
}
</style>
border-color css
<style>
span { border-color: #8C036C; }
span { border-color: rgb(140,3,108); }
td.TdClassName
{
border-color: #8C036C;
}
.TagClassName
{
border-color: #8C036C;
}
</style>