Shades of Eggplant #9B0979
Tints of Eggplant #9B0979
RGB
CMYK
RGB Variations
Color information
#9B0979 (or 0x9B0979) is known color: Eggplant. HEX triplet: 9B, 09 and 79. RGB value is (155,9,121). Sum of RGB (Red+Green+Blue) = 155+9+121=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0979 is #64F686. Grayscale: #414141. Windows color (decimal): -6616711 or 7932315. OLE color: 7932315.
HSL color Cylindrical-coordinate representation of color #9B0979: hue angle of 313.97º 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 #9B0979 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 121 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.39 |
| HSL | 313.97º | 0.89% | 0.32% | - |
| HSV(B) | 313.97º | 0.94% | 0.61% | - |
| XYZ | 17.07 | 8.54 | 18.84 | - |
| YUV | 65.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 121 | 0 | 0.94 | 0.22 | 0.39 | 313.97 | 0.89 | 0.32 |
| Hex | 9B | 9 | 79 | 0 | 5E | 16 | 27 | 13A | 59 | 20 |
| Octal | 233 | 11 | 171 | 0 | 136 | 26 | 47 | 472 | 131 | 40 |
| Binary | 10011011 | 1001 | 1111001 | 0 | 1011110 | 10110 | 100111 | 100111010 | 1011001 | 100000 |
Color Harmonies of #9B0979
Complementary color
Monochromatic Colors of #9B0979
Black with #9B0979
Text Example
Text Example
White with #9B0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0979; }
p { color: rgb(155,9,121); }
H1.HeaderClassName
{
color: #9B0979;
}
.AnyTagClassName
{
color: #9B0979;
}
</style>
background-color css
<style>
a { background-color: #9B0979; }
a { background-color: rgb(155,9,121); }
div.DivClassName
{
background-color: #9B0979;
}
.BgClassName
{
background-color: #9B0979;
}
</style>
border-color css
<style>
span { border-color: #9B0979; }
span { border-color: rgb(155,9,121); }
td.TdClassName
{
border-color: #9B0979;
}
.TagClassName
{
border-color: #9B0979;
}
</style>