Shades of Eggplant #9C0379
Tints of Eggplant #9C0379
RGB
CMYK
RGB Variations
Color information
#9C0379 (or 0x9C0379) is known color: Eggplant. HEX triplet: 9C, 03 and 79. RGB value is (156,3,121). Sum of RGB (Red+Green+Blue) = 156+3+121=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0379 is #63FC86. Grayscale: #3D3D3D. Windows color (decimal): -6552711 or 7930780. OLE color: 7930780.
HSL color Cylindrical-coordinate representation of color #9C0379: hue angle of 313.73º 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 #9C0379 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.39 |
| HSL | 313.73º | 0.96% | 0.31% | - |
| HSV(B) | 313.73º | 0.98% | 0.61% | - |
| XYZ | 17.19 | 8.51 | 18.83 | - |
| YUV | 62.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 121 | 0 | 0.98 | 0.22 | 0.39 | 313.73 | 0.96 | 0.31 |
| Hex | 9C | 3 | 79 | 0 | 62 | 16 | 27 | 13A | 60 | 1F |
| Octal | 234 | 3 | 171 | 0 | 142 | 26 | 47 | 472 | 140 | 37 |
| Binary | 10011100 | 11 | 1111001 | 0 | 1100010 | 10110 | 100111 | 100111010 | 1100000 | 11111 |
Color Harmonies of #9C0379
Complementary color
Monochromatic Colors of #9C0379
Black with #9C0379
Text Example
Text Example
White with #9C0379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0379; }
p { color: rgb(156,3,121); }
H1.HeaderClassName
{
color: #9C0379;
}
.AnyTagClassName
{
color: #9C0379;
}
</style>
background-color css
<style>
a { background-color: #9C0379; }
a { background-color: rgb(156,3,121); }
div.DivClassName
{
background-color: #9C0379;
}
.BgClassName
{
background-color: #9C0379;
}
</style>
border-color css
<style>
span { border-color: #9C0379; }
span { border-color: rgb(156,3,121); }
td.TdClassName
{
border-color: #9C0379;
}
.TagClassName
{
border-color: #9C0379;
}
</style>