Shades of Eggplant #940356
Tints of Eggplant #940356
RGB
CMYK
RGB Variations
Color information
#940356 (or 0x940356) is known color: Eggplant. HEX triplet: 94, 03 and 56. RGB value is (148,3,86). Sum of RGB (Red+Green+Blue) = 148+3+86=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #940356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940356 is #6BFCA9. Grayscale: #373737. Windows color (decimal): -7077034 or 5637012. OLE color: 5637012.
HSL color Cylindrical-coordinate representation of color #940356: hue angle of 325.66º 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 #940356 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.42 |
| HSL | 325.66º | 0.96% | 0.3% | - |
| HSV(B) | 325.66º | 0.98% | 0.58% | - |
| XYZ | 13.93 | 7.03 | 9.43 | - |
| YUV | 55.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 86 | 0 | 0.98 | 0.42 | 0.42 | 325.66 | 0.96 | 0.3 |
| Hex | 94 | 3 | 56 | 0 | 62 | 2A | 2A | 146 | 60 | 1E |
| Octal | 224 | 3 | 126 | 0 | 142 | 52 | 52 | 506 | 140 | 36 |
| Binary | 10010100 | 11 | 1010110 | 0 | 1100010 | 101010 | 101010 | 101000110 | 1100000 | 11110 |
Color Harmonies of #940356
Complementary color
Monochromatic Colors of #940356
Black with #940356
Text Example
Text Example
White with #940356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940356; }
p { color: rgb(148,3,86); }
H1.HeaderClassName
{
color: #940356;
}
.AnyTagClassName
{
color: #940356;
}
</style>
background-color css
<style>
a { background-color: #940356; }
a { background-color: rgb(148,3,86); }
div.DivClassName
{
background-color: #940356;
}
.BgClassName
{
background-color: #940356;
}
</style>
border-color css
<style>
span { border-color: #940356; }
span { border-color: rgb(148,3,86); }
td.TdClassName
{
border-color: #940356;
}
.TagClassName
{
border-color: #940356;
}
</style>