Shades of Eggplant #9C077C
Tints of Eggplant #9C077C
RGB
CMYK
RGB Variations
Color information
#9C077C (or 0x9C077C) is known color: Eggplant. HEX triplet: 9C, 07 and 7C. RGB value is (156,7,124). Sum of RGB (Red+Green+Blue) = 156+7+124=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C077C is #63F883. Grayscale: #404040. Windows color (decimal): -6551684 or 8128412. OLE color: 8128412.
HSL color Cylindrical-coordinate representation of color #9C077C: hue angle of 312.89º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C077C is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 124 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.39 |
| HSL | 312.89º | 0.91% | 0.32% | - |
| HSV(B) | 312.89º | 0.96% | 0.61% | - |
| XYZ | 17.42 | 8.68 | 19.82 | - |
| YUV | 64.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 124 | 0 | 0.96 | 0.21 | 0.39 | 312.89 | 0.91 | 0.32 |
| Hex | 9C | 7 | 7C | 0 | 60 | 15 | 27 | 139 | 5B | 20 |
| Octal | 234 | 7 | 174 | 0 | 140 | 25 | 47 | 471 | 133 | 40 |
| Binary | 10011100 | 111 | 1111100 | 0 | 1100000 | 10101 | 100111 | 100111001 | 1011011 | 100000 |
Color Harmonies of #9C077C
Complementary color
Monochromatic Colors of #9C077C
Black with #9C077C
Text Example
Text Example
White with #9C077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C077C; }
p { color: rgb(156,7,124); }
H1.HeaderClassName
{
color: #9C077C;
}
.AnyTagClassName
{
color: #9C077C;
}
</style>
background-color css
<style>
a { background-color: #9C077C; }
a { background-color: rgb(156,7,124); }
div.DivClassName
{
background-color: #9C077C;
}
.BgClassName
{
background-color: #9C077C;
}
</style>
border-color css
<style>
span { border-color: #9C077C; }
span { border-color: rgb(156,7,124); }
td.TdClassName
{
border-color: #9C077C;
}
.TagClassName
{
border-color: #9C077C;
}
</style>