Shades of Eggplant #9B0A77
Tints of Eggplant #9B0A77
RGB
CMYK
RGB Variations
Color information
#9B0A77 (or 0x9B0A77) is known color: Eggplant. HEX triplet: 9B, 0A and 77. RGB value is (155,10,119). Sum of RGB (Red+Green+Blue) = 155+10+119=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0A77 is #64F588. Grayscale: #414141. Windows color (decimal): -6616457 or 7801499. OLE color: 7801499.
HSL color Cylindrical-coordinate representation of color #9B0A77: hue angle of 314.9º degrees, saturation: 0.88, 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 #9B0A77 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 119 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.39 |
| HSL | 314.9º | 0.88% | 0.32% | - |
| HSV(B) | 314.9º | 0.94% | 0.61% | - |
| XYZ | 16.96 | 8.52 | 18.2 | - |
| YUV | 65.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 119 | 0 | 0.94 | 0.23 | 0.39 | 314.9 | 0.88 | 0.32 |
| Hex | 9B | A | 77 | 0 | 5E | 17 | 27 | 13B | 58 | 20 |
| Octal | 233 | 12 | 167 | 0 | 136 | 27 | 47 | 473 | 130 | 40 |
| Binary | 10011011 | 1010 | 1110111 | 0 | 1011110 | 10111 | 100111 | 100111011 | 1011000 | 100000 |
Color Harmonies of #9B0A77
Complementary color
Monochromatic Colors of #9B0A77
Black with #9B0A77
Text Example
Text Example
White with #9B0A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A77; }
p { color: rgb(155,10,119); }
H1.HeaderClassName
{
color: #9B0A77;
}
.AnyTagClassName
{
color: #9B0A77;
}
</style>
background-color css
<style>
a { background-color: #9B0A77; }
a { background-color: rgb(155,10,119); }
div.DivClassName
{
background-color: #9B0A77;
}
.BgClassName
{
background-color: #9B0A77;
}
</style>
border-color css
<style>
span { border-color: #9B0A77; }
span { border-color: rgb(155,10,119); }
td.TdClassName
{
border-color: #9B0A77;
}
.TagClassName
{
border-color: #9B0A77;
}
</style>