Shades of Eggplant #940377
Tints of Eggplant #940377
RGB
CMYK
RGB Variations
Color information
#940377 (or 0x940377) is known color: Eggplant. HEX triplet: 94, 03 and 77. RGB value is (148,3,119). Sum of RGB (Red+Green+Blue) = 148+3+119=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #940377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940377 is #6BFC88. Grayscale: #3B3B3B. Windows color (decimal): -7077001 or 7799700. OLE color: 7799700.
HSL color Cylindrical-coordinate representation of color #940377: hue angle of 312º 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 #940377 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.42 |
| HSL | 312º | 0.96% | 0.3% | - |
| HSV(B) | 312º | 0.98% | 0.58% | - |
| XYZ | 15.58 | 7.69 | 18.12 | - |
| YUV | 59.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 119 | 0 | 0.98 | 0.20 | 0.42 | 312 | 0.96 | 0.3 |
| Hex | 94 | 3 | 77 | 0 | 62 | 14 | 2A | 138 | 60 | 1E |
| Octal | 224 | 3 | 167 | 0 | 142 | 24 | 52 | 470 | 140 | 36 |
| Binary | 10010100 | 11 | 1110111 | 0 | 1100010 | 10100 | 101010 | 100111000 | 1100000 | 11110 |
Color Harmonies of #940377
Complementary color
Monochromatic Colors of #940377
Black with #940377
Text Example
Text Example
White with #940377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940377; }
p { color: rgb(148,3,119); }
H1.HeaderClassName
{
color: #940377;
}
.AnyTagClassName
{
color: #940377;
}
</style>
background-color css
<style>
a { background-color: #940377; }
a { background-color: rgb(148,3,119); }
div.DivClassName
{
background-color: #940377;
}
.BgClassName
{
background-color: #940377;
}
</style>
border-color css
<style>
span { border-color: #940377; }
span { border-color: rgb(148,3,119); }
td.TdClassName
{
border-color: #940377;
}
.TagClassName
{
border-color: #940377;
}
</style>