Shades of Eggplant #940666
Tints of Eggplant #940666
RGB
CMYK
RGB Variations
Color information
#940666 (or 0x940666) is known color: Eggplant. HEX triplet: 94, 06 and 66. RGB value is (148,6,102). Sum of RGB (Red+Green+Blue) = 148+6+102=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #940666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940666 is #6BF999. Grayscale: #3B3B3B. Windows color (decimal): -7076250 or 6686356. OLE color: 6686356.
HSL color Cylindrical-coordinate representation of color #940666: hue angle of 319.44º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940666 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.42 |
| HSL | 319.44º | 0.92% | 0.3% | - |
| HSV(B) | 319.44º | 0.96% | 0.58% | - |
| XYZ | 14.68 | 7.39 | 13.22 | - |
| YUV | 59.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 102 | 0 | 0.96 | 0.31 | 0.42 | 319.44 | 0.92 | 0.3 |
| Hex | 94 | 6 | 66 | 0 | 60 | 1F | 2A | 13F | 5C | 1E |
| Octal | 224 | 6 | 146 | 0 | 140 | 37 | 52 | 477 | 134 | 36 |
| Binary | 10010100 | 110 | 1100110 | 0 | 1100000 | 11111 | 101010 | 100111111 | 1011100 | 11110 |
Color Harmonies of #940666
Complementary color
Monochromatic Colors of #940666
Black with #940666
Text Example
Text Example
White with #940666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940666; }
p { color: rgb(148,6,102); }
H1.HeaderClassName
{
color: #940666;
}
.AnyTagClassName
{
color: #940666;
}
</style>
background-color css
<style>
a { background-color: #940666; }
a { background-color: rgb(148,6,102); }
div.DivClassName
{
background-color: #940666;
}
.BgClassName
{
background-color: #940666;
}
</style>
border-color css
<style>
span { border-color: #940666; }
span { border-color: rgb(148,6,102); }
td.TdClassName
{
border-color: #940666;
}
.TagClassName
{
border-color: #940666;
}
</style>