Shades of Eggplant #9D0873
Tints of Eggplant #9D0873
RGB
CMYK
RGB Variations
Color information
#9D0873 (or 0x9D0873) is known color: Eggplant. HEX triplet: 9D, 08 and 73. RGB value is (157,8,115). Sum of RGB (Red+Green+Blue) = 157+8+115=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0873 is #62F78C. Grayscale: #404040. Windows color (decimal): -6485901 or 7538845. OLE color: 7538845.
HSL color Cylindrical-coordinate representation of color #9D0873: hue angle of 316.91º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0873 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 115 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.38 |
| HSL | 316.91º | 0.9% | 0.32% | - |
| HSV(B) | 316.91º | 0.95% | 0.62% | - |
| XYZ | 17.09 | 8.58 | 16.98 | - |
| YUV | 64.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 115 | 0 | 0.95 | 0.27 | 0.38 | 316.91 | 0.9 | 0.32 |
| Hex | 9D | 8 | 73 | 0 | 5F | 1B | 26 | 13D | 5A | 20 |
| Octal | 235 | 10 | 163 | 0 | 137 | 33 | 46 | 475 | 132 | 40 |
| Binary | 10011101 | 1000 | 1110011 | 0 | 1011111 | 11011 | 100110 | 100111101 | 1011010 | 100000 |
Color Harmonies of #9D0873
Complementary color
Monochromatic Colors of #9D0873
Black with #9D0873
Text Example
Text Example
White with #9D0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0873; }
p { color: rgb(157,8,115); }
H1.HeaderClassName
{
color: #9D0873;
}
.AnyTagClassName
{
color: #9D0873;
}
</style>
background-color css
<style>
a { background-color: #9D0873; }
a { background-color: rgb(157,8,115); }
div.DivClassName
{
background-color: #9D0873;
}
.BgClassName
{
background-color: #9D0873;
}
</style>
border-color css
<style>
span { border-color: #9D0873; }
span { border-color: rgb(157,8,115); }
td.TdClassName
{
border-color: #9D0873;
}
.TagClassName
{
border-color: #9D0873;
}
</style>