Shades of Eggplant #9E006B
Tints of Eggplant #9E006B
RGB
CMYK
RGB Variations
Color information
#9E006B (or 0x9E006B) is known color: Eggplant. HEX triplet: 9E, 00 and 6B. RGB value is (158,0,107). Sum of RGB (Red+Green+Blue) = 158+0+107=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E006B is #61FF94. Grayscale: #3B3B3B. Windows color (decimal): -6422421 or 7012510. OLE color: 7012510.
HSL color Cylindrical-coordinate representation of color #9E006B: hue angle of 319.37º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E006B is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.32 | 0.38 |
| HSL | 319.37º | 1% | 0.31% | - |
| HSV(B) | 319.37º | 1% | 0.62% | - |
| XYZ | 16.75 | 8.33 | 14.63 | - |
| YUV | 59.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 107 | 0 | 1 | 0.32 | 0.38 | 319.37 | 1 | 0.31 |
| Hex | 9E | 0 | 6B | 0 | 64 | 20 | 26 | 13F | 64 | 1F |
| Octal | 236 | 0 | 153 | 0 | 144 | 40 | 46 | 477 | 144 | 37 |
| Binary | 10011110 | 0 | 1101011 | 0 | 1100100 | 100000 | 100110 | 100111111 | 1100100 | 11111 |
Color Harmonies of #9E006B
Complementary color
Monochromatic Colors of #9E006B
Black with #9E006B
Text Example
Text Example
White with #9E006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E006B; }
p { color: rgb(158,0,107); }
H1.HeaderClassName
{
color: #9E006B;
}
.AnyTagClassName
{
color: #9E006B;
}
</style>
background-color css
<style>
a { background-color: #9E006B; }
a { background-color: rgb(158,0,107); }
div.DivClassName
{
background-color: #9E006B;
}
.BgClassName
{
background-color: #9E006B;
}
</style>
border-color css
<style>
span { border-color: #9E006B; }
span { border-color: rgb(158,0,107); }
td.TdClassName
{
border-color: #9E006B;
}
.TagClassName
{
border-color: #9E006B;
}
</style>