Shades of Eggplant #9F0C72
Tints of Eggplant #9F0C72
RGB
CMYK
RGB Variations
Color information
#9F0C72 (or 0x9F0C72) is known color: Eggplant. HEX triplet: 9F, 0C and 72. RGB value is (159,12,114). Sum of RGB (Red+Green+Blue) = 159+12+114=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0C72 is #60F38D. Grayscale: #434343. Windows color (decimal): -6353806 or 7474335. OLE color: 7474335.
HSL color Cylindrical-coordinate representation of color #9F0C72: hue angle of 318.37º 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 #9F0C72 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 12 | 114 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.38 |
| HSL | 318.37º | 0.86% | 0.34% | - |
| HSV(B) | 318.37º | 0.92% | 0.62% | - |
| XYZ | 17.47 | 8.85 | 16.71 | - |
| YUV | 67.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 114 | 0 | 0.92 | 0.28 | 0.38 | 318.37 | 0.86 | 0.34 |
| Hex | 9F | C | 72 | 0 | 5C | 1C | 26 | 13E | 56 | 22 |
| Octal | 237 | 14 | 162 | 0 | 134 | 34 | 46 | 476 | 126 | 42 |
| Binary | 10011111 | 1100 | 1110010 | 0 | 1011100 | 11100 | 100110 | 100111110 | 1010110 | 100010 |
Color Harmonies of #9F0C72
Complementary color
Monochromatic Colors of #9F0C72
Black with #9F0C72
Text Example
Text Example
White with #9F0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0C72; }
p { color: rgb(159,12,114); }
H1.HeaderClassName
{
color: #9F0C72;
}
.AnyTagClassName
{
color: #9F0C72;
}
</style>
background-color css
<style>
a { background-color: #9F0C72; }
a { background-color: rgb(159,12,114); }
div.DivClassName
{
background-color: #9F0C72;
}
.BgClassName
{
background-color: #9F0C72;
}
</style>
border-color css
<style>
span { border-color: #9F0C72; }
span { border-color: rgb(159,12,114); }
td.TdClassName
{
border-color: #9F0C72;
}
.TagClassName
{
border-color: #9F0C72;
}
</style>