Shades of Eggplant #9E0B6A
Tints of Eggplant #9E0B6A
RGB
CMYK
RGB Variations
Color information
#9E0B6A (or 0x9E0B6A) is known color: Eggplant. HEX triplet: 9E, 0B and 6A. RGB value is (158,11,106). Sum of RGB (Red+Green+Blue) = 158+11+106=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B6A is #61F495. Grayscale: #414141. Windows color (decimal): -6419606 or 6949790. OLE color: 6949790.
HSL color Cylindrical-coordinate representation of color #9E0B6A: hue angle of 321.22º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B6A is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 11 | 106 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.38 |
| HSL | 321.22º | 0.87% | 0.33% | - |
| HSV(B) | 321.22º | 0.93% | 0.62% | - |
| XYZ | 16.82 | 8.55 | 14.4 | - |
| YUV | 65.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 106 | 0 | 0.93 | 0.33 | 0.38 | 321.22 | 0.87 | 0.33 |
| Hex | 9E | B | 6A | 0 | 5D | 21 | 26 | 141 | 57 | 21 |
| Octal | 236 | 13 | 152 | 0 | 135 | 41 | 46 | 501 | 127 | 41 |
| Binary | 10011110 | 1011 | 1101010 | 0 | 1011101 | 100001 | 100110 | 101000001 | 1010111 | 100001 |
Color Harmonies of #9E0B6A
Complementary color
Monochromatic Colors of #9E0B6A
Black with #9E0B6A
Text Example
Text Example
White with #9E0B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0B6A; }
p { color: rgb(158,11,106); }
H1.HeaderClassName
{
color: #9E0B6A;
}
.AnyTagClassName
{
color: #9E0B6A;
}
</style>
background-color css
<style>
a { background-color: #9E0B6A; }
a { background-color: rgb(158,11,106); }
div.DivClassName
{
background-color: #9E0B6A;
}
.BgClassName
{
background-color: #9E0B6A;
}
</style>
border-color css
<style>
span { border-color: #9E0B6A; }
span { border-color: rgb(158,11,106); }
td.TdClassName
{
border-color: #9E0B6A;
}
.TagClassName
{
border-color: #9E0B6A;
}
</style>