Shades of Eggplant #920264
Tints of Eggplant #920264
RGB
CMYK
RGB Variations
Color information
#920264 (or 0x920264) is known color: Eggplant. HEX triplet: 92, 02 and 64. RGB value is (146,2,100). Sum of RGB (Red+Green+Blue) = 146+2+100=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #920264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920264 is #6DFD9B. Grayscale: #373737. Windows color (decimal): -7208348 or 6554258. OLE color: 6554258.
HSL color Cylindrical-coordinate representation of color #920264: hue angle of 319.17º 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 #920264 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.43 |
| HSL | 319.17º | 0.97% | 0.29% | - |
| HSV(B) | 319.17º | 0.99% | 0.57% | - |
| XYZ | 14.18 | 7.07 | 12.67 | - |
| YUV | 56.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 100 | 0 | 0.99 | 0.32 | 0.43 | 319.17 | 0.97 | 0.29 |
| Hex | 92 | 2 | 64 | 0 | 63 | 20 | 2B | 13F | 61 | 1D |
| Octal | 222 | 2 | 144 | 0 | 143 | 40 | 53 | 477 | 141 | 35 |
| Binary | 10010010 | 10 | 1100100 | 0 | 1100011 | 100000 | 101011 | 100111111 | 1100001 | 11101 |
Color Harmonies of #920264
Complementary color
Monochromatic Colors of #920264
Black with #920264
Text Example
Text Example
White with #920264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920264; }
p { color: rgb(146,2,100); }
H1.HeaderClassName
{
color: #920264;
}
.AnyTagClassName
{
color: #920264;
}
</style>
background-color css
<style>
a { background-color: #920264; }
a { background-color: rgb(146,2,100); }
div.DivClassName
{
background-color: #920264;
}
.BgClassName
{
background-color: #920264;
}
</style>
border-color css
<style>
span { border-color: #920264; }
span { border-color: rgb(146,2,100); }
td.TdClassName
{
border-color: #920264;
}
.TagClassName
{
border-color: #920264;
}
</style>