Shades of Eggplant #9F1375
Tints of Eggplant #9F1375
RGB
CMYK
RGB Variations
Color information
#9F1375 (or 0x9F1375) is known color: Eggplant. HEX triplet: 9F, 13 and 75. RGB value is (159,19,117). Sum of RGB (Red+Green+Blue) = 159+19+117=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1375 is #60EC8A. Grayscale: #474747. Windows color (decimal): -6352011 or 7672735. OLE color: 7672735.
HSL color Cylindrical-coordinate representation of color #9F1375: hue angle of 318º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1375 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 117 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.38 |
| HSL | 318º | 0.79% | 0.35% | - |
| HSV(B) | 318º | 0.88% | 0.62% | - |
| XYZ | 17.74 | 9.12 | 17.66 | - |
| YUV | 72.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 117 | 0 | 0.88 | 0.26 | 0.38 | 318 | 0.79 | 0.35 |
| Hex | 9F | 13 | 75 | 0 | 58 | 1A | 26 | 13E | 4F | 23 |
| Octal | 237 | 23 | 165 | 0 | 130 | 32 | 46 | 476 | 117 | 43 |
| Binary | 10011111 | 10011 | 1110101 | 0 | 1011000 | 11010 | 100110 | 100111110 | 1001111 | 100011 |
Color Harmonies of #9F1375
Complementary color
Monochromatic Colors of #9F1375
Black with #9F1375
Text Example
Text Example
White with #9F1375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1375; }
p { color: rgb(159,19,117); }
H1.HeaderClassName
{
color: #9F1375;
}
.AnyTagClassName
{
color: #9F1375;
}
</style>
background-color css
<style>
a { background-color: #9F1375; }
a { background-color: rgb(159,19,117); }
div.DivClassName
{
background-color: #9F1375;
}
.BgClassName
{
background-color: #9F1375;
}
</style>
border-color css
<style>
span { border-color: #9F1375; }
span { border-color: rgb(159,19,117); }
td.TdClassName
{
border-color: #9F1375;
}
.TagClassName
{
border-color: #9F1375;
}
</style>