Shades of Eggplant #9E107B
Tints of Eggplant #9E107B
RGB
CMYK
RGB Variations
Color information
#9E107B (or 0x9E107B) is known color: Eggplant. HEX triplet: 9E, 10 and 7B. RGB value is (158,16,123). Sum of RGB (Red+Green+Blue) = 158+16+123=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E107B is #61EF84. Grayscale: #464646. Windows color (decimal): -6418309 or 8065182. OLE color: 8065182.
HSL color Cylindrical-coordinate representation of color #9E107B: hue angle of 314.79º 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 #9E107B is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 123 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.38 |
| HSL | 314.79º | 0.82% | 0.34% | - |
| HSV(B) | 314.79º | 0.9% | 0.62% | - |
| XYZ | 17.86 | 9.07 | 19.55 | - |
| YUV | 70.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 123 | 0 | 0.90 | 0.22 | 0.38 | 314.79 | 0.82 | 0.34 |
| Hex | 9E | 10 | 7B | 0 | 5A | 16 | 26 | 13B | 52 | 22 |
| Octal | 236 | 20 | 173 | 0 | 132 | 26 | 46 | 473 | 122 | 42 |
| Binary | 10011110 | 10000 | 1111011 | 0 | 1011010 | 10110 | 100110 | 100111011 | 1010010 | 100010 |
Color Harmonies of #9E107B
Complementary color
Monochromatic Colors of #9E107B
Black with #9E107B
Text Example
Text Example
White with #9E107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E107B; }
p { color: rgb(158,16,123); }
H1.HeaderClassName
{
color: #9E107B;
}
.AnyTagClassName
{
color: #9E107B;
}
</style>
background-color css
<style>
a { background-color: #9E107B; }
a { background-color: rgb(158,16,123); }
div.DivClassName
{
background-color: #9E107B;
}
.BgClassName
{
background-color: #9E107B;
}
</style>
border-color css
<style>
span { border-color: #9E107B; }
span { border-color: rgb(158,16,123); }
td.TdClassName
{
border-color: #9E107B;
}
.TagClassName
{
border-color: #9E107B;
}
</style>