Shades of Eggplant #920053
Tints of Eggplant #920053
RGB
CMYK
RGB Variations
Color information
#920053 (or 0x920053) is known color: Eggplant. HEX triplet: 92, 00 and 53. RGB value is (146,0,83). Sum of RGB (Red+Green+Blue) = 146+0+83=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #920053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920053 is #6DFFAC. Grayscale: #343434. Windows color (decimal): -7208877 or 5439634. OLE color: 5439634.
HSL color Cylindrical-coordinate representation of color #920053: hue angle of 325.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920053 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.43 | 0.43 |
| HSL | 325.89º | 1% | 0.29% | - |
| HSV(B) | 325.89º | 1% | 0.57% | - |
| XYZ | 13.42 | 6.74 | 8.78 | - |
| YUV | 53.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 83 | 0 | 1 | 0.43 | 0.43 | 325.89 | 1 | 0.29 |
| Hex | 92 | 0 | 53 | 0 | 64 | 2B | 2B | 146 | 64 | 1D |
| Octal | 222 | 0 | 123 | 0 | 144 | 53 | 53 | 506 | 144 | 35 |
| Binary | 10010010 | 0 | 1010011 | 0 | 1100100 | 101011 | 101011 | 101000110 | 1100100 | 11101 |
Color Harmonies of #920053
Complementary color
Monochromatic Colors of #920053
Black with #920053
Text Example
Text Example
White with #920053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920053; }
p { color: rgb(146,0,83); }
H1.HeaderClassName
{
color: #920053;
}
.AnyTagClassName
{
color: #920053;
}
</style>
background-color css
<style>
a { background-color: #920053; }
a { background-color: rgb(146,0,83); }
div.DivClassName
{
background-color: #920053;
}
.BgClassName
{
background-color: #920053;
}
</style>
border-color css
<style>
span { border-color: #920053; }
span { border-color: rgb(146,0,83); }
td.TdClassName
{
border-color: #920053;
}
.TagClassName
{
border-color: #920053;
}
</style>