Shades of Eggplant #9E016A
Tints of Eggplant #9E016A
RGB
CMYK
RGB Variations
Color information
#9E016A (or 0x9E016A) is known color: Eggplant. HEX triplet: 9E, 01 and 6A. RGB value is (158,1,106). Sum of RGB (Red+Green+Blue) = 158+1+106=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E016A is #61FE95. Grayscale: #3B3B3B. Windows color (decimal): -6422166 or 6947230. OLE color: 6947230.
HSL color Cylindrical-coordinate representation of color #9E016A: hue angle of 319.87º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E016A is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.38 |
| HSL | 319.87º | 0.99% | 0.31% | - |
| HSV(B) | 319.87º | 0.99% | 0.62% | - |
| XYZ | 16.71 | 8.33 | 14.36 | - |
| YUV | 59.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 106 | 0 | 0.99 | 0.33 | 0.38 | 319.87 | 0.99 | 0.31 |
| Hex | 9E | 1 | 6A | 0 | 63 | 21 | 26 | 140 | 63 | 1F |
| Octal | 236 | 1 | 152 | 0 | 143 | 41 | 46 | 500 | 143 | 37 |
| Binary | 10011110 | 1 | 1101010 | 0 | 1100011 | 100001 | 100110 | 101000000 | 1100011 | 11111 |
Color Harmonies of #9E016A
Complementary color
Monochromatic Colors of #9E016A
Black with #9E016A
Text Example
Text Example
White with #9E016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E016A; }
p { color: rgb(158,1,106); }
H1.HeaderClassName
{
color: #9E016A;
}
.AnyTagClassName
{
color: #9E016A;
}
</style>
background-color css
<style>
a { background-color: #9E016A; }
a { background-color: rgb(158,1,106); }
div.DivClassName
{
background-color: #9E016A;
}
.BgClassName
{
background-color: #9E016A;
}
</style>
border-color css
<style>
span { border-color: #9E016A; }
span { border-color: rgb(158,1,106); }
td.TdClassName
{
border-color: #9E016A;
}
.TagClassName
{
border-color: #9E016A;
}
</style>