Shades of Eggplant #940059
Tints of Eggplant #940059
RGB
CMYK
RGB Variations
Color information
#940059 (or 0x940059) is known color: Eggplant. HEX triplet: 94, 00 and 59. RGB value is (148,0,89). Sum of RGB (Red+Green+Blue) = 148+0+89=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #940059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940059 is #6BFFA6. Grayscale: #363636. Windows color (decimal): -7077799 or 5832852. OLE color: 5832852.
HSL color Cylindrical-coordinate representation of color #940059: hue angle of 323.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940059 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.40 | 0.42 |
| HSL | 323.92º | 1% | 0.29% | - |
| HSV(B) | 323.92º | 1% | 0.58% | - |
| XYZ | 14.02 | 7.02 | 10.07 | - |
| YUV | 54.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 89 | 0 | 1 | 0.40 | 0.42 | 323.92 | 1 | 0.29 |
| Hex | 94 | 0 | 59 | 0 | 64 | 28 | 2A | 144 | 64 | 1D |
| Octal | 224 | 0 | 131 | 0 | 144 | 50 | 52 | 504 | 144 | 35 |
| Binary | 10010100 | 0 | 1011001 | 0 | 1100100 | 101000 | 101010 | 101000100 | 1100100 | 11101 |
Color Harmonies of #940059
Complementary color
Monochromatic Colors of #940059
Black with #940059
Text Example
Text Example
White with #940059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940059; }
p { color: rgb(148,0,89); }
H1.HeaderClassName
{
color: #940059;
}
.AnyTagClassName
{
color: #940059;
}
</style>
background-color css
<style>
a { background-color: #940059; }
a { background-color: rgb(148,0,89); }
div.DivClassName
{
background-color: #940059;
}
.BgClassName
{
background-color: #940059;
}
</style>
border-color css
<style>
span { border-color: #940059; }
span { border-color: rgb(148,0,89); }
td.TdClassName
{
border-color: #940059;
}
.TagClassName
{
border-color: #940059;
}
</style>