Shades of Eggplant #9C037C
Tints of Eggplant #9C037C
RGB
CMYK
RGB Variations
Color information
#9C037C (or 0x9C037C) is known color: Eggplant. HEX triplet: 9C, 03 and 7C. RGB value is (156,3,124). Sum of RGB (Red+Green+Blue) = 156+3+124=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C037C is #63FC83. Grayscale: #3E3E3E. Windows color (decimal): -6552708 or 8127388. OLE color: 8127388.
HSL color Cylindrical-coordinate representation of color #9C037C: hue angle of 312.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C037C is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.39 |
| HSL | 312.55º | 0.96% | 0.31% | - |
| HSV(B) | 312.55º | 0.98% | 0.61% | - |
| XYZ | 17.38 | 8.59 | 19.81 | - |
| YUV | 62.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 124 | 0 | 0.98 | 0.21 | 0.39 | 312.55 | 0.96 | 0.31 |
| Hex | 9C | 3 | 7C | 0 | 62 | 15 | 27 | 139 | 60 | 1F |
| Octal | 234 | 3 | 174 | 0 | 142 | 25 | 47 | 471 | 140 | 37 |
| Binary | 10011100 | 11 | 1111100 | 0 | 1100010 | 10101 | 100111 | 100111001 | 1100000 | 11111 |
Color Harmonies of #9C037C
Complementary color
Monochromatic Colors of #9C037C
Black with #9C037C
Text Example
Text Example
White with #9C037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C037C; }
p { color: rgb(156,3,124); }
H1.HeaderClassName
{
color: #9C037C;
}
.AnyTagClassName
{
color: #9C037C;
}
</style>
background-color css
<style>
a { background-color: #9C037C; }
a { background-color: rgb(156,3,124); }
div.DivClassName
{
background-color: #9C037C;
}
.BgClassName
{
background-color: #9C037C;
}
</style>
border-color css
<style>
span { border-color: #9C037C; }
span { border-color: rgb(156,3,124); }
td.TdClassName
{
border-color: #9C037C;
}
.TagClassName
{
border-color: #9C037C;
}
</style>