Shades of Eggplant #940679
Tints of Eggplant #940679
RGB
CMYK
RGB Variations
Color information
#940679 (or 0x940679) is known color: Eggplant. HEX triplet: 94, 06 and 79. RGB value is (148,6,121). Sum of RGB (Red+Green+Blue) = 148+6+121=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #940679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940679 is #6BF986. Grayscale: #3D3D3D. Windows color (decimal): -7076231 or 7931540. OLE color: 7931540.
HSL color Cylindrical-coordinate representation of color #940679: hue angle of 311.41º 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 #940679 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.42 |
| HSL | 311.41º | 0.92% | 0.3% | - |
| HSV(B) | 311.41º | 0.96% | 0.58% | - |
| XYZ | 15.73 | 7.81 | 18.77 | - |
| YUV | 61.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 121 | 0 | 0.96 | 0.18 | 0.42 | 311.41 | 0.92 | 0.3 |
| Hex | 94 | 6 | 79 | 0 | 60 | 12 | 2A | 137 | 5C | 1E |
| Octal | 224 | 6 | 171 | 0 | 140 | 22 | 52 | 467 | 134 | 36 |
| Binary | 10010100 | 110 | 1111001 | 0 | 1100000 | 10010 | 101010 | 100110111 | 1011100 | 11110 |
Color Harmonies of #940679
Complementary color
Monochromatic Colors of #940679
Black with #940679
Text Example
Text Example
White with #940679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940679; }
p { color: rgb(148,6,121); }
H1.HeaderClassName
{
color: #940679;
}
.AnyTagClassName
{
color: #940679;
}
</style>
background-color css
<style>
a { background-color: #940679; }
a { background-color: rgb(148,6,121); }
div.DivClassName
{
background-color: #940679;
}
.BgClassName
{
background-color: #940679;
}
</style>
border-color css
<style>
span { border-color: #940679; }
span { border-color: rgb(148,6,121); }
td.TdClassName
{
border-color: #940679;
}
.TagClassName
{
border-color: #940679;
}
</style>