Shades of Eggplant #940D74
Tints of Eggplant #940D74
RGB
CMYK
RGB Variations
Color information
#940D74 (or 0x940D74) is known color: Eggplant. HEX triplet: 94, 0D and 74. RGB value is (148,13,116). Sum of RGB (Red+Green+Blue) = 148+13+116=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #940D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D74 is #6BF28B. Grayscale: #404040. Windows color (decimal): -7074444 or 7605652. OLE color: 7605652.
HSL color Cylindrical-coordinate representation of color #940D74: hue angle of 314.22º 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 #940D74 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 116 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.42 |
| HSL | 314.22º | 0.84% | 0.32% | - |
| HSV(B) | 314.22º | 0.91% | 0.58% | - |
| XYZ | 15.51 | 7.84 | 17.22 | - |
| YUV | 65.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 116 | 0 | 0.91 | 0.22 | 0.42 | 314.22 | 0.84 | 0.32 |
| Hex | 94 | D | 74 | 0 | 5B | 16 | 2A | 13A | 54 | 20 |
| Octal | 224 | 15 | 164 | 0 | 133 | 26 | 52 | 472 | 124 | 40 |
| Binary | 10010100 | 1101 | 1110100 | 0 | 1011011 | 10110 | 101010 | 100111010 | 1010100 | 100000 |
Color Harmonies of #940D74
Complementary color
Monochromatic Colors of #940D74
Black with #940D74
Text Example
Text Example
White with #940D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D74; }
p { color: rgb(148,13,116); }
H1.HeaderClassName
{
color: #940D74;
}
.AnyTagClassName
{
color: #940D74;
}
</style>
background-color css
<style>
a { background-color: #940D74; }
a { background-color: rgb(148,13,116); }
div.DivClassName
{
background-color: #940D74;
}
.BgClassName
{
background-color: #940D74;
}
</style>
border-color css
<style>
span { border-color: #940D74; }
span { border-color: rgb(148,13,116); }
td.TdClassName
{
border-color: #940D74;
}
.TagClassName
{
border-color: #940D74;
}
</style>