Shades of Eggplant #920176
Tints of Eggplant #920176
RGB
CMYK
RGB Variations
Color information
#920176 (or 0x920176) is known color: Eggplant. HEX triplet: 92, 01 and 76. RGB value is (146,1,118). Sum of RGB (Red+Green+Blue) = 146+1+118=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #920176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920176 is #6DFE89. Grayscale: #393939. Windows color (decimal): -7208586 or 7733650. OLE color: 7733650.
HSL color Cylindrical-coordinate representation of color #920176: hue angle of 311.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920176 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.43 |
| HSL | 311.59º | 0.99% | 0.29% | - |
| HSV(B) | 311.59º | 0.99% | 0.57% | - |
| XYZ | 15.13 | 7.44 | 17.78 | - |
| YUV | 57.69 | 162.04 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 118 | 0 | 0.99 | 0.19 | 0.43 | 311.59 | 0.99 | 0.29 |
| Hex | 92 | 1 | 76 | 0 | 63 | 13 | 2B | 138 | 63 | 1D |
| Octal | 222 | 1 | 166 | 0 | 143 | 23 | 53 | 470 | 143 | 35 |
| Binary | 10010010 | 1 | 1110110 | 0 | 1100011 | 10011 | 101011 | 100111000 | 1100011 | 11101 |
Color Harmonies of #920176
Complementary color
Monochromatic Colors of #920176
Black with #920176
Text Example
Text Example
White with #920176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920176; }
p { color: rgb(146,1,118); }
H1.HeaderClassName
{
color: #920176;
}
.AnyTagClassName
{
color: #920176;
}
</style>
background-color css
<style>
a { background-color: #920176; }
a { background-color: rgb(146,1,118); }
div.DivClassName
{
background-color: #920176;
}
.BgClassName
{
background-color: #920176;
}
</style>
border-color css
<style>
span { border-color: #920176; }
span { border-color: rgb(146,1,118); }
td.TdClassName
{
border-color: #920176;
}
.TagClassName
{
border-color: #920176;
}
</style>