Shades of Eggplant #9C037D
Tints of Eggplant #9C037D
RGB
CMYK
RGB Variations
Color information
#9C037D (or 0x9C037D) is known color: Eggplant. HEX triplet: 9C, 03 and 7D. RGB value is (156,3,125). Sum of RGB (Red+Green+Blue) = 156+3+125=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C037D is #63FC82. Grayscale: #3E3E3E. Windows color (decimal): -6552707 or 8192924. OLE color: 8192924.
HSL color Cylindrical-coordinate representation of color #9C037D: hue angle of 312.16º 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 #9C037D is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 125 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.39 |
| HSL | 312.16º | 0.96% | 0.31% | - |
| HSV(B) | 312.16º | 0.98% | 0.61% | - |
| XYZ | 17.44 | 8.61 | 20.15 | - |
| YUV | 62.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 125 | 0 | 0.98 | 0.20 | 0.39 | 312.16 | 0.96 | 0.31 |
| Hex | 9C | 3 | 7D | 0 | 62 | 14 | 27 | 138 | 60 | 1F |
| Octal | 234 | 3 | 175 | 0 | 142 | 24 | 47 | 470 | 140 | 37 |
| Binary | 10011100 | 11 | 1111101 | 0 | 1100010 | 10100 | 100111 | 100111000 | 1100000 | 11111 |
Color Harmonies of #9C037D
Complementary color
Monochromatic Colors of #9C037D
Black with #9C037D
Text Example
Text Example
White with #9C037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C037D; }
p { color: rgb(156,3,125); }
H1.HeaderClassName
{
color: #9C037D;
}
.AnyTagClassName
{
color: #9C037D;
}
</style>
background-color css
<style>
a { background-color: #9C037D; }
a { background-color: rgb(156,3,125); }
div.DivClassName
{
background-color: #9C037D;
}
.BgClassName
{
background-color: #9C037D;
}
</style>
border-color css
<style>
span { border-color: #9C037D; }
span { border-color: rgb(156,3,125); }
td.TdClassName
{
border-color: #9C037D;
}
.TagClassName
{
border-color: #9C037D;
}
</style>