Shades of Eggplant #921062
Tints of Eggplant #921062
RGB
CMYK
RGB Variations
Color information
#921062 (or 0x921062) is known color: Eggplant. HEX triplet: 92, 10 and 62. RGB value is (146,16,98). Sum of RGB (Red+Green+Blue) = 146+16+98=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #921062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921062 is #6DEF9D. Grayscale: #404040. Windows color (decimal): -7204766 or 6426770. OLE color: 6426770.
HSL color Cylindrical-coordinate representation of color #921062: hue angle of 322.15º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921062 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 16 | 98 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.43 |
| HSL | 322.15º | 0.8% | 0.32% | - |
| HSV(B) | 322.15º | 0.89% | 0.57% | - |
| XYZ | 14.24 | 7.36 | 12.23 | - |
| YUV | 64.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 16 | 98 | 0 | 0.89 | 0.33 | 0.43 | 322.15 | 0.8 | 0.32 |
| Hex | 92 | 10 | 62 | 0 | 59 | 21 | 2B | 142 | 50 | 20 |
| Octal | 222 | 20 | 142 | 0 | 131 | 41 | 53 | 502 | 120 | 40 |
| Binary | 10010010 | 10000 | 1100010 | 0 | 1011001 | 100001 | 101011 | 101000010 | 1010000 | 100000 |
Color Harmonies of #921062
Complementary color
Monochromatic Colors of #921062
Black with #921062
Text Example
Text Example
White with #921062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921062; }
p { color: rgb(146,16,98); }
H1.HeaderClassName
{
color: #921062;
}
.AnyTagClassName
{
color: #921062;
}
</style>
background-color css
<style>
a { background-color: #921062; }
a { background-color: rgb(146,16,98); }
div.DivClassName
{
background-color: #921062;
}
.BgClassName
{
background-color: #921062;
}
</style>
border-color css
<style>
span { border-color: #921062; }
span { border-color: rgb(146,16,98); }
td.TdClassName
{
border-color: #921062;
}
.TagClassName
{
border-color: #921062;
}
</style>