Shades of Eggplant #9B0670
Tints of Eggplant #9B0670
RGB
CMYK
RGB Variations
Color information
#9B0670 (or 0x9B0670) is known color: Eggplant. HEX triplet: 9B, 06 and 70. RGB value is (155,6,112). Sum of RGB (Red+Green+Blue) = 155+6+112=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0670 is #64F98F. Grayscale: #3E3E3E. Windows color (decimal): -6617488 or 7341723. OLE color: 7341723.
HSL color Cylindrical-coordinate representation of color #9B0670: hue angle of 317.32º 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 #9B0670 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 112 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.39 |
| HSL | 317.32º | 0.93% | 0.32% | - |
| HSV(B) | 317.32º | 0.96% | 0.61% | - |
| XYZ | 16.51 | 8.27 | 16.06 | - |
| YUV | 62.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 112 | 0 | 0.96 | 0.28 | 0.39 | 317.32 | 0.93 | 0.32 |
| Hex | 9B | 6 | 70 | 0 | 60 | 1C | 27 | 13D | 5D | 20 |
| Octal | 233 | 6 | 160 | 0 | 140 | 34 | 47 | 475 | 135 | 40 |
| Binary | 10011011 | 110 | 1110000 | 0 | 1100000 | 11100 | 100111 | 100111101 | 1011101 | 100000 |
Color Harmonies of #9B0670
Complementary color
Monochromatic Colors of #9B0670
Black with #9B0670
Text Example
Text Example
White with #9B0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0670; }
p { color: rgb(155,6,112); }
H1.HeaderClassName
{
color: #9B0670;
}
.AnyTagClassName
{
color: #9B0670;
}
</style>
background-color css
<style>
a { background-color: #9B0670; }
a { background-color: rgb(155,6,112); }
div.DivClassName
{
background-color: #9B0670;
}
.BgClassName
{
background-color: #9B0670;
}
</style>
border-color css
<style>
span { border-color: #9B0670; }
span { border-color: rgb(155,6,112); }
td.TdClassName
{
border-color: #9B0670;
}
.TagClassName
{
border-color: #9B0670;
}
</style>