Shades of Eggplant #9F0F72
Tints of Eggplant #9F0F72
RGB
CMYK
RGB Variations
Color information
#9F0F72 (or 0x9F0F72) is known color: Eggplant. HEX triplet: 9F, 0F and 72. RGB value is (159,15,114). Sum of RGB (Red+Green+Blue) = 159+15+114=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0F72 is #60F08D. Grayscale: #454545. Windows color (decimal): -6353038 or 7475103. OLE color: 7475103.
HSL color Cylindrical-coordinate representation of color #9F0F72: hue angle of 318.75º 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 #9F0F72 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 15 | 114 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.38 |
| HSL | 318.75º | 0.83% | 0.34% | - |
| HSV(B) | 318.75º | 0.91% | 0.62% | - |
| XYZ | 17.51 | 8.93 | 16.72 | - |
| YUV | 69.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 114 | 0 | 0.91 | 0.28 | 0.38 | 318.75 | 0.83 | 0.34 |
| Hex | 9F | F | 72 | 0 | 5B | 1C | 26 | 13F | 53 | 22 |
| Octal | 237 | 17 | 162 | 0 | 133 | 34 | 46 | 477 | 123 | 42 |
| Binary | 10011111 | 1111 | 1110010 | 0 | 1011011 | 11100 | 100110 | 100111111 | 1010011 | 100010 |
Color Harmonies of #9F0F72
Complementary color
Monochromatic Colors of #9F0F72
Black with #9F0F72
Text Example
Text Example
White with #9F0F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0F72; }
p { color: rgb(159,15,114); }
H1.HeaderClassName
{
color: #9F0F72;
}
.AnyTagClassName
{
color: #9F0F72;
}
</style>
background-color css
<style>
a { background-color: #9F0F72; }
a { background-color: rgb(159,15,114); }
div.DivClassName
{
background-color: #9F0F72;
}
.BgClassName
{
background-color: #9F0F72;
}
</style>
border-color css
<style>
span { border-color: #9F0F72; }
span { border-color: rgb(159,15,114); }
td.TdClassName
{
border-color: #9F0F72;
}
.TagClassName
{
border-color: #9F0F72;
}
</style>