Shades of Eggplant #9F0772
Tints of Eggplant #9F0772
RGB
CMYK
RGB Variations
Color information
#9F0772 (or 0x9F0772) is known color: Eggplant. HEX triplet: 9F, 07 and 72. RGB value is (159,7,114). Sum of RGB (Red+Green+Blue) = 159+7+114=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0772 is #60F88D. Grayscale: #404040. Windows color (decimal): -6355086 or 7473055. OLE color: 7473055.
HSL color Cylindrical-coordinate representation of color #9F0772: hue angle of 317.76º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0772 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 114 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.38 |
| HSL | 317.76º | 0.92% | 0.33% | - |
| HSV(B) | 317.76º | 0.96% | 0.62% | - |
| XYZ | 17.41 | 8.74 | 16.69 | - |
| YUV | 64.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 114 | 0 | 0.96 | 0.28 | 0.38 | 317.76 | 0.92 | 0.33 |
| Hex | 9F | 7 | 72 | 0 | 60 | 1C | 26 | 13E | 5C | 21 |
| Octal | 237 | 7 | 162 | 0 | 140 | 34 | 46 | 476 | 134 | 41 |
| Binary | 10011111 | 111 | 1110010 | 0 | 1100000 | 11100 | 100110 | 100111110 | 1011100 | 100001 |
Color Harmonies of #9F0772
Complementary color
Monochromatic Colors of #9F0772
Black with #9F0772
Text Example
Text Example
White with #9F0772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0772; }
p { color: rgb(159,7,114); }
H1.HeaderClassName
{
color: #9F0772;
}
.AnyTagClassName
{
color: #9F0772;
}
</style>
background-color css
<style>
a { background-color: #9F0772; }
a { background-color: rgb(159,7,114); }
div.DivClassName
{
background-color: #9F0772;
}
.BgClassName
{
background-color: #9F0772;
}
</style>
border-color css
<style>
span { border-color: #9F0772; }
span { border-color: rgb(159,7,114); }
td.TdClassName
{
border-color: #9F0772;
}
.TagClassName
{
border-color: #9F0772;
}
</style>