Shades of Eggplant #9E0671
Tints of Eggplant #9E0671
RGB
CMYK
RGB Variations
Color information
#9E0671 (or 0x9E0671) is known color: Eggplant. HEX triplet: 9E, 06 and 71. RGB value is (158,6,113). Sum of RGB (Red+Green+Blue) = 158+6+113=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0671 is #61F98E. Grayscale: #3F3F3F. Windows color (decimal): -6420879 or 7407262. OLE color: 7407262.
HSL color Cylindrical-coordinate representation of color #9E0671: hue angle of 317.76º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0671 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 113 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.38 |
| HSL | 317.76º | 0.93% | 0.32% | - |
| HSV(B) | 317.76º | 0.96% | 0.62% | - |
| XYZ | 17.15 | 8.59 | 16.38 | - |
| YUV | 63.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 113 | 0 | 0.96 | 0.28 | 0.38 | 317.76 | 0.93 | 0.32 |
| Hex | 9E | 6 | 71 | 0 | 60 | 1C | 26 | 13E | 5D | 20 |
| Octal | 236 | 6 | 161 | 0 | 140 | 34 | 46 | 476 | 135 | 40 |
| Binary | 10011110 | 110 | 1110001 | 0 | 1100000 | 11100 | 100110 | 100111110 | 1011101 | 100000 |
Color Harmonies of #9E0671
Complementary color
Monochromatic Colors of #9E0671
Black with #9E0671
Text Example
Text Example
White with #9E0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0671; }
p { color: rgb(158,6,113); }
H1.HeaderClassName
{
color: #9E0671;
}
.AnyTagClassName
{
color: #9E0671;
}
</style>
background-color css
<style>
a { background-color: #9E0671; }
a { background-color: rgb(158,6,113); }
div.DivClassName
{
background-color: #9E0671;
}
.BgClassName
{
background-color: #9E0671;
}
</style>
border-color css
<style>
span { border-color: #9E0671; }
span { border-color: rgb(158,6,113); }
td.TdClassName
{
border-color: #9E0671;
}
.TagClassName
{
border-color: #9E0671;
}
</style>