Shades of Eggplant #9F086E
Tints of Eggplant #9F086E
RGB
CMYK
RGB Variations
Color information
#9F086E (or 0x9F086E) is known color: Eggplant. HEX triplet: 9F, 08 and 6E. RGB value is (159,8,110). Sum of RGB (Red+Green+Blue) = 159+8+110=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F086E is #60F791. Grayscale: #404040. Windows color (decimal): -6354834 or 7211167. OLE color: 7211167.
HSL color Cylindrical-coordinate representation of color #9F086E: hue angle of 319.47º 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 #9F086E is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 110 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.38 |
| HSL | 319.47º | 0.9% | 0.33% | - |
| HSV(B) | 319.47º | 0.95% | 0.62% | - |
| XYZ | 17.2 | 8.67 | 15.52 | - |
| YUV | 64.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 110 | 0 | 0.95 | 0.31 | 0.38 | 319.47 | 0.9 | 0.33 |
| Hex | 9F | 8 | 6E | 0 | 5F | 1F | 26 | 13F | 5A | 21 |
| Octal | 237 | 10 | 156 | 0 | 137 | 37 | 46 | 477 | 132 | 41 |
| Binary | 10011111 | 1000 | 1101110 | 0 | 1011111 | 11111 | 100110 | 100111111 | 1011010 | 100001 |
Color Harmonies of #9F086E
Complementary color
Monochromatic Colors of #9F086E
Black with #9F086E
Text Example
Text Example
White with #9F086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F086E; }
p { color: rgb(159,8,110); }
H1.HeaderClassName
{
color: #9F086E;
}
.AnyTagClassName
{
color: #9F086E;
}
</style>
background-color css
<style>
a { background-color: #9F086E; }
a { background-color: rgb(159,8,110); }
div.DivClassName
{
background-color: #9F086E;
}
.BgClassName
{
background-color: #9F086E;
}
</style>
border-color css
<style>
span { border-color: #9F086E; }
span { border-color: rgb(159,8,110); }
td.TdClassName
{
border-color: #9F086E;
}
.TagClassName
{
border-color: #9F086E;
}
</style>