Shades of Eggplant #940D76
Tints of Eggplant #940D76
RGB
CMYK
RGB Variations
Color information
#940D76 (or 0x940D76) is known color: Eggplant. HEX triplet: 94, 0D and 76. RGB value is (148,13,118). Sum of RGB (Red+Green+Blue) = 148+13+118=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #940D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D76 is #6BF289. Grayscale: #414141. Windows color (decimal): -7074442 or 7736724. OLE color: 7736724.
HSL color Cylindrical-coordinate representation of color #940D76: hue angle of 313.33º 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 #940D76 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 118 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.42 |
| HSL | 313.33º | 0.84% | 0.32% | - |
| HSV(B) | 313.33º | 0.91% | 0.58% | - |
| XYZ | 15.63 | 7.89 | 17.84 | - |
| YUV | 65.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 118 | 0 | 0.91 | 0.20 | 0.42 | 313.33 | 0.84 | 0.32 |
| Hex | 94 | D | 76 | 0 | 5B | 14 | 2A | 139 | 54 | 20 |
| Octal | 224 | 15 | 166 | 0 | 133 | 24 | 52 | 471 | 124 | 40 |
| Binary | 10010100 | 1101 | 1110110 | 0 | 1011011 | 10100 | 101010 | 100111001 | 1010100 | 100000 |
Color Harmonies of #940D76
Complementary color
Monochromatic Colors of #940D76
Black with #940D76
Text Example
Text Example
White with #940D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D76; }
p { color: rgb(148,13,118); }
H1.HeaderClassName
{
color: #940D76;
}
.AnyTagClassName
{
color: #940D76;
}
</style>
background-color css
<style>
a { background-color: #940D76; }
a { background-color: rgb(148,13,118); }
div.DivClassName
{
background-color: #940D76;
}
.BgClassName
{
background-color: #940D76;
}
</style>
border-color css
<style>
span { border-color: #940D76; }
span { border-color: rgb(148,13,118); }
td.TdClassName
{
border-color: #940D76;
}
.TagClassName
{
border-color: #940D76;
}
</style>