Shades of Eggplant #9B0879
Tints of Eggplant #9B0879
RGB
CMYK
RGB Variations
Color information
#9B0879 (or 0x9B0879) is known color: Eggplant. HEX triplet: 9B, 08 and 79. RGB value is (155,8,121). Sum of RGB (Red+Green+Blue) = 155+8+121=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0879 is #64F786. Grayscale: #404040. Windows color (decimal): -6616967 or 7932059. OLE color: 7932059.
HSL color Cylindrical-coordinate representation of color #9B0879: hue angle of 313.88º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0879 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 121 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.39 |
| HSL | 313.88º | 0.9% | 0.32% | - |
| HSV(B) | 313.88º | 0.95% | 0.61% | - |
| XYZ | 17.06 | 8.52 | 18.84 | - |
| YUV | 64.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 121 | 0 | 0.95 | 0.22 | 0.39 | 313.88 | 0.9 | 0.32 |
| Hex | 9B | 8 | 79 | 0 | 5F | 16 | 27 | 13A | 5A | 20 |
| Octal | 233 | 10 | 171 | 0 | 137 | 26 | 47 | 472 | 132 | 40 |
| Binary | 10011011 | 1000 | 1111001 | 0 | 1011111 | 10110 | 100111 | 100111010 | 1011010 | 100000 |
Color Harmonies of #9B0879
Complementary color
Monochromatic Colors of #9B0879
Black with #9B0879
Text Example
Text Example
White with #9B0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0879; }
p { color: rgb(155,8,121); }
H1.HeaderClassName
{
color: #9B0879;
}
.AnyTagClassName
{
color: #9B0879;
}
</style>
background-color css
<style>
a { background-color: #9B0879; }
a { background-color: rgb(155,8,121); }
div.DivClassName
{
background-color: #9B0879;
}
.BgClassName
{
background-color: #9B0879;
}
</style>
border-color css
<style>
span { border-color: #9B0879; }
span { border-color: rgb(155,8,121); }
td.TdClassName
{
border-color: #9B0879;
}
.TagClassName
{
border-color: #9B0879;
}
</style>