Shades of Eggplant #9F077E
Tints of Eggplant #9F077E
RGB
CMYK
RGB Variations
Color information
#9F077E (or 0x9F077E) is known color: Eggplant. HEX triplet: 9F, 07 and 7E. RGB value is (159,7,126). Sum of RGB (Red+Green+Blue) = 159+7+126=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F077E is #60F881. Grayscale: #414141. Windows color (decimal): -6355074 or 8259487. OLE color: 8259487.
HSL color Cylindrical-coordinate representation of color #9F077E: hue angle of 313.03º 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 #9F077E is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 126 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.38 |
| HSL | 313.03º | 0.92% | 0.33% | - |
| HSV(B) | 313.03º | 0.96% | 0.62% | - |
| XYZ | 18.14 | 9.03 | 20.53 | - |
| YUV | 66.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 126 | 0 | 0.96 | 0.21 | 0.38 | 313.03 | 0.92 | 0.33 |
| Hex | 9F | 7 | 7E | 0 | 60 | 15 | 26 | 139 | 5C | 21 |
| Octal | 237 | 7 | 176 | 0 | 140 | 25 | 46 | 471 | 134 | 41 |
| Binary | 10011111 | 111 | 1111110 | 0 | 1100000 | 10101 | 100110 | 100111001 | 1011100 | 100001 |
Color Harmonies of #9F077E
Complementary color
Monochromatic Colors of #9F077E
Black with #9F077E
Text Example
Text Example
White with #9F077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F077E; }
p { color: rgb(159,7,126); }
H1.HeaderClassName
{
color: #9F077E;
}
.AnyTagClassName
{
color: #9F077E;
}
</style>
background-color css
<style>
a { background-color: #9F077E; }
a { background-color: rgb(159,7,126); }
div.DivClassName
{
background-color: #9F077E;
}
.BgClassName
{
background-color: #9F077E;
}
</style>
border-color css
<style>
span { border-color: #9F077E; }
span { border-color: rgb(159,7,126); }
td.TdClassName
{
border-color: #9F077E;
}
.TagClassName
{
border-color: #9F077E;
}
</style>