Shades of Eggplant #940C73
Tints of Eggplant #940C73
RGB
CMYK
RGB Variations
Color information
#940C73 (or 0x940C73) is known color: Eggplant. HEX triplet: 94, 0C and 73. RGB value is (148,12,115). Sum of RGB (Red+Green+Blue) = 148+12+115=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #940C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C73 is #6BF38C. Grayscale: #404040. Windows color (decimal): -7074701 or 7539860. OLE color: 7539860.
HSL color Cylindrical-coordinate representation of color #940C73: hue angle of 314.56º 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 #940C73 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 115 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.42 |
| HSL | 314.56º | 0.85% | 0.31% | - |
| HSV(B) | 314.56º | 0.92% | 0.58% | - |
| XYZ | 15.44 | 7.8 | 16.91 | - |
| YUV | 64.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 115 | 0 | 0.92 | 0.22 | 0.42 | 314.56 | 0.85 | 0.31 |
| Hex | 94 | C | 73 | 0 | 5C | 16 | 2A | 13B | 55 | 1F |
| Octal | 224 | 14 | 163 | 0 | 134 | 26 | 52 | 473 | 125 | 37 |
| Binary | 10010100 | 1100 | 1110011 | 0 | 1011100 | 10110 | 101010 | 100111011 | 1010101 | 11111 |
Color Harmonies of #940C73
Complementary color
Monochromatic Colors of #940C73
Black with #940C73
Text Example
Text Example
White with #940C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C73; }
p { color: rgb(148,12,115); }
H1.HeaderClassName
{
color: #940C73;
}
.AnyTagClassName
{
color: #940C73;
}
</style>
background-color css
<style>
a { background-color: #940C73; }
a { background-color: rgb(148,12,115); }
div.DivClassName
{
background-color: #940C73;
}
.BgClassName
{
background-color: #940C73;
}
</style>
border-color css
<style>
span { border-color: #940C73; }
span { border-color: rgb(148,12,115); }
td.TdClassName
{
border-color: #940C73;
}
.TagClassName
{
border-color: #940C73;
}
</style>