Shades of Eggplant #9C0176
Tints of Eggplant #9C0176
RGB
CMYK
RGB Variations
Color information
#9C0176 (or 0x9C0176) is known color: Eggplant. HEX triplet: 9C, 01 and 76. RGB value is (156,1,118). Sum of RGB (Red+Green+Blue) = 156+1+118=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0176 is #63FE89. Grayscale: #3C3C3C. Windows color (decimal): -6553226 or 7733660. OLE color: 7733660.
HSL color Cylindrical-coordinate representation of color #9C0176: hue angle of 314.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0176 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.39 |
| HSL | 314.71º | 0.99% | 0.31% | - |
| HSV(B) | 314.71º | 0.99% | 0.61% | - |
| XYZ | 16.99 | 8.4 | 17.86 | - |
| YUV | 60.68 | 160.35 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 118 | 0 | 0.99 | 0.24 | 0.39 | 314.71 | 0.99 | 0.31 |
| Hex | 9C | 1 | 76 | 0 | 63 | 18 | 27 | 13B | 63 | 1F |
| Octal | 234 | 1 | 166 | 0 | 143 | 30 | 47 | 473 | 143 | 37 |
| Binary | 10011100 | 1 | 1110110 | 0 | 1100011 | 11000 | 100111 | 100111011 | 1100011 | 11111 |
Color Harmonies of #9C0176
Complementary color
Monochromatic Colors of #9C0176
Black with #9C0176
Text Example
Text Example
White with #9C0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0176; }
p { color: rgb(156,1,118); }
H1.HeaderClassName
{
color: #9C0176;
}
.AnyTagClassName
{
color: #9C0176;
}
</style>
background-color css
<style>
a { background-color: #9C0176; }
a { background-color: rgb(156,1,118); }
div.DivClassName
{
background-color: #9C0176;
}
.BgClassName
{
background-color: #9C0176;
}
</style>
border-color css
<style>
span { border-color: #9C0176; }
span { border-color: rgb(156,1,118); }
td.TdClassName
{
border-color: #9C0176;
}
.TagClassName
{
border-color: #9C0176;
}
</style>