Shades of Eggplant #940063
Tints of Eggplant #940063
RGB
CMYK
RGB Variations
Color information
#940063 (or 0x940063) is known color: Eggplant. HEX triplet: 94, 00 and 63. RGB value is (148,0,99). Sum of RGB (Red+Green+Blue) = 148+0+99=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #940063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940063 is #6BFF9C. Grayscale: #373737. Windows color (decimal): -7077789 or 6488212. OLE color: 6488212.
HSL color Cylindrical-coordinate representation of color #940063: hue angle of 319.86º 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 #940063 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.33 | 0.42 |
| HSL | 319.86º | 1% | 0.29% | - |
| HSV(B) | 319.86º | 1% | 0.58% | - |
| XYZ | 14.46 | 7.2 | 12.43 | - |
| YUV | 55.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 99 | 0 | 1 | 0.33 | 0.42 | 319.86 | 1 | 0.29 |
| Hex | 94 | 0 | 63 | 0 | 64 | 21 | 2A | 140 | 64 | 1D |
| Octal | 224 | 0 | 143 | 0 | 144 | 41 | 52 | 500 | 144 | 35 |
| Binary | 10010100 | 0 | 1100011 | 0 | 1100100 | 100001 | 101010 | 101000000 | 1100100 | 11101 |
Color Harmonies of #940063
Complementary color
Monochromatic Colors of #940063
Black with #940063
Text Example
Text Example
White with #940063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940063; }
p { color: rgb(148,0,99); }
H1.HeaderClassName
{
color: #940063;
}
.AnyTagClassName
{
color: #940063;
}
</style>
background-color css
<style>
a { background-color: #940063; }
a { background-color: rgb(148,0,99); }
div.DivClassName
{
background-color: #940063;
}
.BgClassName
{
background-color: #940063;
}
</style>
border-color css
<style>
span { border-color: #940063; }
span { border-color: rgb(148,0,99); }
td.TdClassName
{
border-color: #940063;
}
.TagClassName
{
border-color: #940063;
}
</style>