Shades of Eggplant #9C0076
Tints of Eggplant #9C0076
RGB
CMYK
RGB Variations
Color information
#9C0076 (or 0x9C0076) is known color: Eggplant. HEX triplet: 9C, 00 and 76. RGB value is (156,0,118). Sum of RGB (Red+Green+Blue) = 156+0+118=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0076 is #63FF89. Grayscale: #3B3B3B. Windows color (decimal): -6553482 or 7733404. OLE color: 7733404.
HSL color Cylindrical-coordinate representation of color #9C0076: hue angle of 314.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C0076 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.24 | 0.39 |
| HSL | 314.62º | 1% | 0.31% | - |
| HSV(B) | 314.62º | 1% | 0.61% | - |
| XYZ | 16.98 | 8.38 | 17.86 | - |
| YUV | 60.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 118 | 0 | 1 | 0.24 | 0.39 | 314.62 | 1 | 0.31 |
| Hex | 9C | 0 | 76 | 0 | 64 | 18 | 27 | 13B | 64 | 1F |
| Octal | 234 | 0 | 166 | 0 | 144 | 30 | 47 | 473 | 144 | 37 |
| Binary | 10011100 | 0 | 1110110 | 0 | 1100100 | 11000 | 100111 | 100111011 | 1100100 | 11111 |
Color Harmonies of #9C0076
Complementary color
Monochromatic Colors of #9C0076
Black with #9C0076
Text Example
Text Example
White with #9C0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0076; }
p { color: rgb(156,0,118); }
H1.HeaderClassName
{
color: #9C0076;
}
.AnyTagClassName
{
color: #9C0076;
}
</style>
background-color css
<style>
a { background-color: #9C0076; }
a { background-color: rgb(156,0,118); }
div.DivClassName
{
background-color: #9C0076;
}
.BgClassName
{
background-color: #9C0076;
}
</style>
border-color css
<style>
span { border-color: #9C0076; }
span { border-color: rgb(156,0,118); }
td.TdClassName
{
border-color: #9C0076;
}
.TagClassName
{
border-color: #9C0076;
}
</style>