Shades of Eggplant #9E0873
Tints of Eggplant #9E0873
RGB
CMYK
RGB Variations
Color information
#9E0873 (or 0x9E0873) is known color: Eggplant. HEX triplet: 9E, 08 and 73. RGB value is (158,8,115). Sum of RGB (Red+Green+Blue) = 158+8+115=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0873 is #61F78C. Grayscale: #404040. Windows color (decimal): -6420365 or 7538846. OLE color: 7538846.
HSL color Cylindrical-coordinate representation of color #9E0873: hue angle of 317.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0873 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 115 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.38 |
| HSL | 317.2º | 0.9% | 0.33% | - |
| HSV(B) | 317.2º | 0.95% | 0.62% | - |
| XYZ | 17.28 | 8.68 | 16.98 | - |
| YUV | 65.05 | 156.2 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 115 | 0 | 0.95 | 0.27 | 0.38 | 317.2 | 0.9 | 0.33 |
| Hex | 9E | 8 | 73 | 0 | 5F | 1B | 26 | 13D | 5A | 21 |
| Octal | 236 | 10 | 163 | 0 | 137 | 33 | 46 | 475 | 132 | 41 |
| Binary | 10011110 | 1000 | 1110011 | 0 | 1011111 | 11011 | 100110 | 100111101 | 1011010 | 100001 |
Color Harmonies of #9E0873
Complementary color
Monochromatic Colors of #9E0873
Black with #9E0873
Text Example
Text Example
White with #9E0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0873; }
p { color: rgb(158,8,115); }
H1.HeaderClassName
{
color: #9E0873;
}
.AnyTagClassName
{
color: #9E0873;
}
</style>
background-color css
<style>
a { background-color: #9E0873; }
a { background-color: rgb(158,8,115); }
div.DivClassName
{
background-color: #9E0873;
}
.BgClassName
{
background-color: #9E0873;
}
</style>
border-color css
<style>
span { border-color: #9E0873; }
span { border-color: rgb(158,8,115); }
td.TdClassName
{
border-color: #9E0873;
}
.TagClassName
{
border-color: #9E0873;
}
</style>