Shades of Eggplant #940479
Tints of Eggplant #940479
RGB
CMYK
RGB Variations
Color information
#940479 (or 0x940479) is known color: Eggplant. HEX triplet: 94, 04 and 79. RGB value is (148,4,121). Sum of RGB (Red+Green+Blue) = 148+4+121=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #940479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940479 is #6BFB86. Grayscale: #3C3C3C. Windows color (decimal): -7076743 or 7931028. OLE color: 7931028.
HSL color Cylindrical-coordinate representation of color #940479: hue angle of 311.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940479 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 4 | 121 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.42 |
| HSL | 311.25º | 0.95% | 0.3% | - |
| HSV(B) | 311.25º | 0.97% | 0.58% | - |
| XYZ | 15.71 | 7.76 | 18.76 | - |
| YUV | 60.39 | 162.21 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 121 | 0 | 0.97 | 0.18 | 0.42 | 311.25 | 0.95 | 0.3 |
| Hex | 94 | 4 | 79 | 0 | 61 | 12 | 2A | 137 | 5F | 1E |
| Octal | 224 | 4 | 171 | 0 | 141 | 22 | 52 | 467 | 137 | 36 |
| Binary | 10010100 | 100 | 1111001 | 0 | 1100001 | 10010 | 101010 | 100110111 | 1011111 | 11110 |
Color Harmonies of #940479
Complementary color
Monochromatic Colors of #940479
Black with #940479
Text Example
Text Example
White with #940479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940479; }
p { color: rgb(148,4,121); }
H1.HeaderClassName
{
color: #940479;
}
.AnyTagClassName
{
color: #940479;
}
</style>
background-color css
<style>
a { background-color: #940479; }
a { background-color: rgb(148,4,121); }
div.DivClassName
{
background-color: #940479;
}
.BgClassName
{
background-color: #940479;
}
</style>
border-color css
<style>
span { border-color: #940479; }
span { border-color: rgb(148,4,121); }
td.TdClassName
{
border-color: #940479;
}
.TagClassName
{
border-color: #940479;
}
</style>