Shades of Eggplant #9F0A74
Tints of Eggplant #9F0A74
RGB
CMYK
RGB Variations
Color information
#9F0A74 (or 0x9F0A74) is known color: Eggplant. HEX triplet: 9F, 0A and 74. RGB value is (159,10,116). Sum of RGB (Red+Green+Blue) = 159+10+116=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A74 is #60F58B. Grayscale: #424242. Windows color (decimal): -6354316 or 7604895. OLE color: 7604895.
HSL color Cylindrical-coordinate representation of color #9F0A74: hue angle of 317.32º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A74 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 116 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.38 |
| HSL | 317.32º | 0.88% | 0.33% | - |
| HSV(B) | 317.32º | 0.94% | 0.62% | - |
| XYZ | 17.56 | 8.85 | 17.31 | - |
| YUV | 66.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 116 | 0 | 0.94 | 0.27 | 0.38 | 317.32 | 0.88 | 0.33 |
| Hex | 9F | A | 74 | 0 | 5E | 1B | 26 | 13D | 58 | 21 |
| Octal | 237 | 12 | 164 | 0 | 136 | 33 | 46 | 475 | 130 | 41 |
| Binary | 10011111 | 1010 | 1110100 | 0 | 1011110 | 11011 | 100110 | 100111101 | 1011000 | 100001 |
Color Harmonies of #9F0A74
Complementary color
Monochromatic Colors of #9F0A74
Black with #9F0A74
Text Example
Text Example
White with #9F0A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A74; }
p { color: rgb(159,10,116); }
H1.HeaderClassName
{
color: #9F0A74;
}
.AnyTagClassName
{
color: #9F0A74;
}
</style>
background-color css
<style>
a { background-color: #9F0A74; }
a { background-color: rgb(159,10,116); }
div.DivClassName
{
background-color: #9F0A74;
}
.BgClassName
{
background-color: #9F0A74;
}
</style>
border-color css
<style>
span { border-color: #9F0A74; }
span { border-color: rgb(159,10,116); }
td.TdClassName
{
border-color: #9F0A74;
}
.TagClassName
{
border-color: #9F0A74;
}
</style>