Shades of Eggplant #940C74
Tints of Eggplant #940C74
RGB
CMYK
RGB Variations
Color information
#940C74 (or 0x940C74) is known color: Eggplant. HEX triplet: 94, 0C and 74. RGB value is (148,12,116). Sum of RGB (Red+Green+Blue) = 148+12+116=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #940C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C74 is #6BF38B. Grayscale: #404040. Windows color (decimal): -7074700 or 7605396. OLE color: 7605396.
HSL color Cylindrical-coordinate representation of color #940C74: hue angle of 314.12º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C74 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 116 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.42 |
| HSL | 314.12º | 0.85% | 0.31% | - |
| HSV(B) | 314.12º | 0.92% | 0.58% | - |
| XYZ | 15.5 | 7.82 | 17.22 | - |
| YUV | 64.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 116 | 0 | 0.92 | 0.22 | 0.42 | 314.12 | 0.85 | 0.31 |
| Hex | 94 | C | 74 | 0 | 5C | 16 | 2A | 13A | 55 | 1F |
| Octal | 224 | 14 | 164 | 0 | 134 | 26 | 52 | 472 | 125 | 37 |
| Binary | 10010100 | 1100 | 1110100 | 0 | 1011100 | 10110 | 101010 | 100111010 | 1010101 | 11111 |
Color Harmonies of #940C74
Complementary color
Monochromatic Colors of #940C74
Black with #940C74
Text Example
Text Example
White with #940C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C74; }
p { color: rgb(148,12,116); }
H1.HeaderClassName
{
color: #940C74;
}
.AnyTagClassName
{
color: #940C74;
}
</style>
background-color css
<style>
a { background-color: #940C74; }
a { background-color: rgb(148,12,116); }
div.DivClassName
{
background-color: #940C74;
}
.BgClassName
{
background-color: #940C74;
}
</style>
border-color css
<style>
span { border-color: #940C74; }
span { border-color: rgb(148,12,116); }
td.TdClassName
{
border-color: #940C74;
}
.TagClassName
{
border-color: #940C74;
}
</style>