Shades of Eggplant #9E066E
Tints of Eggplant #9E066E
RGB
CMYK
RGB Variations
Color information
#9E066E (or 0x9E066E) is known color: Eggplant. HEX triplet: 9E, 06 and 6E. RGB value is (158,6,110). Sum of RGB (Red+Green+Blue) = 158+6+110=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E066E is #61F991. Grayscale: #3F3F3F. Windows color (decimal): -6420882 or 7210654. OLE color: 7210654.
HSL color Cylindrical-coordinate representation of color #9E066E: hue angle of 318.95º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E066E is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 110 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.38 |
| HSL | 318.95º | 0.93% | 0.32% | - |
| HSV(B) | 318.95º | 0.96% | 0.62% | - |
| XYZ | 16.98 | 8.53 | 15.5 | - |
| YUV | 63.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 110 | 0 | 0.96 | 0.30 | 0.38 | 318.95 | 0.93 | 0.32 |
| Hex | 9E | 6 | 6E | 0 | 60 | 1E | 26 | 13F | 5D | 20 |
| Octal | 236 | 6 | 156 | 0 | 140 | 36 | 46 | 477 | 135 | 40 |
| Binary | 10011110 | 110 | 1101110 | 0 | 1100000 | 11110 | 100110 | 100111111 | 1011101 | 100000 |
Color Harmonies of #9E066E
Complementary color
Monochromatic Colors of #9E066E
Black with #9E066E
Text Example
Text Example
White with #9E066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E066E; }
p { color: rgb(158,6,110); }
H1.HeaderClassName
{
color: #9E066E;
}
.AnyTagClassName
{
color: #9E066E;
}
</style>
background-color css
<style>
a { background-color: #9E066E; }
a { background-color: rgb(158,6,110); }
div.DivClassName
{
background-color: #9E066E;
}
.BgClassName
{
background-color: #9E066E;
}
</style>
border-color css
<style>
span { border-color: #9E066E; }
span { border-color: rgb(158,6,110); }
td.TdClassName
{
border-color: #9E066E;
}
.TagClassName
{
border-color: #9E066E;
}
</style>