Shades of Eggplant #940D64
Tints of Eggplant #940D64
RGB
CMYK
RGB Variations
Color information
#940D64 (or 0x940D64) is known color: Eggplant. HEX triplet: 94, 0D and 64. RGB value is (148,13,100). Sum of RGB (Red+Green+Blue) = 148+13+100=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #940D64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D64 is #6BF29B. Grayscale: #3F3F3F. Windows color (decimal): -7074460 or 6557076. OLE color: 6557076.
HSL color Cylindrical-coordinate representation of color #940D64: hue angle of 321.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D64 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 100 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.42 |
| HSL | 321.33º | 0.84% | 0.32% | - |
| HSV(B) | 321.33º | 0.91% | 0.58% | - |
| XYZ | 14.66 | 7.5 | 12.73 | - |
| YUV | 63.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 100 | 0 | 0.91 | 0.32 | 0.42 | 321.33 | 0.84 | 0.32 |
| Hex | 94 | D | 64 | 0 | 5B | 20 | 2A | 141 | 54 | 20 |
| Octal | 224 | 15 | 144 | 0 | 133 | 40 | 52 | 501 | 124 | 40 |
| Binary | 10010100 | 1101 | 1100100 | 0 | 1011011 | 100000 | 101010 | 101000001 | 1010100 | 100000 |
Color Harmonies of #940D64
Complementary color
Monochromatic Colors of #940D64
Black with #940D64
Text Example
Text Example
White with #940D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D64; }
p { color: rgb(148,13,100); }
H1.HeaderClassName
{
color: #940D64;
}
.AnyTagClassName
{
color: #940D64;
}
</style>
background-color css
<style>
a { background-color: #940D64; }
a { background-color: rgb(148,13,100); }
div.DivClassName
{
background-color: #940D64;
}
.BgClassName
{
background-color: #940D64;
}
</style>
border-color css
<style>
span { border-color: #940D64; }
span { border-color: rgb(148,13,100); }
td.TdClassName
{
border-color: #940D64;
}
.TagClassName
{
border-color: #940D64;
}
</style>