Shades of Eggplant #921464
Tints of Eggplant #921464
RGB
CMYK
RGB Variations
Color information
#921464 (or 0x921464) is known color: Eggplant. HEX triplet: 92, 14 and 64. RGB value is (146,20,100). Sum of RGB (Red+Green+Blue) = 146+20+100=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #921464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921464 is #6DEB9B. Grayscale: #424242. Windows color (decimal): -7203740 or 6558866. OLE color: 6558866.
HSL color Cylindrical-coordinate representation of color #921464: hue angle of 321.9º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921464 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 100 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.43 |
| HSL | 321.9º | 0.76% | 0.33% | - |
| HSV(B) | 321.9º | 0.86% | 0.57% | - |
| XYZ | 14.4 | 7.53 | 12.75 | - |
| YUV | 66.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 100 | 0 | 0.86 | 0.32 | 0.43 | 321.9 | 0.76 | 0.33 |
| Hex | 92 | 14 | 64 | 0 | 56 | 20 | 2B | 142 | 4C | 21 |
| Octal | 222 | 24 | 144 | 0 | 126 | 40 | 53 | 502 | 114 | 41 |
| Binary | 10010010 | 10100 | 1100100 | 0 | 1010110 | 100000 | 101011 | 101000010 | 1001100 | 100001 |
Color Harmonies of #921464
Complementary color
Monochromatic Colors of #921464
Black with #921464
Text Example
Text Example
White with #921464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921464; }
p { color: rgb(146,20,100); }
H1.HeaderClassName
{
color: #921464;
}
.AnyTagClassName
{
color: #921464;
}
</style>
background-color css
<style>
a { background-color: #921464; }
a { background-color: rgb(146,20,100); }
div.DivClassName
{
background-color: #921464;
}
.BgClassName
{
background-color: #921464;
}
</style>
border-color css
<style>
span { border-color: #921464; }
span { border-color: rgb(146,20,100); }
td.TdClassName
{
border-color: #921464;
}
.TagClassName
{
border-color: #921464;
}
</style>