Shades of Eggplant #92046A
Tints of Eggplant #92046A
RGB
CMYK
RGB Variations
Color information
#92046A (or 0x92046A) is known color: Eggplant. HEX triplet: 92, 04 and 6A. RGB value is (146,4,106). Sum of RGB (Red+Green+Blue) = 146+4+106=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #92046A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92046A is #6DFB95. Grayscale: #393939. Windows color (decimal): -7207830 or 6947986. OLE color: 6947986.
HSL color Cylindrical-coordinate representation of color #92046A: hue angle of 316.9º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92046A is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 4 | 106 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.43 |
| HSL | 316.9º | 0.95% | 0.29% | - |
| HSV(B) | 316.9º | 0.97% | 0.57% | - |
| XYZ | 14.5 | 7.24 | 14.27 | - |
| YUV | 58.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 106 | 0 | 0.97 | 0.27 | 0.43 | 316.9 | 0.95 | 0.29 |
| Hex | 92 | 4 | 6A | 0 | 61 | 1B | 2B | 13D | 5F | 1D |
| Octal | 222 | 4 | 152 | 0 | 141 | 33 | 53 | 475 | 137 | 35 |
| Binary | 10010010 | 100 | 1101010 | 0 | 1100001 | 11011 | 101011 | 100111101 | 1011111 | 11101 |
Color Harmonies of #92046A
Complementary color
Monochromatic Colors of #92046A
Black with #92046A
Text Example
Text Example
White with #92046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92046A; }
p { color: rgb(146,4,106); }
H1.HeaderClassName
{
color: #92046A;
}
.AnyTagClassName
{
color: #92046A;
}
</style>
background-color css
<style>
a { background-color: #92046A; }
a { background-color: rgb(146,4,106); }
div.DivClassName
{
background-color: #92046A;
}
.BgClassName
{
background-color: #92046A;
}
</style>
border-color css
<style>
span { border-color: #92046A; }
span { border-color: rgb(146,4,106); }
td.TdClassName
{
border-color: #92046A;
}
.TagClassName
{
border-color: #92046A;
}
</style>