Shades of Eggplant #930E5E
Tints of Eggplant #930E5E
RGB
CMYK
RGB Variations
Color information
#930E5E (or 0x930E5E) is known color: Eggplant. HEX triplet: 93, 0E and 5E. RGB value is (147,14,94). Sum of RGB (Red+Green+Blue) = 147+14+94=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #930E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930E5E is #6CF1A1. Grayscale: #3E3E3E. Windows color (decimal): -7139746 or 6164115. OLE color: 6164115.
HSL color Cylindrical-coordinate representation of color #930E5E: hue angle of 323.91º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E5E is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 14 | 94 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.42 |
| HSL | 323.91º | 0.83% | 0.32% | - |
| HSV(B) | 323.91º | 0.9% | 0.58% | - |
| XYZ | 14.21 | 7.33 | 11.25 | - |
| YUV | 62.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 94 | 0 | 0.90 | 0.36 | 0.42 | 323.91 | 0.83 | 0.32 |
| Hex | 93 | E | 5E | 0 | 5A | 24 | 2A | 144 | 53 | 20 |
| Octal | 223 | 16 | 136 | 0 | 132 | 44 | 52 | 504 | 123 | 40 |
| Binary | 10010011 | 1110 | 1011110 | 0 | 1011010 | 100100 | 101010 | 101000100 | 1010011 | 100000 |
Color Harmonies of #930E5E
Complementary color
Monochromatic Colors of #930E5E
Black with #930E5E
Text Example
Text Example
White with #930E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930E5E; }
p { color: rgb(147,14,94); }
H1.HeaderClassName
{
color: #930E5E;
}
.AnyTagClassName
{
color: #930E5E;
}
</style>
background-color css
<style>
a { background-color: #930E5E; }
a { background-color: rgb(147,14,94); }
div.DivClassName
{
background-color: #930E5E;
}
.BgClassName
{
background-color: #930E5E;
}
</style>
border-color css
<style>
span { border-color: #930E5E; }
span { border-color: rgb(147,14,94); }
td.TdClassName
{
border-color: #930E5E;
}
.TagClassName
{
border-color: #930E5E;
}
</style>