Shades of Eggplant #940E6D
Tints of Eggplant #940E6D
RGB
CMYK
RGB Variations
Color information
#940E6D (or 0x940E6D) is known color: Eggplant. HEX triplet: 94, 0E and 6D. RGB value is (148,14,109). Sum of RGB (Red+Green+Blue) = 148+14+109=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #940E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E6D is #6BF192. Grayscale: #404040. Windows color (decimal): -7074195 or 7147156. OLE color: 7147156.
HSL color Cylindrical-coordinate representation of color #940E6D: hue angle of 317.46º 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 #940E6D is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 109 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.42 |
| HSL | 317.46º | 0.83% | 0.32% | - |
| HSV(B) | 317.46º | 0.91% | 0.58% | - |
| XYZ | 15.13 | 7.71 | 15.16 | - |
| YUV | 64.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 109 | 0 | 0.91 | 0.26 | 0.42 | 317.46 | 0.83 | 0.32 |
| Hex | 94 | E | 6D | 0 | 5B | 1A | 2A | 13D | 53 | 20 |
| Octal | 224 | 16 | 155 | 0 | 133 | 32 | 52 | 475 | 123 | 40 |
| Binary | 10010100 | 1110 | 1101101 | 0 | 1011011 | 11010 | 101010 | 100111101 | 1010011 | 100000 |
Color Harmonies of #940E6D
Complementary color
Monochromatic Colors of #940E6D
Black with #940E6D
Text Example
Text Example
White with #940E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E6D; }
p { color: rgb(148,14,109); }
H1.HeaderClassName
{
color: #940E6D;
}
.AnyTagClassName
{
color: #940E6D;
}
</style>
background-color css
<style>
a { background-color: #940E6D; }
a { background-color: rgb(148,14,109); }
div.DivClassName
{
background-color: #940E6D;
}
.BgClassName
{
background-color: #940E6D;
}
</style>
border-color css
<style>
span { border-color: #940E6D; }
span { border-color: rgb(148,14,109); }
td.TdClassName
{
border-color: #940E6D;
}
.TagClassName
{
border-color: #940E6D;
}
</style>