Shades of Eggplant #94005D
Tints of Eggplant #94005D
RGB
CMYK
RGB Variations
Color information
#94005D (or 0x94005D) is known color: Eggplant. HEX triplet: 94, 00 and 5D. RGB value is (148,0,93). Sum of RGB (Red+Green+Blue) = 148+0+93=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94005D is #6BFFA2. Grayscale: #363636. Windows color (decimal): -7077795 or 6094996. OLE color: 6094996.
HSL color Cylindrical-coordinate representation of color #94005D: hue angle of 322.3º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94005D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.37 | 0.42 |
| HSL | 322.3º | 1% | 0.29% | - |
| HSV(B) | 322.3º | 1% | 0.58% | - |
| XYZ | 14.19 | 7.09 | 10.98 | - |
| YUV | 54.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 93 | 0 | 1 | 0.37 | 0.42 | 322.3 | 1 | 0.29 |
| Hex | 94 | 0 | 5D | 0 | 64 | 25 | 2A | 142 | 64 | 1D |
| Octal | 224 | 0 | 135 | 0 | 144 | 45 | 52 | 502 | 144 | 35 |
| Binary | 10010100 | 0 | 1011101 | 0 | 1100100 | 100101 | 101010 | 101000010 | 1100100 | 11101 |
Color Harmonies of #94005D
Complementary color
Monochromatic Colors of #94005D
Black with #94005D
Text Example
Text Example
White with #94005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94005D; }
p { color: rgb(148,0,93); }
H1.HeaderClassName
{
color: #94005D;
}
.AnyTagClassName
{
color: #94005D;
}
</style>
background-color css
<style>
a { background-color: #94005D; }
a { background-color: rgb(148,0,93); }
div.DivClassName
{
background-color: #94005D;
}
.BgClassName
{
background-color: #94005D;
}
</style>
border-color css
<style>
span { border-color: #94005D; }
span { border-color: rgb(148,0,93); }
td.TdClassName
{
border-color: #94005D;
}
.TagClassName
{
border-color: #94005D;
}
</style>