Shades of Eggplant #9E0272
Tints of Eggplant #9E0272
RGB
CMYK
RGB Variations
Color information
#9E0272 (or 0x9E0272) is known color: Eggplant. HEX triplet: 9E, 02 and 72. RGB value is (158,2,114). Sum of RGB (Red+Green+Blue) = 158+2+114=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0272 is #61FD8D. Grayscale: #3D3D3D. Windows color (decimal): -6421902 or 7471774. OLE color: 7471774.
HSL color Cylindrical-coordinate representation of color #9E0272: hue angle of 316.92º degrees, saturation: 0.98, 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 #9E0272 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.38 |
| HSL | 316.92º | 0.98% | 0.31% | - |
| HSV(B) | 316.92º | 0.99% | 0.62% | - |
| XYZ | 17.16 | 8.53 | 16.66 | - |
| YUV | 61.41 | 157.68 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 114 | 0 | 0.99 | 0.28 | 0.38 | 316.92 | 0.98 | 0.31 |
| Hex | 9E | 2 | 72 | 0 | 63 | 1C | 26 | 13D | 62 | 1F |
| Octal | 236 | 2 | 162 | 0 | 143 | 34 | 46 | 475 | 142 | 37 |
| Binary | 10011110 | 10 | 1110010 | 0 | 1100011 | 11100 | 100110 | 100111101 | 1100010 | 11111 |
Color Harmonies of #9E0272
Complementary color
Monochromatic Colors of #9E0272
Black with #9E0272
Text Example
Text Example
White with #9E0272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0272; }
p { color: rgb(158,2,114); }
H1.HeaderClassName
{
color: #9E0272;
}
.AnyTagClassName
{
color: #9E0272;
}
</style>
background-color css
<style>
a { background-color: #9E0272; }
a { background-color: rgb(158,2,114); }
div.DivClassName
{
background-color: #9E0272;
}
.BgClassName
{
background-color: #9E0272;
}
</style>
border-color css
<style>
span { border-color: #9E0272; }
span { border-color: rgb(158,2,114); }
td.TdClassName
{
border-color: #9E0272;
}
.TagClassName
{
border-color: #9E0272;
}
</style>