Shades of Eggplant #920155
Tints of Eggplant #920155
RGB
CMYK
RGB Variations
Color information
#920155 (or 0x920155) is known color: Eggplant. HEX triplet: 92, 01 and 55. RGB value is (146,1,85). Sum of RGB (Red+Green+Blue) = 146+1+85=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #920155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920155 is #6DFEAA. Grayscale: #353535. Windows color (decimal): -7208619 or 5570962. OLE color: 5570962.
HSL color Cylindrical-coordinate representation of color #920155: hue angle of 325.24º 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 #920155 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.43 |
| HSL | 325.24º | 0.99% | 0.29% | - |
| HSV(B) | 325.24º | 0.99% | 0.57% | - |
| XYZ | 13.5 | 6.79 | 9.19 | - |
| YUV | 53.93 | 145.54 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 85 | 0 | 0.99 | 0.42 | 0.43 | 325.24 | 0.99 | 0.29 |
| Hex | 92 | 1 | 55 | 0 | 63 | 2A | 2B | 145 | 63 | 1D |
| Octal | 222 | 1 | 125 | 0 | 143 | 52 | 53 | 505 | 143 | 35 |
| Binary | 10010010 | 1 | 1010101 | 0 | 1100011 | 101010 | 101011 | 101000101 | 1100011 | 11101 |
Color Harmonies of #920155
Complementary color
Monochromatic Colors of #920155
Black with #920155
Text Example
Text Example
White with #920155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920155; }
p { color: rgb(146,1,85); }
H1.HeaderClassName
{
color: #920155;
}
.AnyTagClassName
{
color: #920155;
}
</style>
background-color css
<style>
a { background-color: #920155; }
a { background-color: rgb(146,1,85); }
div.DivClassName
{
background-color: #920155;
}
.BgClassName
{
background-color: #920155;
}
</style>
border-color css
<style>
span { border-color: #920155; }
span { border-color: rgb(146,1,85); }
td.TdClassName
{
border-color: #920155;
}
.TagClassName
{
border-color: #920155;
}
</style>