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