Shades of Eggplant #9F0C73
Tints of Eggplant #9F0C73
RGB
CMYK
RGB Variations
Color information
#9F0C73 (or 0x9F0C73) is known color: Eggplant. HEX triplet: 9F, 0C and 73. RGB value is (159,12,115). Sum of RGB (Red+Green+Blue) = 159+12+115=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0C73 is #60F38C. Grayscale: #434343. Windows color (decimal): -6353805 or 7539871. OLE color: 7539871.
HSL color Cylindrical-coordinate representation of color #9F0C73: hue angle of 317.96º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0C73 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 12 | 115 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.38 |
| HSL | 317.96º | 0.86% | 0.34% | - |
| HSV(B) | 317.96º | 0.92% | 0.62% | - |
| XYZ | 17.52 | 8.87 | 17.01 | - |
| YUV | 67.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 115 | 0 | 0.92 | 0.28 | 0.38 | 317.96 | 0.86 | 0.34 |
| Hex | 9F | C | 73 | 0 | 5C | 1C | 26 | 13E | 56 | 22 |
| Octal | 237 | 14 | 163 | 0 | 134 | 34 | 46 | 476 | 126 | 42 |
| Binary | 10011111 | 1100 | 1110011 | 0 | 1011100 | 11100 | 100110 | 100111110 | 1010110 | 100010 |
Color Harmonies of #9F0C73
Complementary color
Monochromatic Colors of #9F0C73
Black with #9F0C73
Text Example
Text Example
White with #9F0C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0C73; }
p { color: rgb(159,12,115); }
H1.HeaderClassName
{
color: #9F0C73;
}
.AnyTagClassName
{
color: #9F0C73;
}
</style>
background-color css
<style>
a { background-color: #9F0C73; }
a { background-color: rgb(159,12,115); }
div.DivClassName
{
background-color: #9F0C73;
}
.BgClassName
{
background-color: #9F0C73;
}
</style>
border-color css
<style>
span { border-color: #9F0C73; }
span { border-color: rgb(159,12,115); }
td.TdClassName
{
border-color: #9F0C73;
}
.TagClassName
{
border-color: #9F0C73;
}
</style>