Shades of Eggplant #920165
Tints of Eggplant #920165
RGB
CMYK
RGB Variations
Color information
#920165 (or 0x920165) is known color: Eggplant. HEX triplet: 92, 01 and 65. RGB value is (146,1,101). Sum of RGB (Red+Green+Blue) = 146+1+101=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #920165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920165 is #6DFE9A. Grayscale: #373737. Windows color (decimal): -7208603 or 6619538. OLE color: 6619538.
HSL color Cylindrical-coordinate representation of color #920165: hue angle of 318.62º 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 #920165 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.43 |
| HSL | 318.62º | 0.99% | 0.29% | - |
| HSV(B) | 318.62º | 0.99% | 0.57% | - |
| XYZ | 14.21 | 7.07 | 12.93 | - |
| YUV | 55.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 101 | 0 | 0.99 | 0.31 | 0.43 | 318.62 | 0.99 | 0.29 |
| Hex | 92 | 1 | 65 | 0 | 63 | 1F | 2B | 13F | 63 | 1D |
| Octal | 222 | 1 | 145 | 0 | 143 | 37 | 53 | 477 | 143 | 35 |
| Binary | 10010010 | 1 | 1100101 | 0 | 1100011 | 11111 | 101011 | 100111111 | 1100011 | 11101 |
Color Harmonies of #920165
Complementary color
Monochromatic Colors of #920165
Black with #920165
Text Example
Text Example
White with #920165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920165; }
p { color: rgb(146,1,101); }
H1.HeaderClassName
{
color: #920165;
}
.AnyTagClassName
{
color: #920165;
}
</style>
background-color css
<style>
a { background-color: #920165; }
a { background-color: rgb(146,1,101); }
div.DivClassName
{
background-color: #920165;
}
.BgClassName
{
background-color: #920165;
}
</style>
border-color css
<style>
span { border-color: #920165; }
span { border-color: rgb(146,1,101); }
td.TdClassName
{
border-color: #920165;
}
.TagClassName
{
border-color: #920165;
}
</style>