Shades of Eggplant #9C0978
Tints of Eggplant #9C0978
RGB
CMYK
RGB Variations
Color information
#9C0978 (or 0x9C0978) is known color: Eggplant. HEX triplet: 9C, 09 and 78. RGB value is (156,9,120). Sum of RGB (Red+Green+Blue) = 156+9+120=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0978 is #63F687. Grayscale: #414141. Windows color (decimal): -6551176 or 7866780. OLE color: 7866780.
HSL color Cylindrical-coordinate representation of color #9C0978: hue angle of 314.69º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0978 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 120 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.39 |
| HSL | 314.69º | 0.89% | 0.32% | - |
| HSV(B) | 314.69º | 0.94% | 0.61% | - |
| XYZ | 17.2 | 8.62 | 18.53 | - |
| YUV | 65.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 120 | 0 | 0.94 | 0.23 | 0.39 | 314.69 | 0.89 | 0.32 |
| Hex | 9C | 9 | 78 | 0 | 5E | 17 | 27 | 13B | 59 | 20 |
| Octal | 234 | 11 | 170 | 0 | 136 | 27 | 47 | 473 | 131 | 40 |
| Binary | 10011100 | 1001 | 1111000 | 0 | 1011110 | 10111 | 100111 | 100111011 | 1011001 | 100000 |
Color Harmonies of #9C0978
Complementary color
Monochromatic Colors of #9C0978
Black with #9C0978
Text Example
Text Example
White with #9C0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0978; }
p { color: rgb(156,9,120); }
H1.HeaderClassName
{
color: #9C0978;
}
.AnyTagClassName
{
color: #9C0978;
}
</style>
background-color css
<style>
a { background-color: #9C0978; }
a { background-color: rgb(156,9,120); }
div.DivClassName
{
background-color: #9C0978;
}
.BgClassName
{
background-color: #9C0978;
}
</style>
border-color css
<style>
span { border-color: #9C0978; }
span { border-color: rgb(156,9,120); }
td.TdClassName
{
border-color: #9C0978;
}
.TagClassName
{
border-color: #9C0978;
}
</style>