Shades of Eggplant #92136A
Tints of Eggplant #92136A
RGB
CMYK
RGB Variations
Color information
#92136A (or 0x92136A) is known color: Eggplant. HEX triplet: 92, 13 and 6A. RGB value is (146,19,106). Sum of RGB (Red+Green+Blue) = 146+19+106=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #92136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92136A is #6DEC95. Grayscale: #424242. Windows color (decimal): -7203990 or 6951826. OLE color: 6951826.
HSL color Cylindrical-coordinate representation of color #92136A: hue angle of 318.9º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92136A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 106 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.43 |
| HSL | 318.9º | 0.77% | 0.32% | - |
| HSV(B) | 318.9º | 0.87% | 0.57% | - |
| XYZ | 14.69 | 7.62 | 14.33 | - |
| YUV | 66.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 106 | 0 | 0.87 | 0.27 | 0.43 | 318.9 | 0.77 | 0.32 |
| Hex | 92 | 13 | 6A | 0 | 57 | 1B | 2B | 13F | 4D | 20 |
| Octal | 222 | 23 | 152 | 0 | 127 | 33 | 53 | 477 | 115 | 40 |
| Binary | 10010010 | 10011 | 1101010 | 0 | 1010111 | 11011 | 101011 | 100111111 | 1001101 | 100000 |
Color Harmonies of #92136A
Complementary color
Monochromatic Colors of #92136A
Black with #92136A
Text Example
Text Example
White with #92136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92136A; }
p { color: rgb(146,19,106); }
H1.HeaderClassName
{
color: #92136A;
}
.AnyTagClassName
{
color: #92136A;
}
</style>
background-color css
<style>
a { background-color: #92136A; }
a { background-color: rgb(146,19,106); }
div.DivClassName
{
background-color: #92136A;
}
.BgClassName
{
background-color: #92136A;
}
</style>
border-color css
<style>
span { border-color: #92136A; }
span { border-color: rgb(146,19,106); }
td.TdClassName
{
border-color: #92136A;
}
.TagClassName
{
border-color: #92136A;
}
</style>