Shades of Eggplant #9E005C
Tints of Eggplant #9E005C
RGB
CMYK
RGB Variations
Color information
#9E005C (or 0x9E005C) is known color: Eggplant. HEX triplet: 9E, 00 and 5C. RGB value is (158,0,92). Sum of RGB (Red+Green+Blue) = 158+0+92=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E005C is #61FFA3. Grayscale: #393939. Windows color (decimal): -6422436 or 6029470. OLE color: 6029470.
HSL color Cylindrical-coordinate representation of color #9E005C: hue angle of 325.06º 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 #9E005C is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.42 | 0.38 |
| HSL | 325.06º | 1% | 0.31% | - |
| HSV(B) | 325.06º | 1% | 0.62% | - |
| XYZ | 16.03 | 8.04 | 10.83 | - |
| YUV | 57.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 92 | 0 | 1 | 0.42 | 0.38 | 325.06 | 1 | 0.31 |
| Hex | 9E | 0 | 5C | 0 | 64 | 2A | 26 | 145 | 64 | 1F |
| Octal | 236 | 0 | 134 | 0 | 144 | 52 | 46 | 505 | 144 | 37 |
| Binary | 10011110 | 0 | 1011100 | 0 | 1100100 | 101010 | 100110 | 101000101 | 1100100 | 11111 |
Color Harmonies of #9E005C
Complementary color
Monochromatic Colors of #9E005C
Black with #9E005C
Text Example
Text Example
White with #9E005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E005C; }
p { color: rgb(158,0,92); }
H1.HeaderClassName
{
color: #9E005C;
}
.AnyTagClassName
{
color: #9E005C;
}
</style>
background-color css
<style>
a { background-color: #9E005C; }
a { background-color: rgb(158,0,92); }
div.DivClassName
{
background-color: #9E005C;
}
.BgClassName
{
background-color: #9E005C;
}
</style>
border-color css
<style>
span { border-color: #9E005C; }
span { border-color: rgb(158,0,92); }
td.TdClassName
{
border-color: #9E005C;
}
.TagClassName
{
border-color: #9E005C;
}
</style>