Shades of Eggplant #920063
Tints of Eggplant #920063
RGB
CMYK
RGB Variations
Color information
#920063 (or 0x920063) is known color: Eggplant. HEX triplet: 92, 00 and 63. RGB value is (146,0,99). Sum of RGB (Red+Green+Blue) = 146+0+99=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #920063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920063 is #6DFF9C. Grayscale: #363636. Windows color (decimal): -7208861 or 6488210. OLE color: 6488210.
HSL color Cylindrical-coordinate representation of color #920063: hue angle of 319.32º 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 #920063 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.32 | 0.43 |
| HSL | 319.32º | 1% | 0.29% | - |
| HSV(B) | 319.32º | 1% | 0.57% | - |
| XYZ | 14.11 | 7.01 | 12.41 | - |
| YUV | 54.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 99 | 0 | 1 | 0.32 | 0.43 | 319.32 | 1 | 0.29 |
| Hex | 92 | 0 | 63 | 0 | 64 | 20 | 2B | 13F | 64 | 1D |
| Octal | 222 | 0 | 143 | 0 | 144 | 40 | 53 | 477 | 144 | 35 |
| Binary | 10010010 | 0 | 1100011 | 0 | 1100100 | 100000 | 101011 | 100111111 | 1100100 | 11101 |
Color Harmonies of #920063
Complementary color
Monochromatic Colors of #920063
Black with #920063
Text Example
Text Example
White with #920063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920063; }
p { color: rgb(146,0,99); }
H1.HeaderClassName
{
color: #920063;
}
.AnyTagClassName
{
color: #920063;
}
</style>
background-color css
<style>
a { background-color: #920063; }
a { background-color: rgb(146,0,99); }
div.DivClassName
{
background-color: #920063;
}
.BgClassName
{
background-color: #920063;
}
</style>
border-color css
<style>
span { border-color: #920063; }
span { border-color: rgb(146,0,99); }
td.TdClassName
{
border-color: #920063;
}
.TagClassName
{
border-color: #920063;
}
</style>