Shades of Eggplant #9F087E
Tints of Eggplant #9F087E
RGB
CMYK
RGB Variations
Color information
#9F087E (or 0x9F087E) is known color: Eggplant. HEX triplet: 9F, 08 and 7E. RGB value is (159,8,126). Sum of RGB (Red+Green+Blue) = 159+8+126=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F087E is #60F781. Grayscale: #424242. Windows color (decimal): -6354818 or 8259743. OLE color: 8259743.
HSL color Cylindrical-coordinate representation of color #9F087E: hue angle of 313.11º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F087E is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 126 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.38 |
| HSL | 313.11º | 0.9% | 0.33% | - |
| HSV(B) | 313.11º | 0.95% | 0.62% | - |
| XYZ | 18.15 | 9.05 | 20.53 | - |
| YUV | 66.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 126 | 0 | 0.95 | 0.21 | 0.38 | 313.11 | 0.9 | 0.33 |
| Hex | 9F | 8 | 7E | 0 | 5F | 15 | 26 | 139 | 5A | 21 |
| Octal | 237 | 10 | 176 | 0 | 137 | 25 | 46 | 471 | 132 | 41 |
| Binary | 10011111 | 1000 | 1111110 | 0 | 1011111 | 10101 | 100110 | 100111001 | 1011010 | 100001 |
Color Harmonies of #9F087E
Complementary color
Monochromatic Colors of #9F087E
Black with #9F087E
Text Example
Text Example
White with #9F087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F087E; }
p { color: rgb(159,8,126); }
H1.HeaderClassName
{
color: #9F087E;
}
.AnyTagClassName
{
color: #9F087E;
}
</style>
background-color css
<style>
a { background-color: #9F087E; }
a { background-color: rgb(159,8,126); }
div.DivClassName
{
background-color: #9F087E;
}
.BgClassName
{
background-color: #9F087E;
}
</style>
border-color css
<style>
span { border-color: #9F087E; }
span { border-color: rgb(159,8,126); }
td.TdClassName
{
border-color: #9F087E;
}
.TagClassName
{
border-color: #9F087E;
}
</style>