Shades of Eggplant #940076
Tints of Eggplant #940076
RGB
CMYK
RGB Variations
Color information
#940076 (or 0x940076) is known color: Eggplant. HEX triplet: 94, 00 and 76. RGB value is (148,0,118). Sum of RGB (Red+Green+Blue) = 148+0+118=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #940076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940076 is #6BFF89. Grayscale: #393939. Windows color (decimal): -7077770 or 7733396. OLE color: 7733396.
HSL color Cylindrical-coordinate representation of color #940076: hue angle of 312.16º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940076 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.20 | 0.42 |
| HSL | 312.16º | 1% | 0.29% | - |
| HSV(B) | 312.16º | 1% | 0.58% | - |
| XYZ | 15.48 | 7.6 | 17.79 | - |
| YUV | 57.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 118 | 0 | 1 | 0.20 | 0.42 | 312.16 | 1 | 0.29 |
| Hex | 94 | 0 | 76 | 0 | 64 | 14 | 2A | 138 | 64 | 1D |
| Octal | 224 | 0 | 166 | 0 | 144 | 24 | 52 | 470 | 144 | 35 |
| Binary | 10010100 | 0 | 1110110 | 0 | 1100100 | 10100 | 101010 | 100111000 | 1100100 | 11101 |
Color Harmonies of #940076
Complementary color
Monochromatic Colors of #940076
Black with #940076
Text Example
Text Example
White with #940076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940076; }
p { color: rgb(148,0,118); }
H1.HeaderClassName
{
color: #940076;
}
.AnyTagClassName
{
color: #940076;
}
</style>
background-color css
<style>
a { background-color: #940076; }
a { background-color: rgb(148,0,118); }
div.DivClassName
{
background-color: #940076;
}
.BgClassName
{
background-color: #940076;
}
</style>
border-color css
<style>
span { border-color: #940076; }
span { border-color: rgb(148,0,118); }
td.TdClassName
{
border-color: #940076;
}
.TagClassName
{
border-color: #940076;
}
</style>