Shades of Eggplant #940276
Tints of Eggplant #940276
RGB
CMYK
RGB Variations
Color information
#940276 (or 0x940276) is known color: Eggplant. HEX triplet: 94, 02 and 76. RGB value is (148,2,118). Sum of RGB (Red+Green+Blue) = 148+2+118=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940276 is #6BFD89. Grayscale: #3A3A3A. Windows color (decimal): -7077258 or 7733908. OLE color: 7733908.
HSL color Cylindrical-coordinate representation of color #940276: hue angle of 312.33º 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 #940276 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.42 |
| HSL | 312.33º | 0.97% | 0.29% | - |
| HSV(B) | 312.33º | 0.99% | 0.58% | - |
| XYZ | 15.5 | 7.65 | 17.8 | - |
| YUV | 58.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 118 | 0 | 0.99 | 0.20 | 0.42 | 312.33 | 0.97 | 0.29 |
| Hex | 94 | 2 | 76 | 0 | 63 | 14 | 2A | 138 | 61 | 1D |
| Octal | 224 | 2 | 166 | 0 | 143 | 24 | 52 | 470 | 141 | 35 |
| Binary | 10010100 | 10 | 1110110 | 0 | 1100011 | 10100 | 101010 | 100111000 | 1100001 | 11101 |
Color Harmonies of #940276
Complementary color
Monochromatic Colors of #940276
Black with #940276
Text Example
Text Example
White with #940276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940276; }
p { color: rgb(148,2,118); }
H1.HeaderClassName
{
color: #940276;
}
.AnyTagClassName
{
color: #940276;
}
</style>
background-color css
<style>
a { background-color: #940276; }
a { background-color: rgb(148,2,118); }
div.DivClassName
{
background-color: #940276;
}
.BgClassName
{
background-color: #940276;
}
</style>
border-color css
<style>
span { border-color: #940276; }
span { border-color: rgb(148,2,118); }
td.TdClassName
{
border-color: #940276;
}
.TagClassName
{
border-color: #940276;
}
</style>