Shades of Eggplant #940256
Tints of Eggplant #940256
RGB
CMYK
RGB Variations
Color information
#940256 (or 0x940256) is known color: Eggplant. HEX triplet: 94, 02 and 56. RGB value is (148,2,86). Sum of RGB (Red+Green+Blue) = 148+2+86=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #940256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940256 is #6BFDA9. Grayscale: #373737. Windows color (decimal): -7077290 or 5636756. OLE color: 5636756.
HSL color Cylindrical-coordinate representation of color #940256: hue angle of 325.48º degrees, saturation: 0.97, 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 #940256 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.42 |
| HSL | 325.48º | 0.97% | 0.29% | - |
| HSV(B) | 325.48º | 0.99% | 0.58% | - |
| XYZ | 13.91 | 7.01 | 9.42 | - |
| YUV | 55.23 | 145.37 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 86 | 0 | 0.99 | 0.42 | 0.42 | 325.48 | 0.97 | 0.29 |
| Hex | 94 | 2 | 56 | 0 | 63 | 2A | 2A | 145 | 61 | 1D |
| Octal | 224 | 2 | 126 | 0 | 143 | 52 | 52 | 505 | 141 | 35 |
| Binary | 10010100 | 10 | 1010110 | 0 | 1100011 | 101010 | 101010 | 101000101 | 1100001 | 11101 |
Color Harmonies of #940256
Complementary color
Monochromatic Colors of #940256
Black with #940256
Text Example
Text Example
White with #940256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940256; }
p { color: rgb(148,2,86); }
H1.HeaderClassName
{
color: #940256;
}
.AnyTagClassName
{
color: #940256;
}
</style>
background-color css
<style>
a { background-color: #940256; }
a { background-color: rgb(148,2,86); }
div.DivClassName
{
background-color: #940256;
}
.BgClassName
{
background-color: #940256;
}
</style>
border-color css
<style>
span { border-color: #940256; }
span { border-color: rgb(148,2,86); }
td.TdClassName
{
border-color: #940256;
}
.TagClassName
{
border-color: #940256;
}
</style>