Shades of Eggplant #9F1078
Tints of Eggplant #9F1078
RGB
CMYK
RGB Variations
Color information
#9F1078 (or 0x9F1078) is known color: Eggplant. HEX triplet: 9F, 10 and 78. RGB value is (159,16,120). Sum of RGB (Red+Green+Blue) = 159+16+120=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1078 is #60EF87. Grayscale: #464646. Windows color (decimal): -6352776 or 7868575. OLE color: 7868575.
HSL color Cylindrical-coordinate representation of color #9F1078: hue angle of 316.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1078 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 120 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.38 |
| HSL | 316.36º | 0.82% | 0.34% | - |
| HSV(B) | 316.36º | 0.9% | 0.62% | - |
| XYZ | 17.87 | 9.1 | 18.58 | - |
| YUV | 70.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 120 | 0 | 0.90 | 0.25 | 0.38 | 316.36 | 0.82 | 0.34 |
| Hex | 9F | 10 | 78 | 0 | 5A | 19 | 26 | 13C | 52 | 22 |
| Octal | 237 | 20 | 170 | 0 | 132 | 31 | 46 | 474 | 122 | 42 |
| Binary | 10011111 | 10000 | 1111000 | 0 | 1011010 | 11001 | 100110 | 100111100 | 1010010 | 100010 |
Color Harmonies of #9F1078
Complementary color
Monochromatic Colors of #9F1078
Black with #9F1078
Text Example
Text Example
White with #9F1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1078; }
p { color: rgb(159,16,120); }
H1.HeaderClassName
{
color: #9F1078;
}
.AnyTagClassName
{
color: #9F1078;
}
</style>
background-color css
<style>
a { background-color: #9F1078; }
a { background-color: rgb(159,16,120); }
div.DivClassName
{
background-color: #9F1078;
}
.BgClassName
{
background-color: #9F1078;
}
</style>
border-color css
<style>
span { border-color: #9F1078; }
span { border-color: rgb(159,16,120); }
td.TdClassName
{
border-color: #9F1078;
}
.TagClassName
{
border-color: #9F1078;
}
</style>