Shades of Eggplant #9F1378
Tints of Eggplant #9F1378
RGB
CMYK
RGB Variations
Color information
#9F1378 (or 0x9F1378) is known color: Eggplant. HEX triplet: 9F, 13 and 78. RGB value is (159,19,120). Sum of RGB (Red+Green+Blue) = 159+19+120=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1378 is #60EC87. Grayscale: #484848. Windows color (decimal): -6352008 or 7869343. OLE color: 7869343.
HSL color Cylindrical-coordinate representation of color #9F1378: hue angle of 316.71º 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 #9F1378 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 120 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.38 |
| HSL | 316.71º | 0.79% | 0.35% | - |
| HSV(B) | 316.71º | 0.88% | 0.62% | - |
| XYZ | 17.92 | 9.19 | 18.6 | - |
| YUV | 72.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 120 | 0 | 0.88 | 0.25 | 0.38 | 316.71 | 0.79 | 0.35 |
| Hex | 9F | 13 | 78 | 0 | 58 | 19 | 26 | 13D | 4F | 23 |
| Octal | 237 | 23 | 170 | 0 | 130 | 31 | 46 | 475 | 117 | 43 |
| Binary | 10011111 | 10011 | 1111000 | 0 | 1011000 | 11001 | 100110 | 100111101 | 1001111 | 100011 |
Color Harmonies of #9F1378
Complementary color
Monochromatic Colors of #9F1378
Black with #9F1378
Text Example
Text Example
White with #9F1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1378; }
p { color: rgb(159,19,120); }
H1.HeaderClassName
{
color: #9F1378;
}
.AnyTagClassName
{
color: #9F1378;
}
</style>
background-color css
<style>
a { background-color: #9F1378; }
a { background-color: rgb(159,19,120); }
div.DivClassName
{
background-color: #9F1378;
}
.BgClassName
{
background-color: #9F1378;
}
</style>
border-color css
<style>
span { border-color: #9F1378; }
span { border-color: rgb(159,19,120); }
td.TdClassName
{
border-color: #9F1378;
}
.TagClassName
{
border-color: #9F1378;
}
</style>