Shades of Eggplant #940379
Tints of Eggplant #940379
RGB
CMYK
RGB Variations
Color information
#940379 (or 0x940379) is known color: Eggplant. HEX triplet: 94, 03 and 79. RGB value is (148,3,121). Sum of RGB (Red+Green+Blue) = 148+3+121=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #940379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940379 is #6BFC86. Grayscale: #3B3B3B. Windows color (decimal): -7076999 or 7930772. OLE color: 7930772.
HSL color Cylindrical-coordinate representation of color #940379: hue angle of 311.17º 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 #940379 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.42 |
| HSL | 311.17º | 0.96% | 0.3% | - |
| HSV(B) | 311.17º | 0.98% | 0.58% | - |
| XYZ | 15.7 | 7.74 | 18.76 | - |
| YUV | 59.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 121 | 0 | 0.98 | 0.18 | 0.42 | 311.17 | 0.96 | 0.3 |
| Hex | 94 | 3 | 79 | 0 | 62 | 12 | 2A | 137 | 60 | 1E |
| Octal | 224 | 3 | 171 | 0 | 142 | 22 | 52 | 467 | 140 | 36 |
| Binary | 10010100 | 11 | 1111001 | 0 | 1100010 | 10010 | 101010 | 100110111 | 1100000 | 11110 |
Color Harmonies of #940379
Complementary color
Monochromatic Colors of #940379
Black with #940379
Text Example
Text Example
White with #940379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940379; }
p { color: rgb(148,3,121); }
H1.HeaderClassName
{
color: #940379;
}
.AnyTagClassName
{
color: #940379;
}
</style>
background-color css
<style>
a { background-color: #940379; }
a { background-color: rgb(148,3,121); }
div.DivClassName
{
background-color: #940379;
}
.BgClassName
{
background-color: #940379;
}
</style>
border-color css
<style>
span { border-color: #940379; }
span { border-color: rgb(148,3,121); }
td.TdClassName
{
border-color: #940379;
}
.TagClassName
{
border-color: #940379;
}
</style>