Shades of Eggplant #940972
Tints of Eggplant #940972
RGB
CMYK
RGB Variations
Color information
#940972 (or 0x940972) is known color: Eggplant. HEX triplet: 94, 09 and 72. RGB value is (148,9,114). Sum of RGB (Red+Green+Blue) = 148+9+114=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #940972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940972 is #6BF68D. Grayscale: #3E3E3E. Windows color (decimal): -7075470 or 7473556. OLE color: 7473556.
HSL color Cylindrical-coordinate representation of color #940972: hue angle of 314.68º 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 #940972 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 9 | 114 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.42 |
| HSL | 314.68º | 0.89% | 0.31% | - |
| HSV(B) | 314.68º | 0.94% | 0.58% | - |
| XYZ | 15.35 | 7.71 | 16.6 | - |
| YUV | 62.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 114 | 0 | 0.94 | 0.23 | 0.42 | 314.68 | 0.89 | 0.31 |
| Hex | 94 | 9 | 72 | 0 | 5E | 17 | 2A | 13B | 59 | 1F |
| Octal | 224 | 11 | 162 | 0 | 136 | 27 | 52 | 473 | 131 | 37 |
| Binary | 10010100 | 1001 | 1110010 | 0 | 1011110 | 10111 | 101010 | 100111011 | 1011001 | 11111 |
Color Harmonies of #940972
Complementary color
Monochromatic Colors of #940972
Black with #940972
Text Example
Text Example
White with #940972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940972; }
p { color: rgb(148,9,114); }
H1.HeaderClassName
{
color: #940972;
}
.AnyTagClassName
{
color: #940972;
}
</style>
background-color css
<style>
a { background-color: #940972; }
a { background-color: rgb(148,9,114); }
div.DivClassName
{
background-color: #940972;
}
.BgClassName
{
background-color: #940972;
}
</style>
border-color css
<style>
span { border-color: #940972; }
span { border-color: rgb(148,9,114); }
td.TdClassName
{
border-color: #940972;
}
.TagClassName
{
border-color: #940972;
}
</style>