Shades of Eggplant #9F0A75
Tints of Eggplant #9F0A75
RGB
CMYK
RGB Variations
Color information
#9F0A75 (or 0x9F0A75) is known color: Eggplant. HEX triplet: 9F, 0A and 75. RGB value is (159,10,117). Sum of RGB (Red+Green+Blue) = 159+10+117=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A75 is #60F58A. Grayscale: #424242. Windows color (decimal): -6354315 or 7670431. OLE color: 7670431.
HSL color Cylindrical-coordinate representation of color #9F0A75: hue angle of 316.91º 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 #9F0A75 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 117 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.38 |
| HSL | 316.91º | 0.88% | 0.33% | - |
| HSV(B) | 316.91º | 0.94% | 0.62% | - |
| XYZ | 17.62 | 8.87 | 17.61 | - |
| YUV | 66.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 117 | 0 | 0.94 | 0.26 | 0.38 | 316.91 | 0.88 | 0.33 |
| Hex | 9F | A | 75 | 0 | 5E | 1A | 26 | 13D | 58 | 21 |
| Octal | 237 | 12 | 165 | 0 | 136 | 32 | 46 | 475 | 130 | 41 |
| Binary | 10011111 | 1010 | 1110101 | 0 | 1011110 | 11010 | 100110 | 100111101 | 1011000 | 100001 |
Color Harmonies of #9F0A75
Complementary color
Monochromatic Colors of #9F0A75
Black with #9F0A75
Text Example
Text Example
White with #9F0A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A75; }
p { color: rgb(159,10,117); }
H1.HeaderClassName
{
color: #9F0A75;
}
.AnyTagClassName
{
color: #9F0A75;
}
</style>
background-color css
<style>
a { background-color: #9F0A75; }
a { background-color: rgb(159,10,117); }
div.DivClassName
{
background-color: #9F0A75;
}
.BgClassName
{
background-color: #9F0A75;
}
</style>
border-color css
<style>
span { border-color: #9F0A75; }
span { border-color: rgb(159,10,117); }
td.TdClassName
{
border-color: #9F0A75;
}
.TagClassName
{
border-color: #9F0A75;
}
</style>