Shades of Eggplant #9F0E75
Tints of Eggplant #9F0E75
RGB
CMYK
RGB Variations
Color information
#9F0E75 (or 0x9F0E75) is known color: Eggplant. HEX triplet: 9F, 0E and 75. RGB value is (159,14,117). Sum of RGB (Red+Green+Blue) = 159+14+117=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E75 is #60F18A. Grayscale: #444444. Windows color (decimal): -6353291 or 7671455. OLE color: 7671455.
HSL color Cylindrical-coordinate representation of color #9F0E75: hue angle of 317.38º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0E75 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 117 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.38 |
| HSL | 317.38º | 0.84% | 0.34% | - |
| HSV(B) | 317.38º | 0.91% | 0.62% | - |
| XYZ | 17.67 | 8.97 | 17.63 | - |
| YUV | 69.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 117 | 0 | 0.91 | 0.26 | 0.38 | 317.38 | 0.84 | 0.34 |
| Hex | 9F | E | 75 | 0 | 5B | 1A | 26 | 13D | 54 | 22 |
| Octal | 237 | 16 | 165 | 0 | 133 | 32 | 46 | 475 | 124 | 42 |
| Binary | 10011111 | 1110 | 1110101 | 0 | 1011011 | 11010 | 100110 | 100111101 | 1010100 | 100010 |
Color Harmonies of #9F0E75
Complementary color
Monochromatic Colors of #9F0E75
Black with #9F0E75
Text Example
Text Example
White with #9F0E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E75; }
p { color: rgb(159,14,117); }
H1.HeaderClassName
{
color: #9F0E75;
}
.AnyTagClassName
{
color: #9F0E75;
}
</style>
background-color css
<style>
a { background-color: #9F0E75; }
a { background-color: rgb(159,14,117); }
div.DivClassName
{
background-color: #9F0E75;
}
.BgClassName
{
background-color: #9F0E75;
}
</style>
border-color css
<style>
span { border-color: #9F0E75; }
span { border-color: rgb(159,14,117); }
td.TdClassName
{
border-color: #9F0E75;
}
.TagClassName
{
border-color: #9F0E75;
}
</style>