Shades of Eggplant #9E006C
Tints of Eggplant #9E006C
RGB
CMYK
RGB Variations
Color information
#9E006C (or 0x9E006C) is known color: Eggplant. HEX triplet: 9E, 00 and 6C. RGB value is (158,0,108). Sum of RGB (Red+Green+Blue) = 158+0+108=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E006C is #61FF93. Grayscale: #3B3B3B. Windows color (decimal): -6422420 or 7078046. OLE color: 7078046.
HSL color Cylindrical-coordinate representation of color #9E006C: hue angle of 318.99º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E006C is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.32 | 0.38 |
| HSL | 318.99º | 1% | 0.31% | - |
| HSV(B) | 318.99º | 1% | 0.62% | - |
| XYZ | 16.81 | 8.35 | 14.91 | - |
| YUV | 59.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 108 | 0 | 1 | 0.32 | 0.38 | 318.99 | 1 | 0.31 |
| Hex | 9E | 0 | 6C | 0 | 64 | 20 | 26 | 13F | 64 | 1F |
| Octal | 236 | 0 | 154 | 0 | 144 | 40 | 46 | 477 | 144 | 37 |
| Binary | 10011110 | 0 | 1101100 | 0 | 1100100 | 100000 | 100110 | 100111111 | 1100100 | 11111 |
Color Harmonies of #9E006C
Complementary color
Monochromatic Colors of #9E006C
Black with #9E006C
Text Example
Text Example
White with #9E006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E006C; }
p { color: rgb(158,0,108); }
H1.HeaderClassName
{
color: #9E006C;
}
.AnyTagClassName
{
color: #9E006C;
}
</style>
background-color css
<style>
a { background-color: #9E006C; }
a { background-color: rgb(158,0,108); }
div.DivClassName
{
background-color: #9E006C;
}
.BgClassName
{
background-color: #9E006C;
}
</style>
border-color css
<style>
span { border-color: #9E006C; }
span { border-color: rgb(158,0,108); }
td.TdClassName
{
border-color: #9E006C;
}
.TagClassName
{
border-color: #9E006C;
}
</style>