Shades of Eggplant #94146A
Tints of Eggplant #94146A
RGB
CMYK
RGB Variations
Color information
#94146A (or 0x94146A) is known color: Eggplant. HEX triplet: 94, 14 and 6A. RGB value is (148,20,106). Sum of RGB (Red+Green+Blue) = 148+20+106=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94146A is #6BEB95. Grayscale: #434343. Windows color (decimal): -7072662 or 6952084. OLE color: 6952084.
HSL color Cylindrical-coordinate representation of color #94146A: hue angle of 319.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94146A is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 106 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.42 |
| HSL | 319.69º | 0.76% | 0.33% | - |
| HSV(B) | 319.69º | 0.86% | 0.58% | - |
| XYZ | 15.06 | 7.84 | 14.35 | - |
| YUV | 68.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 106 | 0 | 0.86 | 0.28 | 0.42 | 319.69 | 0.76 | 0.33 |
| Hex | 94 | 14 | 6A | 0 | 56 | 1C | 2A | 140 | 4C | 21 |
| Octal | 224 | 24 | 152 | 0 | 126 | 34 | 52 | 500 | 114 | 41 |
| Binary | 10010100 | 10100 | 1101010 | 0 | 1010110 | 11100 | 101010 | 101000000 | 1001100 | 100001 |
Color Harmonies of #94146A
Complementary color
Monochromatic Colors of #94146A
Black with #94146A
Text Example
Text Example
White with #94146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94146A; }
p { color: rgb(148,20,106); }
H1.HeaderClassName
{
color: #94146A;
}
.AnyTagClassName
{
color: #94146A;
}
</style>
background-color css
<style>
a { background-color: #94146A; }
a { background-color: rgb(148,20,106); }
div.DivClassName
{
background-color: #94146A;
}
.BgClassName
{
background-color: #94146A;
}
</style>
border-color css
<style>
span { border-color: #94146A; }
span { border-color: rgb(148,20,106); }
td.TdClassName
{
border-color: #94146A;
}
.TagClassName
{
border-color: #94146A;
}
</style>