Shades of Eggplant #9B0677
Tints of Eggplant #9B0677
RGB
CMYK
RGB Variations
Color information
#9B0677 (or 0x9B0677) is known color: Eggplant. HEX triplet: 9B, 06 and 77. RGB value is (155,6,119). Sum of RGB (Red+Green+Blue) = 155+6+119=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0677 is #64F988. Grayscale: #3F3F3F. Windows color (decimal): -6617481 or 7800475. OLE color: 7800475.
HSL color Cylindrical-coordinate representation of color #9B0677: hue angle of 314.5º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0677 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 119 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.39 |
| HSL | 314.5º | 0.93% | 0.32% | - |
| HSV(B) | 314.5º | 0.96% | 0.61% | - |
| XYZ | 16.91 | 8.43 | 18.19 | - |
| YUV | 63.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 119 | 0 | 0.96 | 0.23 | 0.39 | 314.5 | 0.93 | 0.32 |
| Hex | 9B | 6 | 77 | 0 | 60 | 17 | 27 | 13A | 5D | 20 |
| Octal | 233 | 6 | 167 | 0 | 140 | 27 | 47 | 472 | 135 | 40 |
| Binary | 10011011 | 110 | 1110111 | 0 | 1100000 | 10111 | 100111 | 100111010 | 1011101 | 100000 |
Color Harmonies of #9B0677
Complementary color
Monochromatic Colors of #9B0677
Black with #9B0677
Text Example
Text Example
White with #9B0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0677; }
p { color: rgb(155,6,119); }
H1.HeaderClassName
{
color: #9B0677;
}
.AnyTagClassName
{
color: #9B0677;
}
</style>
background-color css
<style>
a { background-color: #9B0677; }
a { background-color: rgb(155,6,119); }
div.DivClassName
{
background-color: #9B0677;
}
.BgClassName
{
background-color: #9B0677;
}
</style>
border-color css
<style>
span { border-color: #9B0677; }
span { border-color: rgb(155,6,119); }
td.TdClassName
{
border-color: #9B0677;
}
.TagClassName
{
border-color: #9B0677;
}
</style>