Shades of Eggplant #9E086F
Tints of Eggplant #9E086F
RGB
CMYK
RGB Variations
Color information
#9E086F (or 0x9E086F) is known color: Eggplant. HEX triplet: 9E, 08 and 6F. RGB value is (158,8,111). Sum of RGB (Red+Green+Blue) = 158+8+111=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E086F is #61F790. Grayscale: #404040. Windows color (decimal): -6420369 or 7276702. OLE color: 7276702.
HSL color Cylindrical-coordinate representation of color #9E086F: hue angle of 318.8º 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 #9E086F is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 111 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.38 |
| HSL | 318.8º | 0.9% | 0.33% | - |
| HSV(B) | 318.8º | 0.95% | 0.62% | - |
| XYZ | 17.06 | 8.59 | 15.8 | - |
| YUV | 64.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 111 | 0 | 0.95 | 0.30 | 0.38 | 318.8 | 0.9 | 0.33 |
| Hex | 9E | 8 | 6F | 0 | 5F | 1E | 26 | 13F | 5A | 21 |
| Octal | 236 | 10 | 157 | 0 | 137 | 36 | 46 | 477 | 132 | 41 |
| Binary | 10011110 | 1000 | 1101111 | 0 | 1011111 | 11110 | 100110 | 100111111 | 1011010 | 100001 |
Color Harmonies of #9E086F
Complementary color
Monochromatic Colors of #9E086F
Black with #9E086F
Text Example
Text Example
White with #9E086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E086F; }
p { color: rgb(158,8,111); }
H1.HeaderClassName
{
color: #9E086F;
}
.AnyTagClassName
{
color: #9E086F;
}
</style>
background-color css
<style>
a { background-color: #9E086F; }
a { background-color: rgb(158,8,111); }
div.DivClassName
{
background-color: #9E086F;
}
.BgClassName
{
background-color: #9E086F;
}
</style>
border-color css
<style>
span { border-color: #9E086F; }
span { border-color: rgb(158,8,111); }
td.TdClassName
{
border-color: #9E086F;
}
.TagClassName
{
border-color: #9E086F;
}
</style>