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