Shades of Eggplant #920E6E
Tints of Eggplant #920E6E
RGB
CMYK
RGB Variations
Color information
#920E6E (or 0x920E6E) is known color: Eggplant. HEX triplet: 92, 0E and 6E. RGB value is (146,14,110). Sum of RGB (Red+Green+Blue) = 146+14+110=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #920E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920E6E is #6DF191. Grayscale: #404040. Windows color (decimal): -7205266 or 7212690. OLE color: 7212690.
HSL color Cylindrical-coordinate representation of color #920E6E: hue angle of 316.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E6E is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 110 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.43 |
| HSL | 316.36º | 0.83% | 0.31% | - |
| HSV(B) | 316.36º | 0.9% | 0.57% | - |
| XYZ | 14.83 | 7.55 | 15.43 | - |
| YUV | 64.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 110 | 0 | 0.90 | 0.25 | 0.43 | 316.36 | 0.83 | 0.31 |
| Hex | 92 | E | 6E | 0 | 5A | 19 | 2B | 13C | 52 | 1F |
| Octal | 222 | 16 | 156 | 0 | 132 | 31 | 53 | 474 | 122 | 37 |
| Binary | 10010010 | 1110 | 1101110 | 0 | 1011010 | 11001 | 101011 | 100111100 | 1010010 | 11111 |
Color Harmonies of #920E6E
Complementary color
Monochromatic Colors of #920E6E
Black with #920E6E
Text Example
Text Example
White with #920E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E6E; }
p { color: rgb(146,14,110); }
H1.HeaderClassName
{
color: #920E6E;
}
.AnyTagClassName
{
color: #920E6E;
}
</style>
background-color css
<style>
a { background-color: #920E6E; }
a { background-color: rgb(146,14,110); }
div.DivClassName
{
background-color: #920E6E;
}
.BgClassName
{
background-color: #920E6E;
}
</style>
border-color css
<style>
span { border-color: #920E6E; }
span { border-color: rgb(146,14,110); }
td.TdClassName
{
border-color: #920E6E;
}
.TagClassName
{
border-color: #920E6E;
}
</style>