Shades of Eggplant #940E6C
Tints of Eggplant #940E6C
RGB
CMYK
RGB Variations
Color information
#940E6C (or 0x940E6C) is known color: Eggplant. HEX triplet: 94, 0E and 6C. RGB value is (148,14,108). Sum of RGB (Red+Green+Blue) = 148+14+108=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #940E6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E6C is #6BF193. Grayscale: #404040. Windows color (decimal): -7074196 or 7081620. OLE color: 7081620.
HSL color Cylindrical-coordinate representation of color #940E6C: hue angle of 317.91º 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 #940E6C is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 108 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.42 |
| HSL | 317.91º | 0.83% | 0.32% | - |
| HSV(B) | 317.91º | 0.91% | 0.58% | - |
| XYZ | 15.08 | 7.69 | 14.88 | - |
| YUV | 64.78 | 152.39 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 108 | 0 | 0.91 | 0.27 | 0.42 | 317.91 | 0.83 | 0.32 |
| Hex | 94 | E | 6C | 0 | 5B | 1B | 2A | 13E | 53 | 20 |
| Octal | 224 | 16 | 154 | 0 | 133 | 33 | 52 | 476 | 123 | 40 |
| Binary | 10010100 | 1110 | 1101100 | 0 | 1011011 | 11011 | 101010 | 100111110 | 1010011 | 100000 |
Color Harmonies of #940E6C
Complementary color
Monochromatic Colors of #940E6C
Black with #940E6C
Text Example
Text Example
White with #940E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E6C; }
p { color: rgb(148,14,108); }
H1.HeaderClassName
{
color: #940E6C;
}
.AnyTagClassName
{
color: #940E6C;
}
</style>
background-color css
<style>
a { background-color: #940E6C; }
a { background-color: rgb(148,14,108); }
div.DivClassName
{
background-color: #940E6C;
}
.BgClassName
{
background-color: #940E6C;
}
</style>
border-color css
<style>
span { border-color: #940E6C; }
span { border-color: rgb(148,14,108); }
td.TdClassName
{
border-color: #940E6C;
}
.TagClassName
{
border-color: #940E6C;
}
</style>