Shades of Eggplant #92126C
Tints of Eggplant #92126C
RGB
CMYK
RGB Variations
Color information
#92126C (or 0x92126C) is known color: Eggplant. HEX triplet: 92, 12 and 6C. RGB value is (146,18,108). Sum of RGB (Red+Green+Blue) = 146+18+108=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #92126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92126C is #6DED93. Grayscale: #424242. Windows color (decimal): -7204244 or 7082642. OLE color: 7082642.
HSL color Cylindrical-coordinate representation of color #92126C: hue angle of 317.81º 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 #92126C is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 108 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.43 |
| HSL | 317.81º | 0.78% | 0.32% | - |
| HSV(B) | 317.81º | 0.88% | 0.57% | - |
| XYZ | 14.78 | 7.63 | 14.88 | - |
| YUV | 66.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 108 | 0 | 0.88 | 0.26 | 0.43 | 317.81 | 0.78 | 0.32 |
| Hex | 92 | 12 | 6C | 0 | 58 | 1A | 2B | 13E | 4E | 20 |
| Octal | 222 | 22 | 154 | 0 | 130 | 32 | 53 | 476 | 116 | 40 |
| Binary | 10010010 | 10010 | 1101100 | 0 | 1011000 | 11010 | 101011 | 100111110 | 1001110 | 100000 |
Color Harmonies of #92126C
Complementary color
Monochromatic Colors of #92126C
Black with #92126C
Text Example
Text Example
White with #92126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92126C; }
p { color: rgb(146,18,108); }
H1.HeaderClassName
{
color: #92126C;
}
.AnyTagClassName
{
color: #92126C;
}
</style>
background-color css
<style>
a { background-color: #92126C; }
a { background-color: rgb(146,18,108); }
div.DivClassName
{
background-color: #92126C;
}
.BgClassName
{
background-color: #92126C;
}
</style>
border-color css
<style>
span { border-color: #92126C; }
span { border-color: rgb(146,18,108); }
td.TdClassName
{
border-color: #92126C;
}
.TagClassName
{
border-color: #92126C;
}
</style>