Shades of Eggplant #9E107A
Tints of Eggplant #9E107A
RGB
CMYK
RGB Variations
Color information
#9E107A (or 0x9E107A) is known color: Eggplant. HEX triplet: 9E, 10 and 7A. RGB value is (158,16,122). Sum of RGB (Red+Green+Blue) = 158+16+122=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E107A is #61EF85. Grayscale: #464646. Windows color (decimal): -6418310 or 7999646. OLE color: 7999646.
HSL color Cylindrical-coordinate representation of color #9E107A: hue angle of 315.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E107A is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 122 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.38 |
| HSL | 315.21º | 0.82% | 0.34% | - |
| HSV(B) | 315.21º | 0.9% | 0.62% | - |
| XYZ | 17.8 | 9.04 | 19.22 | - |
| YUV | 70.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 122 | 0 | 0.90 | 0.23 | 0.38 | 315.21 | 0.82 | 0.34 |
| Hex | 9E | 10 | 7A | 0 | 5A | 17 | 26 | 13B | 52 | 22 |
| Octal | 236 | 20 | 172 | 0 | 132 | 27 | 46 | 473 | 122 | 42 |
| Binary | 10011110 | 10000 | 1111010 | 0 | 1011010 | 10111 | 100110 | 100111011 | 1010010 | 100010 |
Color Harmonies of #9E107A
Complementary color
Monochromatic Colors of #9E107A
Black with #9E107A
Text Example
Text Example
White with #9E107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E107A; }
p { color: rgb(158,16,122); }
H1.HeaderClassName
{
color: #9E107A;
}
.AnyTagClassName
{
color: #9E107A;
}
</style>
background-color css
<style>
a { background-color: #9E107A; }
a { background-color: rgb(158,16,122); }
div.DivClassName
{
background-color: #9E107A;
}
.BgClassName
{
background-color: #9E107A;
}
</style>
border-color css
<style>
span { border-color: #9E107A; }
span { border-color: rgb(158,16,122); }
td.TdClassName
{
border-color: #9E107A;
}
.TagClassName
{
border-color: #9E107A;
}
</style>