Shades of Eggplant #940372
Tints of Eggplant #940372
RGB
CMYK
RGB Variations
Color information
#940372 (or 0x940372) is known color: Eggplant. HEX triplet: 94, 03 and 72. RGB value is (148,3,114). Sum of RGB (Red+Green+Blue) = 148+3+114=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #940372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940372 is #6BFC8D. Grayscale: #3A3A3A. Windows color (decimal): -7077006 or 7472020. OLE color: 7472020.
HSL color Cylindrical-coordinate representation of color #940372: hue angle of 314.07º 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 #940372 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.42 |
| HSL | 314.07º | 0.96% | 0.3% | - |
| HSV(B) | 314.07º | 0.98% | 0.58% | - |
| XYZ | 15.28 | 7.58 | 16.58 | - |
| YUV | 59.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 114 | 0 | 0.98 | 0.23 | 0.42 | 314.07 | 0.96 | 0.3 |
| Hex | 94 | 3 | 72 | 0 | 62 | 17 | 2A | 13A | 60 | 1E |
| Octal | 224 | 3 | 162 | 0 | 142 | 27 | 52 | 472 | 140 | 36 |
| Binary | 10010100 | 11 | 1110010 | 0 | 1100010 | 10111 | 101010 | 100111010 | 1100000 | 11110 |
Color Harmonies of #940372
Complementary color
Monochromatic Colors of #940372
Black with #940372
Text Example
Text Example
White with #940372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940372; }
p { color: rgb(148,3,114); }
H1.HeaderClassName
{
color: #940372;
}
.AnyTagClassName
{
color: #940372;
}
</style>
background-color css
<style>
a { background-color: #940372; }
a { background-color: rgb(148,3,114); }
div.DivClassName
{
background-color: #940372;
}
.BgClassName
{
background-color: #940372;
}
</style>
border-color css
<style>
span { border-color: #940372; }
span { border-color: rgb(148,3,114); }
td.TdClassName
{
border-color: #940372;
}
.TagClassName
{
border-color: #940372;
}
</style>