Shades of Eggplant #940364
Tints of Eggplant #940364
RGB
CMYK
RGB Variations
Color information
#940364 (or 0x940364) is known color: Eggplant. HEX triplet: 94, 03 and 64. RGB value is (148,3,100). Sum of RGB (Red+Green+Blue) = 148+3+100=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #940364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940364 is #6BFC9B. Grayscale: #393939. Windows color (decimal): -7077020 or 6554516. OLE color: 6554516.
HSL color Cylindrical-coordinate representation of color #940364: hue angle of 319.86º 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 #940364 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 100 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.42 |
| HSL | 319.86º | 0.96% | 0.3% | - |
| HSV(B) | 319.86º | 0.98% | 0.58% | - |
| XYZ | 14.55 | 7.28 | 12.7 | - |
| YUV | 57.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 100 | 0 | 0.98 | 0.32 | 0.42 | 319.86 | 0.96 | 0.3 |
| Hex | 94 | 3 | 64 | 0 | 62 | 20 | 2A | 140 | 60 | 1E |
| Octal | 224 | 3 | 144 | 0 | 142 | 40 | 52 | 500 | 140 | 36 |
| Binary | 10010100 | 11 | 1100100 | 0 | 1100010 | 100000 | 101010 | 101000000 | 1100000 | 11110 |
Color Harmonies of #940364
Complementary color
Monochromatic Colors of #940364
Black with #940364
Text Example
Text Example
White with #940364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940364; }
p { color: rgb(148,3,100); }
H1.HeaderClassName
{
color: #940364;
}
.AnyTagClassName
{
color: #940364;
}
</style>
background-color css
<style>
a { background-color: #940364; }
a { background-color: rgb(148,3,100); }
div.DivClassName
{
background-color: #940364;
}
.BgClassName
{
background-color: #940364;
}
</style>
border-color css
<style>
span { border-color: #940364; }
span { border-color: rgb(148,3,100); }
td.TdClassName
{
border-color: #940364;
}
.TagClassName
{
border-color: #940364;
}
</style>