Shades of Eggplant #9F1478
Tints of Eggplant #9F1478
RGB
CMYK
RGB Variations
Color information
#9F1478 (or 0x9F1478) is known color: Eggplant. HEX triplet: 9F, 14 and 78. RGB value is (159,20,120). Sum of RGB (Red+Green+Blue) = 159+20+120=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1478 is #60EB87. Grayscale: #484848. Windows color (decimal): -6351752 or 7869599. OLE color: 7869599.
HSL color Cylindrical-coordinate representation of color #9F1478: hue angle of 316.83º degrees, saturation: 0.78, 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 #9F1478 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 120 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.38 |
| HSL | 316.83º | 0.78% | 0.35% | - |
| HSV(B) | 316.83º | 0.87% | 0.62% | - |
| XYZ | 17.94 | 9.23 | 18.6 | - |
| YUV | 72.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 120 | 0 | 0.87 | 0.25 | 0.38 | 316.83 | 0.78 | 0.35 |
| Hex | 9F | 14 | 78 | 0 | 57 | 19 | 26 | 13D | 4E | 23 |
| Octal | 237 | 24 | 170 | 0 | 127 | 31 | 46 | 475 | 116 | 43 |
| Binary | 10011111 | 10100 | 1111000 | 0 | 1010111 | 11001 | 100110 | 100111101 | 1001110 | 100011 |
Color Harmonies of #9F1478
Complementary color
Monochromatic Colors of #9F1478
Black with #9F1478
Text Example
Text Example
White with #9F1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1478; }
p { color: rgb(159,20,120); }
H1.HeaderClassName
{
color: #9F1478;
}
.AnyTagClassName
{
color: #9F1478;
}
</style>
background-color css
<style>
a { background-color: #9F1478; }
a { background-color: rgb(159,20,120); }
div.DivClassName
{
background-color: #9F1478;
}
.BgClassName
{
background-color: #9F1478;
}
</style>
border-color css
<style>
span { border-color: #9F1478; }
span { border-color: rgb(159,20,120); }
td.TdClassName
{
border-color: #9F1478;
}
.TagClassName
{
border-color: #9F1478;
}
</style>