Shades of Eggplant #9E0172
Tints of Eggplant #9E0172
RGB
CMYK
RGB Variations
Color information
#9E0172 (or 0x9E0172) is known color: Eggplant. HEX triplet: 9E, 01 and 72. RGB value is (158,1,114). Sum of RGB (Red+Green+Blue) = 158+1+114=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0172 is #61FE8D. Grayscale: #3C3C3C. Windows color (decimal): -6422158 or 7471518. OLE color: 7471518.
HSL color Cylindrical-coordinate representation of color #9E0172: hue angle of 316.82º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0172 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.38 |
| HSL | 316.82º | 0.99% | 0.31% | - |
| HSV(B) | 316.82º | 0.99% | 0.62% | - |
| XYZ | 17.15 | 8.51 | 16.66 | - |
| YUV | 60.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 114 | 0 | 0.99 | 0.28 | 0.38 | 316.82 | 0.99 | 0.31 |
| Hex | 9E | 1 | 72 | 0 | 63 | 1C | 26 | 13D | 63 | 1F |
| Octal | 236 | 1 | 162 | 0 | 143 | 34 | 46 | 475 | 143 | 37 |
| Binary | 10011110 | 1 | 1110010 | 0 | 1100011 | 11100 | 100110 | 100111101 | 1100011 | 11111 |
Color Harmonies of #9E0172
Complementary color
Monochromatic Colors of #9E0172
Black with #9E0172
Text Example
Text Example
White with #9E0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0172; }
p { color: rgb(158,1,114); }
H1.HeaderClassName
{
color: #9E0172;
}
.AnyTagClassName
{
color: #9E0172;
}
</style>
background-color css
<style>
a { background-color: #9E0172; }
a { background-color: rgb(158,1,114); }
div.DivClassName
{
background-color: #9E0172;
}
.BgClassName
{
background-color: #9E0172;
}
</style>
border-color css
<style>
span { border-color: #9E0172; }
span { border-color: rgb(158,1,114); }
td.TdClassName
{
border-color: #9E0172;
}
.TagClassName
{
border-color: #9E0172;
}
</style>