Shades of Eggplant #9F1574
Tints of Eggplant #9F1574
RGB
CMYK
RGB Variations
Color information
#9F1574 (or 0x9F1574) is known color: Eggplant. HEX triplet: 9F, 15 and 74. RGB value is (159,21,116). Sum of RGB (Red+Green+Blue) = 159+21+116=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1574 is #60EA8B. Grayscale: #484848. Windows color (decimal): -6351500 or 7607711. OLE color: 7607711.
HSL color Cylindrical-coordinate representation of color #9F1574: hue angle of 318.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1574 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 116 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.38 |
| HSL | 318.7º | 0.77% | 0.35% | - |
| HSV(B) | 318.7º | 0.87% | 0.62% | - |
| XYZ | 17.72 | 9.17 | 17.36 | - |
| YUV | 73.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 116 | 0 | 0.87 | 0.27 | 0.38 | 318.7 | 0.77 | 0.35 |
| Hex | 9F | 15 | 74 | 0 | 57 | 1B | 26 | 13F | 4D | 23 |
| Octal | 237 | 25 | 164 | 0 | 127 | 33 | 46 | 477 | 115 | 43 |
| Binary | 10011111 | 10101 | 1110100 | 0 | 1010111 | 11011 | 100110 | 100111111 | 1001101 | 100011 |
Color Harmonies of #9F1574
Complementary color
Monochromatic Colors of #9F1574
Black with #9F1574
Text Example
Text Example
White with #9F1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1574; }
p { color: rgb(159,21,116); }
H1.HeaderClassName
{
color: #9F1574;
}
.AnyTagClassName
{
color: #9F1574;
}
</style>
background-color css
<style>
a { background-color: #9F1574; }
a { background-color: rgb(159,21,116); }
div.DivClassName
{
background-color: #9F1574;
}
.BgClassName
{
background-color: #9F1574;
}
</style>
border-color css
<style>
span { border-color: #9F1574; }
span { border-color: rgb(159,21,116); }
td.TdClassName
{
border-color: #9F1574;
}
.TagClassName
{
border-color: #9F1574;
}
</style>