Shades of Eggplant #940D66
Tints of Eggplant #940D66
RGB
CMYK
RGB Variations
Color information
#940D66 (or 0x940D66) is known color: Eggplant. HEX triplet: 94, 0D and 66. RGB value is (148,13,102). Sum of RGB (Red+Green+Blue) = 148+13+102=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #940D66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D66 is #6BF299. Grayscale: #3F3F3F. Windows color (decimal): -7074458 or 6688148. OLE color: 6688148.
HSL color Cylindrical-coordinate representation of color #940D66: hue angle of 320.44º degrees, saturation: 0.84, 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 #940D66 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 102 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.42 |
| HSL | 320.44º | 0.84% | 0.32% | - |
| HSV(B) | 320.44º | 0.91% | 0.58% | - |
| XYZ | 14.75 | 7.54 | 13.25 | - |
| YUV | 63.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 102 | 0 | 0.91 | 0.31 | 0.42 | 320.44 | 0.84 | 0.32 |
| Hex | 94 | D | 66 | 0 | 5B | 1F | 2A | 140 | 54 | 20 |
| Octal | 224 | 15 | 146 | 0 | 133 | 37 | 52 | 500 | 124 | 40 |
| Binary | 10010100 | 1101 | 1100110 | 0 | 1011011 | 11111 | 101010 | 101000000 | 1010100 | 100000 |
Color Harmonies of #940D66
Complementary color
Monochromatic Colors of #940D66
Black with #940D66
Text Example
Text Example
White with #940D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D66; }
p { color: rgb(148,13,102); }
H1.HeaderClassName
{
color: #940D66;
}
.AnyTagClassName
{
color: #940D66;
}
</style>
background-color css
<style>
a { background-color: #940D66; }
a { background-color: rgb(148,13,102); }
div.DivClassName
{
background-color: #940D66;
}
.BgClassName
{
background-color: #940D66;
}
</style>
border-color css
<style>
span { border-color: #940D66; }
span { border-color: rgb(148,13,102); }
td.TdClassName
{
border-color: #940D66;
}
.TagClassName
{
border-color: #940D66;
}
</style>