Shades of Eggplant #9F0774
Tints of Eggplant #9F0774
RGB
CMYK
RGB Variations
Color information
#9F0774 (or 0x9F0774) is known color: Eggplant. HEX triplet: 9F, 07 and 74. RGB value is (159,7,116). Sum of RGB (Red+Green+Blue) = 159+7+116=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0774 is #60F88B. Grayscale: #404040. Windows color (decimal): -6355084 or 7604127. OLE color: 7604127.
HSL color Cylindrical-coordinate representation of color #9F0774: hue angle of 316.97º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0774 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 116 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.38 |
| HSL | 316.97º | 0.92% | 0.33% | - |
| HSV(B) | 316.97º | 0.96% | 0.62% | - |
| XYZ | 17.53 | 8.78 | 17.29 | - |
| YUV | 64.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 116 | 0 | 0.96 | 0.27 | 0.38 | 316.97 | 0.92 | 0.33 |
| Hex | 9F | 7 | 74 | 0 | 60 | 1B | 26 | 13D | 5C | 21 |
| Octal | 237 | 7 | 164 | 0 | 140 | 33 | 46 | 475 | 134 | 41 |
| Binary | 10011111 | 111 | 1110100 | 0 | 1100000 | 11011 | 100110 | 100111101 | 1011100 | 100001 |
Color Harmonies of #9F0774
Complementary color
Monochromatic Colors of #9F0774
Black with #9F0774
Text Example
Text Example
White with #9F0774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0774; }
p { color: rgb(159,7,116); }
H1.HeaderClassName
{
color: #9F0774;
}
.AnyTagClassName
{
color: #9F0774;
}
</style>
background-color css
<style>
a { background-color: #9F0774; }
a { background-color: rgb(159,7,116); }
div.DivClassName
{
background-color: #9F0774;
}
.BgClassName
{
background-color: #9F0774;
}
</style>
border-color css
<style>
span { border-color: #9F0774; }
span { border-color: rgb(159,7,116); }
td.TdClassName
{
border-color: #9F0774;
}
.TagClassName
{
border-color: #9F0774;
}
</style>