Shades of Eggplant #941072
Tints of Eggplant #941072
RGB
CMYK
RGB Variations
Color information
#941072 (or 0x941072) is known color: Eggplant. HEX triplet: 94, 10 and 72. RGB value is (148,16,114). Sum of RGB (Red+Green+Blue) = 148+16+114=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #941072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941072 is #6BEF8D. Grayscale: #424242. Windows color (decimal): -7073678 or 7475348. OLE color: 7475348.
HSL color Cylindrical-coordinate representation of color #941072: hue angle of 315.45º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941072 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 16 | 114 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.42 |
| HSL | 315.45º | 0.8% | 0.32% | - |
| HSV(B) | 315.45º | 0.89% | 0.58% | - |
| XYZ | 15.44 | 7.88 | 16.63 | - |
| YUV | 66.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 114 | 0 | 0.89 | 0.23 | 0.42 | 315.45 | 0.8 | 0.32 |
| Hex | 94 | 10 | 72 | 0 | 59 | 17 | 2A | 13B | 50 | 20 |
| Octal | 224 | 20 | 162 | 0 | 131 | 27 | 52 | 473 | 120 | 40 |
| Binary | 10010100 | 10000 | 1110010 | 0 | 1011001 | 10111 | 101010 | 100111011 | 1010000 | 100000 |
Color Harmonies of #941072
Complementary color
Monochromatic Colors of #941072
Black with #941072
Text Example
Text Example
White with #941072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941072; }
p { color: rgb(148,16,114); }
H1.HeaderClassName
{
color: #941072;
}
.AnyTagClassName
{
color: #941072;
}
</style>
background-color css
<style>
a { background-color: #941072; }
a { background-color: rgb(148,16,114); }
div.DivClassName
{
background-color: #941072;
}
.BgClassName
{
background-color: #941072;
}
</style>
border-color css
<style>
span { border-color: #941072; }
span { border-color: rgb(148,16,114); }
td.TdClassName
{
border-color: #941072;
}
.TagClassName
{
border-color: #941072;
}
</style>