Shades of Eggplant #920263
Tints of Eggplant #920263
RGB
CMYK
RGB Variations
Color information
#920263 (or 0x920263) is known color: Eggplant. HEX triplet: 92, 02 and 63. RGB value is (146,2,99). Sum of RGB (Red+Green+Blue) = 146+2+99=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #920263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920263 is #6DFD9C. Grayscale: #373737. Windows color (decimal): -7208349 or 6488722. OLE color: 6488722.
HSL color Cylindrical-coordinate representation of color #920263: hue angle of 319.58º degrees, saturation: 0.97, 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 #920263 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.43 |
| HSL | 319.58º | 0.97% | 0.29% | - |
| HSV(B) | 319.58º | 0.99% | 0.57% | - |
| XYZ | 14.13 | 7.06 | 12.42 | - |
| YUV | 56.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 99 | 0 | 0.99 | 0.32 | 0.43 | 319.58 | 0.97 | 0.29 |
| Hex | 92 | 2 | 63 | 0 | 63 | 20 | 2B | 140 | 61 | 1D |
| Octal | 222 | 2 | 143 | 0 | 143 | 40 | 53 | 500 | 141 | 35 |
| Binary | 10010010 | 10 | 1100011 | 0 | 1100011 | 100000 | 101011 | 101000000 | 1100001 | 11101 |
Color Harmonies of #920263
Complementary color
Monochromatic Colors of #920263
Black with #920263
Text Example
Text Example
White with #920263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920263; }
p { color: rgb(146,2,99); }
H1.HeaderClassName
{
color: #920263;
}
.AnyTagClassName
{
color: #920263;
}
</style>
background-color css
<style>
a { background-color: #920263; }
a { background-color: rgb(146,2,99); }
div.DivClassName
{
background-color: #920263;
}
.BgClassName
{
background-color: #920263;
}
</style>
border-color css
<style>
span { border-color: #920263; }
span { border-color: rgb(146,2,99); }
td.TdClassName
{
border-color: #920263;
}
.TagClassName
{
border-color: #920263;
}
</style>