Shades of Eggplant #9F077A
Tints of Eggplant #9F077A
RGB
CMYK
RGB Variations
Color information
#9F077A (or 0x9F077A) is known color: Eggplant. HEX triplet: 9F, 07 and 7A. RGB value is (159,7,122). Sum of RGB (Red+Green+Blue) = 159+7+122=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F077A is #60F885. Grayscale: #414141. Windows color (decimal): -6355078 or 7997343. OLE color: 7997343.
HSL color Cylindrical-coordinate representation of color #9F077A: hue angle of 314.61º 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 #9F077A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 122 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.38 |
| HSL | 314.61º | 0.92% | 0.33% | - |
| HSV(B) | 314.61º | 0.96% | 0.62% | - |
| XYZ | 17.89 | 8.93 | 19.19 | - |
| YUV | 65.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 122 | 0 | 0.96 | 0.23 | 0.38 | 314.61 | 0.92 | 0.33 |
| Hex | 9F | 7 | 7A | 0 | 60 | 17 | 26 | 13B | 5C | 21 |
| Octal | 237 | 7 | 172 | 0 | 140 | 27 | 46 | 473 | 134 | 41 |
| Binary | 10011111 | 111 | 1111010 | 0 | 1100000 | 10111 | 100110 | 100111011 | 1011100 | 100001 |
Color Harmonies of #9F077A
Complementary color
Monochromatic Colors of #9F077A
Black with #9F077A
Text Example
Text Example
White with #9F077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F077A; }
p { color: rgb(159,7,122); }
H1.HeaderClassName
{
color: #9F077A;
}
.AnyTagClassName
{
color: #9F077A;
}
</style>
background-color css
<style>
a { background-color: #9F077A; }
a { background-color: rgb(159,7,122); }
div.DivClassName
{
background-color: #9F077A;
}
.BgClassName
{
background-color: #9F077A;
}
</style>
border-color css
<style>
span { border-color: #9F077A; }
span { border-color: rgb(159,7,122); }
td.TdClassName
{
border-color: #9F077A;
}
.TagClassName
{
border-color: #9F077A;
}
</style>