Shades of Eggplant #9F1874
Tints of Eggplant #9F1874
RGB
CMYK
RGB Variations
Color information
#9F1874 (or 0x9F1874) is known color: Eggplant. HEX triplet: 9F, 18 and 74. RGB value is (159,24,116). Sum of RGB (Red+Green+Blue) = 159+24+116=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1874 is #60E78B. Grayscale: #4A4A4A. Windows color (decimal): -6350732 or 7608479. OLE color: 7608479.
HSL color Cylindrical-coordinate representation of color #9F1874: hue angle of 319.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1874 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 116 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.38 |
| HSL | 319.11º | 0.74% | 0.36% | - |
| HSV(B) | 319.11º | 0.85% | 0.62% | - |
| XYZ | 17.78 | 9.29 | 17.38 | - |
| YUV | 74.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 116 | 0 | 0.85 | 0.27 | 0.38 | 319.11 | 0.74 | 0.36 |
| Hex | 9F | 18 | 74 | 0 | 55 | 1B | 26 | 13F | 4A | 24 |
| Octal | 237 | 30 | 164 | 0 | 125 | 33 | 46 | 477 | 112 | 44 |
| Binary | 10011111 | 11000 | 1110100 | 0 | 1010101 | 11011 | 100110 | 100111111 | 1001010 | 100100 |
Color Harmonies of #9F1874
Complementary color
Monochromatic Colors of #9F1874
Black with #9F1874
Text Example
Text Example
White with #9F1874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1874; }
p { color: rgb(159,24,116); }
H1.HeaderClassName
{
color: #9F1874;
}
.AnyTagClassName
{
color: #9F1874;
}
</style>
background-color css
<style>
a { background-color: #9F1874; }
a { background-color: rgb(159,24,116); }
div.DivClassName
{
background-color: #9F1874;
}
.BgClassName
{
background-color: #9F1874;
}
</style>
border-color css
<style>
span { border-color: #9F1874; }
span { border-color: rgb(159,24,116); }
td.TdClassName
{
border-color: #9F1874;
}
.TagClassName
{
border-color: #9F1874;
}
</style>