Shades of Eggplant #940359
Tints of Eggplant #940359
RGB
CMYK
RGB Variations
Color information
#940359 (or 0x940359) is known color: Eggplant. HEX triplet: 94, 03 and 59. RGB value is (148,3,89). Sum of RGB (Red+Green+Blue) = 148+3+89=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #940359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940359 is #6BFCA6. Grayscale: #373737. Windows color (decimal): -7077031 or 5833620. OLE color: 5833620.
HSL color Cylindrical-coordinate representation of color #940359: hue angle of 324.41º 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 #940359 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.42 |
| HSL | 324.41º | 0.96% | 0.3% | - |
| HSV(B) | 324.41º | 0.98% | 0.58% | - |
| XYZ | 14.05 | 7.08 | 10.08 | - |
| YUV | 56.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 89 | 0 | 0.98 | 0.40 | 0.42 | 324.41 | 0.96 | 0.3 |
| Hex | 94 | 3 | 59 | 0 | 62 | 28 | 2A | 144 | 60 | 1E |
| Octal | 224 | 3 | 131 | 0 | 142 | 50 | 52 | 504 | 140 | 36 |
| Binary | 10010100 | 11 | 1011001 | 0 | 1100010 | 101000 | 101010 | 101000100 | 1100000 | 11110 |
Color Harmonies of #940359
Complementary color
Monochromatic Colors of #940359
Black with #940359
Text Example
Text Example
White with #940359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940359; }
p { color: rgb(148,3,89); }
H1.HeaderClassName
{
color: #940359;
}
.AnyTagClassName
{
color: #940359;
}
</style>
background-color css
<style>
a { background-color: #940359; }
a { background-color: rgb(148,3,89); }
div.DivClassName
{
background-color: #940359;
}
.BgClassName
{
background-color: #940359;
}
</style>
border-color css
<style>
span { border-color: #940359; }
span { border-color: rgb(148,3,89); }
td.TdClassName
{
border-color: #940359;
}
.TagClassName
{
border-color: #940359;
}
</style>