Shades of Eggplant #94166C
Tints of Eggplant #94166C
RGB
CMYK
RGB Variations
Color information
#94166C (or 0x94166C) is known color: Eggplant. HEX triplet: 94, 16 and 6C. RGB value is (148,22,108). Sum of RGB (Red+Green+Blue) = 148+22+108=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94166C is #6BE993. Grayscale: #454545. Windows color (decimal): -7072148 or 7083668. OLE color: 7083668.
HSL color Cylindrical-coordinate representation of color #94166C: hue angle of 319.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94166C is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 108 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.42 |
| HSL | 319.05º | 0.74% | 0.33% | - |
| HSV(B) | 319.05º | 0.85% | 0.58% | - |
| XYZ | 15.21 | 7.95 | 14.92 | - |
| YUV | 69.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 108 | 0 | 0.85 | 0.27 | 0.42 | 319.05 | 0.74 | 0.33 |
| Hex | 94 | 16 | 6C | 0 | 55 | 1B | 2A | 13F | 4A | 21 |
| Octal | 224 | 26 | 154 | 0 | 125 | 33 | 52 | 477 | 112 | 41 |
| Binary | 10010100 | 10110 | 1101100 | 0 | 1010101 | 11011 | 101010 | 100111111 | 1001010 | 100001 |
Color Harmonies of #94166C
Complementary color
Monochromatic Colors of #94166C
Black with #94166C
Text Example
Text Example
White with #94166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94166C; }
p { color: rgb(148,22,108); }
H1.HeaderClassName
{
color: #94166C;
}
.AnyTagClassName
{
color: #94166C;
}
</style>
background-color css
<style>
a { background-color: #94166C; }
a { background-color: rgb(148,22,108); }
div.DivClassName
{
background-color: #94166C;
}
.BgClassName
{
background-color: #94166C;
}
</style>
border-color css
<style>
span { border-color: #94166C; }
span { border-color: rgb(148,22,108); }
td.TdClassName
{
border-color: #94166C;
}
.TagClassName
{
border-color: #94166C;
}
</style>