Shades of Eggplant #940776
Tints of Eggplant #940776
RGB
CMYK
RGB Variations
Color information
#940776 (or 0x940776) is known color: Eggplant. HEX triplet: 94, 07 and 76. RGB value is (148,7,118). Sum of RGB (Red+Green+Blue) = 148+7+118=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #940776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940776 is #6BF889. Grayscale: #3D3D3D. Windows color (decimal): -7075978 or 7735188. OLE color: 7735188.
HSL color Cylindrical-coordinate representation of color #940776: hue angle of 312.77º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940776 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 118 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.42 |
| HSL | 312.77º | 0.91% | 0.3% | - |
| HSV(B) | 312.77º | 0.95% | 0.58% | - |
| XYZ | 15.56 | 7.76 | 17.82 | - |
| YUV | 61.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 118 | 0 | 0.95 | 0.20 | 0.42 | 312.77 | 0.91 | 0.3 |
| Hex | 94 | 7 | 76 | 0 | 5F | 14 | 2A | 139 | 5B | 1E |
| Octal | 224 | 7 | 166 | 0 | 137 | 24 | 52 | 471 | 133 | 36 |
| Binary | 10010100 | 111 | 1110110 | 0 | 1011111 | 10100 | 101010 | 100111001 | 1011011 | 11110 |
Color Harmonies of #940776
Complementary color
Monochromatic Colors of #940776
Black with #940776
Text Example
Text Example
White with #940776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940776; }
p { color: rgb(148,7,118); }
H1.HeaderClassName
{
color: #940776;
}
.AnyTagClassName
{
color: #940776;
}
</style>
background-color css
<style>
a { background-color: #940776; }
a { background-color: rgb(148,7,118); }
div.DivClassName
{
background-color: #940776;
}
.BgClassName
{
background-color: #940776;
}
</style>
border-color css
<style>
span { border-color: #940776; }
span { border-color: rgb(148,7,118); }
td.TdClassName
{
border-color: #940776;
}
.TagClassName
{
border-color: #940776;
}
</style>