Shades of Eggplant #940376
Tints of Eggplant #940376
RGB
CMYK
RGB Variations
Color information
#940376 (or 0x940376) is known color: Eggplant. HEX triplet: 94, 03 and 76. RGB value is (148,3,118). Sum of RGB (Red+Green+Blue) = 148+3+118=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #940376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940376 is #6BFC89. Grayscale: #3B3B3B. Windows color (decimal): -7077002 or 7734164. OLE color: 7734164.
HSL color Cylindrical-coordinate representation of color #940376: hue angle of 312.41º 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 #940376 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.42 |
| HSL | 312.41º | 0.96% | 0.3% | - |
| HSV(B) | 312.41º | 0.98% | 0.58% | - |
| XYZ | 15.52 | 7.67 | 17.8 | - |
| YUV | 59.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 118 | 0 | 0.98 | 0.20 | 0.42 | 312.41 | 0.96 | 0.3 |
| Hex | 94 | 3 | 76 | 0 | 62 | 14 | 2A | 138 | 60 | 1E |
| Octal | 224 | 3 | 166 | 0 | 142 | 24 | 52 | 470 | 140 | 36 |
| Binary | 10010100 | 11 | 1110110 | 0 | 1100010 | 10100 | 101010 | 100111000 | 1100000 | 11110 |
Color Harmonies of #940376
Complementary color
Monochromatic Colors of #940376
Black with #940376
Text Example
Text Example
White with #940376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940376; }
p { color: rgb(148,3,118); }
H1.HeaderClassName
{
color: #940376;
}
.AnyTagClassName
{
color: #940376;
}
</style>
background-color css
<style>
a { background-color: #940376; }
a { background-color: rgb(148,3,118); }
div.DivClassName
{
background-color: #940376;
}
.BgClassName
{
background-color: #940376;
}
</style>
border-color css
<style>
span { border-color: #940376; }
span { border-color: rgb(148,3,118); }
td.TdClassName
{
border-color: #940376;
}
.TagClassName
{
border-color: #940376;
}
</style>