Shades of Eggplant #94005B
Tints of Eggplant #94005B
RGB
CMYK
RGB Variations
Color information
#94005B (or 0x94005B) is known color: Eggplant. HEX triplet: 94, 00 and 5B. RGB value is (148,0,91). Sum of RGB (Red+Green+Blue) = 148+0+91=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #94005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94005B is #6BFFA4. Grayscale: #363636. Windows color (decimal): -7077797 or 5963924. OLE color: 5963924.
HSL color Cylindrical-coordinate representation of color #94005B: hue angle of 323.11º 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 #94005B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.39 | 0.42 |
| HSL | 323.11º | 1% | 0.29% | - |
| HSV(B) | 323.11º | 1% | 0.58% | - |
| XYZ | 14.1 | 7.05 | 10.52 | - |
| YUV | 54.63 | 148.53 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 91 | 0 | 1 | 0.39 | 0.42 | 323.11 | 1 | 0.29 |
| Hex | 94 | 0 | 5B | 0 | 64 | 27 | 2A | 143 | 64 | 1D |
| Octal | 224 | 0 | 133 | 0 | 144 | 47 | 52 | 503 | 144 | 35 |
| Binary | 10010100 | 0 | 1011011 | 0 | 1100100 | 100111 | 101010 | 101000011 | 1100100 | 11101 |
Color Harmonies of #94005B
Complementary color
Monochromatic Colors of #94005B
Black with #94005B
Text Example
Text Example
White with #94005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94005B; }
p { color: rgb(148,0,91); }
H1.HeaderClassName
{
color: #94005B;
}
.AnyTagClassName
{
color: #94005B;
}
</style>
background-color css
<style>
a { background-color: #94005B; }
a { background-color: rgb(148,0,91); }
div.DivClassName
{
background-color: #94005B;
}
.BgClassName
{
background-color: #94005B;
}
</style>
border-color css
<style>
span { border-color: #94005B; }
span { border-color: rgb(148,0,91); }
td.TdClassName
{
border-color: #94005B;
}
.TagClassName
{
border-color: #94005B;
}
</style>