Shades of Eggplant #9F1074
Tints of Eggplant #9F1074
RGB
CMYK
RGB Variations
Color information
#9F1074 (or 0x9F1074) is known color: Eggplant. HEX triplet: 9F, 10 and 74. RGB value is (159,16,116). Sum of RGB (Red+Green+Blue) = 159+16+116=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1074 is #60EF8B. Grayscale: #454545. Windows color (decimal): -6352780 or 7606431. OLE color: 7606431.
HSL color Cylindrical-coordinate representation of color #9F1074: hue angle of 318.04º 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 #9F1074 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 116 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.38 |
| HSL | 318.04º | 0.82% | 0.34% | - |
| HSV(B) | 318.04º | 0.9% | 0.62% | - |
| XYZ | 17.64 | 9 | 17.33 | - |
| YUV | 70.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 116 | 0 | 0.90 | 0.27 | 0.38 | 318.04 | 0.82 | 0.34 |
| Hex | 9F | 10 | 74 | 0 | 5A | 1B | 26 | 13E | 52 | 22 |
| Octal | 237 | 20 | 164 | 0 | 132 | 33 | 46 | 476 | 122 | 42 |
| Binary | 10011111 | 10000 | 1110100 | 0 | 1011010 | 11011 | 100110 | 100111110 | 1010010 | 100010 |
Color Harmonies of #9F1074
Complementary color
Monochromatic Colors of #9F1074
Black with #9F1074
Text Example
Text Example
White with #9F1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1074; }
p { color: rgb(159,16,116); }
H1.HeaderClassName
{
color: #9F1074;
}
.AnyTagClassName
{
color: #9F1074;
}
</style>
background-color css
<style>
a { background-color: #9F1074; }
a { background-color: rgb(159,16,116); }
div.DivClassName
{
background-color: #9F1074;
}
.BgClassName
{
background-color: #9F1074;
}
</style>
border-color css
<style>
span { border-color: #9F1074; }
span { border-color: rgb(159,16,116); }
td.TdClassName
{
border-color: #9F1074;
}
.TagClassName
{
border-color: #9F1074;
}
</style>