Shades of Eggplant #94106D
Tints of Eggplant #94106D
RGB
CMYK
RGB Variations
Color information
#94106D (or 0x94106D) is known color: Eggplant. HEX triplet: 94, 10 and 6D. RGB value is (148,16,109). Sum of RGB (Red+Green+Blue) = 148+16+109=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #94106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94106D is #6BEF92. Grayscale: #414141. Windows color (decimal): -7073683 or 7147668. OLE color: 7147668.
HSL color Cylindrical-coordinate representation of color #94106D: hue angle of 317.73º 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 #94106D is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 16 | 109 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.42 |
| HSL | 317.73º | 0.8% | 0.32% | - |
| HSV(B) | 317.73º | 0.89% | 0.58% | - |
| XYZ | 15.16 | 7.77 | 15.17 | - |
| YUV | 66.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 109 | 0 | 0.89 | 0.26 | 0.42 | 317.73 | 0.8 | 0.32 |
| Hex | 94 | 10 | 6D | 0 | 59 | 1A | 2A | 13E | 50 | 20 |
| Octal | 224 | 20 | 155 | 0 | 131 | 32 | 52 | 476 | 120 | 40 |
| Binary | 10010100 | 10000 | 1101101 | 0 | 1011001 | 11010 | 101010 | 100111110 | 1010000 | 100000 |
Color Harmonies of #94106D
Complementary color
Monochromatic Colors of #94106D
Black with #94106D
Text Example
Text Example
White with #94106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94106D; }
p { color: rgb(148,16,109); }
H1.HeaderClassName
{
color: #94106D;
}
.AnyTagClassName
{
color: #94106D;
}
</style>
background-color css
<style>
a { background-color: #94106D; }
a { background-color: rgb(148,16,109); }
div.DivClassName
{
background-color: #94106D;
}
.BgClassName
{
background-color: #94106D;
}
</style>
border-color css
<style>
span { border-color: #94106D; }
span { border-color: rgb(148,16,109); }
td.TdClassName
{
border-color: #94106D;
}
.TagClassName
{
border-color: #94106D;
}
</style>