Shades of Eggplant #92126E
Tints of Eggplant #92126E
RGB
CMYK
RGB Variations
Color information
#92126E (or 0x92126E) is known color: Eggplant. HEX triplet: 92, 12 and 6E. RGB value is (146,18,110). Sum of RGB (Red+Green+Blue) = 146+18+110=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92126E is #6DED91. Grayscale: #424242. Windows color (decimal): -7204242 or 7213714. OLE color: 7213714.
HSL color Cylindrical-coordinate representation of color #92126E: hue angle of 316.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92126E is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 110 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.43 |
| HSL | 316.88º | 0.78% | 0.32% | - |
| HSV(B) | 316.88º | 0.88% | 0.57% | - |
| XYZ | 14.88 | 7.67 | 15.45 | - |
| YUV | 66.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 110 | 0 | 0.88 | 0.25 | 0.43 | 316.88 | 0.78 | 0.32 |
| Hex | 92 | 12 | 6E | 0 | 58 | 19 | 2B | 13D | 4E | 20 |
| Octal | 222 | 22 | 156 | 0 | 130 | 31 | 53 | 475 | 116 | 40 |
| Binary | 10010010 | 10010 | 1101110 | 0 | 1011000 | 11001 | 101011 | 100111101 | 1001110 | 100000 |
Color Harmonies of #92126E
Complementary color
Monochromatic Colors of #92126E
Black with #92126E
Text Example
Text Example
White with #92126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92126E; }
p { color: rgb(146,18,110); }
H1.HeaderClassName
{
color: #92126E;
}
.AnyTagClassName
{
color: #92126E;
}
</style>
background-color css
<style>
a { background-color: #92126E; }
a { background-color: rgb(146,18,110); }
div.DivClassName
{
background-color: #92126E;
}
.BgClassName
{
background-color: #92126E;
}
</style>
border-color css
<style>
span { border-color: #92126E; }
span { border-color: rgb(146,18,110); }
td.TdClassName
{
border-color: #92126E;
}
.TagClassName
{
border-color: #92126E;
}
</style>