Shades of Eggplant #9F0F75
Tints of Eggplant #9F0F75
RGB
CMYK
RGB Variations
Color information
#9F0F75 (or 0x9F0F75) is known color: Eggplant. HEX triplet: 9F, 0F and 75. RGB value is (159,15,117). Sum of RGB (Red+Green+Blue) = 159+15+117=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0F75 is #60F08A. Grayscale: #454545. Windows color (decimal): -6353035 or 7671711. OLE color: 7671711.
HSL color Cylindrical-coordinate representation of color #9F0F75: hue angle of 317.5º degrees, saturation: 0.83, 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 #9F0F75 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 15 | 117 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.38 |
| HSL | 317.5º | 0.83% | 0.34% | - |
| HSV(B) | 317.5º | 0.91% | 0.62% | - |
| XYZ | 17.68 | 9 | 17.63 | - |
| YUV | 69.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 117 | 0 | 0.91 | 0.26 | 0.38 | 317.5 | 0.83 | 0.34 |
| Hex | 9F | F | 75 | 0 | 5B | 1A | 26 | 13E | 53 | 22 |
| Octal | 237 | 17 | 165 | 0 | 133 | 32 | 46 | 476 | 123 | 42 |
| Binary | 10011111 | 1111 | 1110101 | 0 | 1011011 | 11010 | 100110 | 100111110 | 1010011 | 100010 |
Color Harmonies of #9F0F75
Complementary color
Monochromatic Colors of #9F0F75
Black with #9F0F75
Text Example
Text Example
White with #9F0F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0F75; }
p { color: rgb(159,15,117); }
H1.HeaderClassName
{
color: #9F0F75;
}
.AnyTagClassName
{
color: #9F0F75;
}
</style>
background-color css
<style>
a { background-color: #9F0F75; }
a { background-color: rgb(159,15,117); }
div.DivClassName
{
background-color: #9F0F75;
}
.BgClassName
{
background-color: #9F0F75;
}
</style>
border-color css
<style>
span { border-color: #9F0F75; }
span { border-color: rgb(159,15,117); }
td.TdClassName
{
border-color: #9F0F75;
}
.TagClassName
{
border-color: #9F0F75;
}
</style>