Shades of Eggplant #9E106D
Tints of Eggplant #9E106D
RGB
CMYK
RGB Variations
Color information
#9E106D (or 0x9E106D) is known color: Eggplant. HEX triplet: 9E, 10 and 6D. RGB value is (158,16,109). Sum of RGB (Red+Green+Blue) = 158+16+109=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E106D is #61EF92. Grayscale: #444444. Windows color (decimal): -6418323 or 7147678. OLE color: 7147678.
HSL color Cylindrical-coordinate representation of color #9E106D: hue angle of 320.7º 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 #9E106D is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 109 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.38 |
| HSL | 320.7º | 0.82% | 0.34% | - |
| HSV(B) | 320.7º | 0.9% | 0.62% | - |
| XYZ | 17.05 | 8.74 | 15.26 | - |
| YUV | 69.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 109 | 0 | 0.90 | 0.31 | 0.38 | 320.7 | 0.82 | 0.34 |
| Hex | 9E | 10 | 6D | 0 | 5A | 1F | 26 | 141 | 52 | 22 |
| Octal | 236 | 20 | 155 | 0 | 132 | 37 | 46 | 501 | 122 | 42 |
| Binary | 10011110 | 10000 | 1101101 | 0 | 1011010 | 11111 | 100110 | 101000001 | 1010010 | 100010 |
Color Harmonies of #9E106D
Complementary color
Monochromatic Colors of #9E106D
Black with #9E106D
Text Example
Text Example
White with #9E106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E106D; }
p { color: rgb(158,16,109); }
H1.HeaderClassName
{
color: #9E106D;
}
.AnyTagClassName
{
color: #9E106D;
}
</style>
background-color css
<style>
a { background-color: #9E106D; }
a { background-color: rgb(158,16,109); }
div.DivClassName
{
background-color: #9E106D;
}
.BgClassName
{
background-color: #9E106D;
}
</style>
border-color css
<style>
span { border-color: #9E106D; }
span { border-color: rgb(158,16,109); }
td.TdClassName
{
border-color: #9E106D;
}
.TagClassName
{
border-color: #9E106D;
}
</style>