Shades of Eggplant #940E69
Tints of Eggplant #940E69
RGB
CMYK
RGB Variations
Color information
#940E69 (or 0x940E69) is known color: Eggplant. HEX triplet: 94, 0E and 69. RGB value is (148,14,105). Sum of RGB (Red+Green+Blue) = 148+14+105=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #940E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E69 is #6BF196. Grayscale: #404040. Windows color (decimal): -7074199 or 6885012. OLE color: 6885012.
HSL color Cylindrical-coordinate representation of color #940E69: hue angle of 319.25º 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 #940E69 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 105 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.42 |
| HSL | 319.25º | 0.83% | 0.32% | - |
| HSV(B) | 319.25º | 0.91% | 0.58% | - |
| XYZ | 14.92 | 7.63 | 14.05 | - |
| YUV | 64.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 105 | 0 | 0.91 | 0.29 | 0.42 | 319.25 | 0.83 | 0.32 |
| Hex | 94 | E | 69 | 0 | 5B | 1D | 2A | 13F | 53 | 20 |
| Octal | 224 | 16 | 151 | 0 | 133 | 35 | 52 | 477 | 123 | 40 |
| Binary | 10010100 | 1110 | 1101001 | 0 | 1011011 | 11101 | 101010 | 100111111 | 1010011 | 100000 |
Color Harmonies of #940E69
Complementary color
Monochromatic Colors of #940E69
Black with #940E69
Text Example
Text Example
White with #940E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E69; }
p { color: rgb(148,14,105); }
H1.HeaderClassName
{
color: #940E69;
}
.AnyTagClassName
{
color: #940E69;
}
</style>
background-color css
<style>
a { background-color: #940E69; }
a { background-color: rgb(148,14,105); }
div.DivClassName
{
background-color: #940E69;
}
.BgClassName
{
background-color: #940E69;
}
</style>
border-color css
<style>
span { border-color: #940E69; }
span { border-color: rgb(148,14,105); }
td.TdClassName
{
border-color: #940E69;
}
.TagClassName
{
border-color: #940E69;
}
</style>