Shades of Eggplant #940672
Tints of Eggplant #940672
RGB
CMYK
RGB Variations
Color information
#940672 (or 0x940672) is known color: Eggplant. HEX triplet: 94, 06 and 72. RGB value is (148,6,114). Sum of RGB (Red+Green+Blue) = 148+6+114=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940672 is #6BF98D. Grayscale: #3C3C3C. Windows color (decimal): -7076238 or 7472788. OLE color: 7472788.
HSL color Cylindrical-coordinate representation of color #940672: hue angle of 314.37º 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 #940672 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.42 |
| HSL | 314.37º | 0.92% | 0.3% | - |
| HSV(B) | 314.37º | 0.96% | 0.58% | - |
| XYZ | 15.32 | 7.64 | 16.59 | - |
| YUV | 60.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 114 | 0 | 0.96 | 0.23 | 0.42 | 314.37 | 0.92 | 0.3 |
| Hex | 94 | 6 | 72 | 0 | 60 | 17 | 2A | 13A | 5C | 1E |
| Octal | 224 | 6 | 162 | 0 | 140 | 27 | 52 | 472 | 134 | 36 |
| Binary | 10010100 | 110 | 1110010 | 0 | 1100000 | 10111 | 101010 | 100111010 | 1011100 | 11110 |
Color Harmonies of #940672
Complementary color
Monochromatic Colors of #940672
Black with #940672
Text Example
Text Example
White with #940672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940672; }
p { color: rgb(148,6,114); }
H1.HeaderClassName
{
color: #940672;
}
.AnyTagClassName
{
color: #940672;
}
</style>
background-color css
<style>
a { background-color: #940672; }
a { background-color: rgb(148,6,114); }
div.DivClassName
{
background-color: #940672;
}
.BgClassName
{
background-color: #940672;
}
</style>
border-color css
<style>
span { border-color: #940672; }
span { border-color: rgb(148,6,114); }
td.TdClassName
{
border-color: #940672;
}
.TagClassName
{
border-color: #940672;
}
</style>