Shades of Eggplant #9F0873
Tints of Eggplant #9F0873
RGB
CMYK
RGB Variations
Color information
#9F0873 (or 0x9F0873) is known color: Eggplant. HEX triplet: 9F, 08 and 73. RGB value is (159,8,115). Sum of RGB (Red+Green+Blue) = 159+8+115=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0873 is #60F78C. Grayscale: #414141. Windows color (decimal): -6354829 or 7538847. OLE color: 7538847.
HSL color Cylindrical-coordinate representation of color #9F0873: hue angle of 317.48º 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 #9F0873 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 115 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.38 |
| HSL | 317.48º | 0.9% | 0.33% | - |
| HSV(B) | 317.48º | 0.95% | 0.62% | - |
| XYZ | 17.48 | 8.78 | 16.99 | - |
| YUV | 65.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 115 | 0 | 0.95 | 0.28 | 0.38 | 317.48 | 0.9 | 0.33 |
| Hex | 9F | 8 | 73 | 0 | 5F | 1C | 26 | 13D | 5A | 21 |
| Octal | 237 | 10 | 163 | 0 | 137 | 34 | 46 | 475 | 132 | 41 |
| Binary | 10011111 | 1000 | 1110011 | 0 | 1011111 | 11100 | 100110 | 100111101 | 1011010 | 100001 |
Color Harmonies of #9F0873
Complementary color
Monochromatic Colors of #9F0873
Black with #9F0873
Text Example
Text Example
White with #9F0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0873; }
p { color: rgb(159,8,115); }
H1.HeaderClassName
{
color: #9F0873;
}
.AnyTagClassName
{
color: #9F0873;
}
</style>
background-color css
<style>
a { background-color: #9F0873; }
a { background-color: rgb(159,8,115); }
div.DivClassName
{
background-color: #9F0873;
}
.BgClassName
{
background-color: #9F0873;
}
</style>
border-color css
<style>
span { border-color: #9F0873; }
span { border-color: rgb(159,8,115); }
td.TdClassName
{
border-color: #9F0873;
}
.TagClassName
{
border-color: #9F0873;
}
</style>