Shades of Eggplant #9E1773
Tints of Eggplant #9E1773
RGB
CMYK
RGB Variations
Color information
#9E1773 (or 0x9E1773) is known color: Eggplant. HEX triplet: 9E, 17 and 73. RGB value is (158,23,115). Sum of RGB (Red+Green+Blue) = 158+23+115=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1773 is #61E88C. Grayscale: #494949. Windows color (decimal): -6416525 or 7542686. OLE color: 7542686.
HSL color Cylindrical-coordinate representation of color #9E1773: hue angle of 319.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1773 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 115 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.38 |
| HSL | 319.11º | 0.75% | 0.35% | - |
| HSV(B) | 319.11º | 0.85% | 0.62% | - |
| XYZ | 17.5 | 9.12 | 17.06 | - |
| YUV | 73.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 115 | 0 | 0.85 | 0.27 | 0.38 | 319.11 | 0.75 | 0.35 |
| Hex | 9E | 17 | 73 | 0 | 55 | 1B | 26 | 13F | 4B | 23 |
| Octal | 236 | 27 | 163 | 0 | 125 | 33 | 46 | 477 | 113 | 43 |
| Binary | 10011110 | 10111 | 1110011 | 0 | 1010101 | 11011 | 100110 | 100111111 | 1001011 | 100011 |
Color Harmonies of #9E1773
Complementary color
Monochromatic Colors of #9E1773
Black with #9E1773
Text Example
Text Example
White with #9E1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1773; }
p { color: rgb(158,23,115); }
H1.HeaderClassName
{
color: #9E1773;
}
.AnyTagClassName
{
color: #9E1773;
}
</style>
background-color css
<style>
a { background-color: #9E1773; }
a { background-color: rgb(158,23,115); }
div.DivClassName
{
background-color: #9E1773;
}
.BgClassName
{
background-color: #9E1773;
}
</style>
border-color css
<style>
span { border-color: #9E1773; }
span { border-color: rgb(158,23,115); }
td.TdClassName
{
border-color: #9E1773;
}
.TagClassName
{
border-color: #9E1773;
}
</style>