Shades of Eggplant #940971
Tints of Eggplant #940971
RGB
CMYK
RGB Variations
Color information
#940971 (or 0x940971) is known color: Eggplant. HEX triplet: 94, 09 and 71. RGB value is (148,9,113). Sum of RGB (Red+Green+Blue) = 148+9+113=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #940971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940971 is #6BF68E. Grayscale: #3E3E3E. Windows color (decimal): -7075471 or 7408020. OLE color: 7408020.
HSL color Cylindrical-coordinate representation of color #940971: hue angle of 315.11º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940971 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 9 | 113 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.42 |
| HSL | 315.11º | 0.89% | 0.31% | - |
| HSV(B) | 315.11º | 0.94% | 0.58% | - |
| XYZ | 15.29 | 7.68 | 16.3 | - |
| YUV | 62.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 113 | 0 | 0.94 | 0.24 | 0.42 | 315.11 | 0.89 | 0.31 |
| Hex | 94 | 9 | 71 | 0 | 5E | 18 | 2A | 13B | 59 | 1F |
| Octal | 224 | 11 | 161 | 0 | 136 | 30 | 52 | 473 | 131 | 37 |
| Binary | 10010100 | 1001 | 1110001 | 0 | 1011110 | 11000 | 101010 | 100111011 | 1011001 | 11111 |
Color Harmonies of #940971
Complementary color
Monochromatic Colors of #940971
Black with #940971
Text Example
Text Example
White with #940971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940971; }
p { color: rgb(148,9,113); }
H1.HeaderClassName
{
color: #940971;
}
.AnyTagClassName
{
color: #940971;
}
</style>
background-color css
<style>
a { background-color: #940971; }
a { background-color: rgb(148,9,113); }
div.DivClassName
{
background-color: #940971;
}
.BgClassName
{
background-color: #940971;
}
</style>
border-color css
<style>
span { border-color: #940971; }
span { border-color: rgb(148,9,113); }
td.TdClassName
{
border-color: #940971;
}
.TagClassName
{
border-color: #940971;
}
</style>