Shades of Eggplant #920579
Tints of Eggplant #920579
RGB
CMYK
RGB Variations
Color information
#920579 (or 0x920579) is known color: Eggplant. HEX triplet: 92, 05 and 79. RGB value is (146,5,121). Sum of RGB (Red+Green+Blue) = 146+5+121=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #920579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920579 is #6DFA86. Grayscale: #3C3C3C. Windows color (decimal): -7207559 or 7931282. OLE color: 7931282.
HSL color Cylindrical-coordinate representation of color #920579: hue angle of 310.64º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920579 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 121 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.43 |
| HSL | 310.64º | 0.93% | 0.3% | - |
| HSV(B) | 310.64º | 0.97% | 0.57% | - |
| XYZ | 15.36 | 7.6 | 18.75 | - |
| YUV | 60.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 121 | 0 | 0.97 | 0.17 | 0.43 | 310.64 | 0.93 | 0.3 |
| Hex | 92 | 5 | 79 | 0 | 61 | 11 | 2B | 137 | 5D | 1E |
| Octal | 222 | 5 | 171 | 0 | 141 | 21 | 53 | 467 | 135 | 36 |
| Binary | 10010010 | 101 | 1111001 | 0 | 1100001 | 10001 | 101011 | 100110111 | 1011101 | 11110 |
Color Harmonies of #920579
Complementary color
Monochromatic Colors of #920579
Black with #920579
Text Example
Text Example
White with #920579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920579; }
p { color: rgb(146,5,121); }
H1.HeaderClassName
{
color: #920579;
}
.AnyTagClassName
{
color: #920579;
}
</style>
background-color css
<style>
a { background-color: #920579; }
a { background-color: rgb(146,5,121); }
div.DivClassName
{
background-color: #920579;
}
.BgClassName
{
background-color: #920579;
}
</style>
border-color css
<style>
span { border-color: #920579; }
span { border-color: rgb(146,5,121); }
td.TdClassName
{
border-color: #920579;
}
.TagClassName
{
border-color: #920579;
}
</style>