Shades of Eggplant #94166B
Tints of Eggplant #94166B
RGB
CMYK
RGB Variations
Color information
#94166B (or 0x94166B) is known color: Eggplant. HEX triplet: 94, 16 and 6B. RGB value is (148,22,107). Sum of RGB (Red+Green+Blue) = 148+22+107=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94166B is #6BE994. Grayscale: #454545. Windows color (decimal): -7072149 or 7018132. OLE color: 7018132.
HSL color Cylindrical-coordinate representation of color #94166B: hue angle of 319.52º 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 #94166B is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 107 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.42 |
| HSL | 319.52º | 0.74% | 0.33% | - |
| HSV(B) | 319.52º | 0.85% | 0.58% | - |
| XYZ | 15.15 | 7.93 | 14.64 | - |
| YUV | 69.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 107 | 0 | 0.85 | 0.28 | 0.42 | 319.52 | 0.74 | 0.33 |
| Hex | 94 | 16 | 6B | 0 | 55 | 1C | 2A | 140 | 4A | 21 |
| Octal | 224 | 26 | 153 | 0 | 125 | 34 | 52 | 500 | 112 | 41 |
| Binary | 10010100 | 10110 | 1101011 | 0 | 1010101 | 11100 | 101010 | 101000000 | 1001010 | 100001 |
Color Harmonies of #94166B
Complementary color
Monochromatic Colors of #94166B
Black with #94166B
Text Example
Text Example
White with #94166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94166B; }
p { color: rgb(148,22,107); }
H1.HeaderClassName
{
color: #94166B;
}
.AnyTagClassName
{
color: #94166B;
}
</style>
background-color css
<style>
a { background-color: #94166B; }
a { background-color: rgb(148,22,107); }
div.DivClassName
{
background-color: #94166B;
}
.BgClassName
{
background-color: #94166B;
}
</style>
border-color css
<style>
span { border-color: #94166B; }
span { border-color: rgb(148,22,107); }
td.TdClassName
{
border-color: #94166B;
}
.TagClassName
{
border-color: #94166B;
}
</style>