Shades of Eggplant #940373
Tints of Eggplant #940373
RGB
CMYK
RGB Variations
Color information
#940373 (or 0x940373) is known color: Eggplant. HEX triplet: 94, 03 and 73. RGB value is (148,3,115). Sum of RGB (Red+Green+Blue) = 148+3+115=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #940373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940373 is #6BFC8C. Grayscale: #3A3A3A. Windows color (decimal): -7077005 or 7537556. OLE color: 7537556.
HSL color Cylindrical-coordinate representation of color #940373: hue angle of 313.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940373 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 115 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.42 |
| HSL | 313.66º | 0.96% | 0.3% | - |
| HSV(B) | 313.66º | 0.98% | 0.58% | - |
| XYZ | 15.34 | 7.6 | 16.88 | - |
| YUV | 59.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 115 | 0 | 0.98 | 0.22 | 0.42 | 313.66 | 0.96 | 0.3 |
| Hex | 94 | 3 | 73 | 0 | 62 | 16 | 2A | 13A | 60 | 1E |
| Octal | 224 | 3 | 163 | 0 | 142 | 26 | 52 | 472 | 140 | 36 |
| Binary | 10010100 | 11 | 1110011 | 0 | 1100010 | 10110 | 101010 | 100111010 | 1100000 | 11110 |
Color Harmonies of #940373
Complementary color
Monochromatic Colors of #940373
Black with #940373
Text Example
Text Example
White with #940373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940373; }
p { color: rgb(148,3,115); }
H1.HeaderClassName
{
color: #940373;
}
.AnyTagClassName
{
color: #940373;
}
</style>
background-color css
<style>
a { background-color: #940373; }
a { background-color: rgb(148,3,115); }
div.DivClassName
{
background-color: #940373;
}
.BgClassName
{
background-color: #940373;
}
</style>
border-color css
<style>
span { border-color: #940373; }
span { border-color: rgb(148,3,115); }
td.TdClassName
{
border-color: #940373;
}
.TagClassName
{
border-color: #940373;
}
</style>