Shades of Eggplant #94136A
Tints of Eggplant #94136A
RGB
CMYK
RGB Variations
Color information
#94136A (or 0x94136A) is known color: Eggplant. HEX triplet: 94, 13 and 6A. RGB value is (148,19,106). Sum of RGB (Red+Green+Blue) = 148+19+106=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #94136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94136A is #6BEC95. Grayscale: #434343. Windows color (decimal): -7072918 or 6951828. OLE color: 6951828.
HSL color Cylindrical-coordinate representation of color #94136A: hue angle of 319.53º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94136A is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 106 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.42 |
| HSL | 319.53º | 0.77% | 0.33% | - |
| HSV(B) | 319.53º | 0.87% | 0.58% | - |
| XYZ | 15.05 | 7.8 | 14.35 | - |
| YUV | 67.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 106 | 0 | 0.87 | 0.28 | 0.42 | 319.53 | 0.77 | 0.33 |
| Hex | 94 | 13 | 6A | 0 | 57 | 1C | 2A | 140 | 4D | 21 |
| Octal | 224 | 23 | 152 | 0 | 127 | 34 | 52 | 500 | 115 | 41 |
| Binary | 10010100 | 10011 | 1101010 | 0 | 1010111 | 11100 | 101010 | 101000000 | 1001101 | 100001 |
Color Harmonies of #94136A
Complementary color
Monochromatic Colors of #94136A
Black with #94136A
Text Example
Text Example
White with #94136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94136A; }
p { color: rgb(148,19,106); }
H1.HeaderClassName
{
color: #94136A;
}
.AnyTagClassName
{
color: #94136A;
}
</style>
background-color css
<style>
a { background-color: #94136A; }
a { background-color: rgb(148,19,106); }
div.DivClassName
{
background-color: #94136A;
}
.BgClassName
{
background-color: #94136A;
}
</style>
border-color css
<style>
span { border-color: #94136A; }
span { border-color: rgb(148,19,106); }
td.TdClassName
{
border-color: #94136A;
}
.TagClassName
{
border-color: #94136A;
}
</style>