Shades of Eggplant #9F0474
Tints of Eggplant #9F0474
RGB
CMYK
RGB Variations
Color information
#9F0474 (or 0x9F0474) is known color: Eggplant. HEX triplet: 9F, 04 and 74. RGB value is (159,4,116). Sum of RGB (Red+Green+Blue) = 159+4+116=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0474 is #60FB8B. Grayscale: #3E3E3E. Windows color (decimal): -6355852 or 7603359. OLE color: 7603359.
HSL color Cylindrical-coordinate representation of color #9F0474: hue angle of 316.65º 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 #9F0474 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 4 | 116 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.38 |
| HSL | 316.65º | 0.95% | 0.32% | - |
| HSV(B) | 316.65º | 0.97% | 0.62% | - |
| XYZ | 17.49 | 8.72 | 17.28 | - |
| YUV | 63.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 116 | 0 | 0.97 | 0.27 | 0.38 | 316.65 | 0.95 | 0.32 |
| Hex | 9F | 4 | 74 | 0 | 61 | 1B | 26 | 13D | 5F | 20 |
| Octal | 237 | 4 | 164 | 0 | 141 | 33 | 46 | 475 | 137 | 40 |
| Binary | 10011111 | 100 | 1110100 | 0 | 1100001 | 11011 | 100110 | 100111101 | 1011111 | 100000 |
Color Harmonies of #9F0474
Complementary color
Monochromatic Colors of #9F0474
Black with #9F0474
Text Example
Text Example
White with #9F0474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0474; }
p { color: rgb(159,4,116); }
H1.HeaderClassName
{
color: #9F0474;
}
.AnyTagClassName
{
color: #9F0474;
}
</style>
background-color css
<style>
a { background-color: #9F0474; }
a { background-color: rgb(159,4,116); }
div.DivClassName
{
background-color: #9F0474;
}
.BgClassName
{
background-color: #9F0474;
}
</style>
border-color css
<style>
span { border-color: #9F0474; }
span { border-color: rgb(159,4,116); }
td.TdClassName
{
border-color: #9F0474;
}
.TagClassName
{
border-color: #9F0474;
}
</style>