Shades of Eggplant #9B0671
Tints of Eggplant #9B0671
RGB
CMYK
RGB Variations
Color information
#9B0671 (or 0x9B0671) is known color: Eggplant. HEX triplet: 9B, 06 and 71. RGB value is (155,6,113). Sum of RGB (Red+Green+Blue) = 155+6+113=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0671 is #64F98E. Grayscale: #3E3E3E. Windows color (decimal): -6617487 or 7407259. OLE color: 7407259.
HSL color Cylindrical-coordinate representation of color #9B0671: hue angle of 316.91º 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 #9B0671 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 113 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.39 |
| HSL | 316.91º | 0.93% | 0.32% | - |
| HSV(B) | 316.91º | 0.96% | 0.61% | - |
| XYZ | 16.56 | 8.29 | 16.35 | - |
| YUV | 62.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 113 | 0 | 0.96 | 0.27 | 0.39 | 316.91 | 0.93 | 0.32 |
| Hex | 9B | 6 | 71 | 0 | 60 | 1B | 27 | 13D | 5D | 20 |
| Octal | 233 | 6 | 161 | 0 | 140 | 33 | 47 | 475 | 135 | 40 |
| Binary | 10011011 | 110 | 1110001 | 0 | 1100000 | 11011 | 100111 | 100111101 | 1011101 | 100000 |
Color Harmonies of #9B0671
Complementary color
Monochromatic Colors of #9B0671
Black with #9B0671
Text Example
Text Example
White with #9B0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0671; }
p { color: rgb(155,6,113); }
H1.HeaderClassName
{
color: #9B0671;
}
.AnyTagClassName
{
color: #9B0671;
}
</style>
background-color css
<style>
a { background-color: #9B0671; }
a { background-color: rgb(155,6,113); }
div.DivClassName
{
background-color: #9B0671;
}
.BgClassName
{
background-color: #9B0671;
}
</style>
border-color css
<style>
span { border-color: #9B0671; }
span { border-color: rgb(155,6,113); }
td.TdClassName
{
border-color: #9B0671;
}
.TagClassName
{
border-color: #9B0671;
}
</style>