Shades of Eggplant #9F0471
Tints of Eggplant #9F0471
RGB
CMYK
RGB Variations
Color information
#9F0471 (or 0x9F0471) is known color: Eggplant. HEX triplet: 9F, 04 and 71. RGB value is (159,4,113). Sum of RGB (Red+Green+Blue) = 159+4+113=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0471 is #60FB8E. Grayscale: #3E3E3E. Windows color (decimal): -6355855 or 7406751. OLE color: 7406751.
HSL color Cylindrical-coordinate representation of color #9F0471: hue angle of 317.81º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0471 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 4 | 113 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.38 |
| HSL | 317.81º | 0.95% | 0.32% | - |
| HSV(B) | 317.81º | 0.97% | 0.62% | - |
| XYZ | 17.32 | 8.65 | 16.38 | - |
| YUV | 62.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 113 | 0 | 0.97 | 0.29 | 0.38 | 317.81 | 0.95 | 0.32 |
| Hex | 9F | 4 | 71 | 0 | 61 | 1D | 26 | 13E | 5F | 20 |
| Octal | 237 | 4 | 161 | 0 | 141 | 35 | 46 | 476 | 137 | 40 |
| Binary | 10011111 | 100 | 1110001 | 0 | 1100001 | 11101 | 100110 | 100111110 | 1011111 | 100000 |
Color Harmonies of #9F0471
Complementary color
Monochromatic Colors of #9F0471
Black with #9F0471
Text Example
Text Example
White with #9F0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0471; }
p { color: rgb(159,4,113); }
H1.HeaderClassName
{
color: #9F0471;
}
.AnyTagClassName
{
color: #9F0471;
}
</style>
background-color css
<style>
a { background-color: #9F0471; }
a { background-color: rgb(159,4,113); }
div.DivClassName
{
background-color: #9F0471;
}
.BgClassName
{
background-color: #9F0471;
}
</style>
border-color css
<style>
span { border-color: #9F0471; }
span { border-color: rgb(159,4,113); }
td.TdClassName
{
border-color: #9F0471;
}
.TagClassName
{
border-color: #9F0471;
}
</style>