Shades of Eggplant #9E066C
Tints of Eggplant #9E066C
RGB
CMYK
RGB Variations
Color information
#9E066C (or 0x9E066C) is known color: Eggplant. HEX triplet: 9E, 06 and 6C. RGB value is (158,6,108). Sum of RGB (Red+Green+Blue) = 158+6+108=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E066C is #61F993. Grayscale: #3E3E3E. Windows color (decimal): -6420884 or 7079582. OLE color: 7079582.
HSL color Cylindrical-coordinate representation of color #9E066C: hue angle of 319.74º 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 #9E066C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 108 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.38 |
| HSL | 319.74º | 0.93% | 0.32% | - |
| HSV(B) | 319.74º | 0.96% | 0.62% | - |
| XYZ | 16.87 | 8.48 | 14.94 | - |
| YUV | 63.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 108 | 0 | 0.96 | 0.32 | 0.38 | 319.74 | 0.93 | 0.32 |
| Hex | 9E | 6 | 6C | 0 | 60 | 20 | 26 | 140 | 5D | 20 |
| Octal | 236 | 6 | 154 | 0 | 140 | 40 | 46 | 500 | 135 | 40 |
| Binary | 10011110 | 110 | 1101100 | 0 | 1100000 | 100000 | 100110 | 101000000 | 1011101 | 100000 |
Color Harmonies of #9E066C
Complementary color
Monochromatic Colors of #9E066C
Black with #9E066C
Text Example
Text Example
White with #9E066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E066C; }
p { color: rgb(158,6,108); }
H1.HeaderClassName
{
color: #9E066C;
}
.AnyTagClassName
{
color: #9E066C;
}
</style>
background-color css
<style>
a { background-color: #9E066C; }
a { background-color: rgb(158,6,108); }
div.DivClassName
{
background-color: #9E066C;
}
.BgClassName
{
background-color: #9E066C;
}
</style>
border-color css
<style>
span { border-color: #9E066C; }
span { border-color: rgb(158,6,108); }
td.TdClassName
{
border-color: #9E066C;
}
.TagClassName
{
border-color: #9E066C;
}
</style>