Shades of Eggplant #940E5E
Tints of Eggplant #940E5E
RGB
CMYK
RGB Variations
Color information
#940E5E (or 0x940E5E) is known color: Eggplant. HEX triplet: 94, 0E and 5E. RGB value is (148,14,94). Sum of RGB (Red+Green+Blue) = 148+14+94=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #940E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E5E is #6BF1A1. Grayscale: #3F3F3F. Windows color (decimal): -7074210 or 6164116. OLE color: 6164116.
HSL color Cylindrical-coordinate representation of color #940E5E: hue angle of 324.18º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E5E is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 94 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.42 |
| HSL | 324.18º | 0.83% | 0.32% | - |
| HSV(B) | 324.18º | 0.91% | 0.58% | - |
| XYZ | 14.39 | 7.42 | 11.26 | - |
| YUV | 63.19 | 145.39 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 94 | 0 | 0.91 | 0.36 | 0.42 | 324.18 | 0.83 | 0.32 |
| Hex | 94 | E | 5E | 0 | 5B | 24 | 2A | 144 | 53 | 20 |
| Octal | 224 | 16 | 136 | 0 | 133 | 44 | 52 | 504 | 123 | 40 |
| Binary | 10010100 | 1110 | 1011110 | 0 | 1011011 | 100100 | 101010 | 101000100 | 1010011 | 100000 |
Color Harmonies of #940E5E
Complementary color
Monochromatic Colors of #940E5E
Black with #940E5E
Text Example
Text Example
White with #940E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E5E; }
p { color: rgb(148,14,94); }
H1.HeaderClassName
{
color: #940E5E;
}
.AnyTagClassName
{
color: #940E5E;
}
</style>
background-color css
<style>
a { background-color: #940E5E; }
a { background-color: rgb(148,14,94); }
div.DivClassName
{
background-color: #940E5E;
}
.BgClassName
{
background-color: #940E5E;
}
</style>
border-color css
<style>
span { border-color: #940E5E; }
span { border-color: rgb(148,14,94); }
td.TdClassName
{
border-color: #940E5E;
}
.TagClassName
{
border-color: #940E5E;
}
</style>