Shades of Eggplant #921260
Tints of Eggplant #921260
RGB
CMYK
RGB Variations
Color information
#921260 (or 0x921260) is known color: Eggplant. HEX triplet: 92, 12 and 60. RGB value is (146,18,96). Sum of RGB (Red+Green+Blue) = 146+18+96=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #921260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921260 is #6DED9F. Grayscale: #404040. Windows color (decimal): -7204256 or 6296210. OLE color: 6296210.
HSL color Cylindrical-coordinate representation of color #921260: hue angle of 323.44º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921260 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 96 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.43 |
| HSL | 323.44º | 0.78% | 0.32% | - |
| HSV(B) | 323.44º | 0.88% | 0.57% | - |
| XYZ | 14.18 | 7.39 | 11.74 | - |
| YUV | 65.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 96 | 0 | 0.88 | 0.34 | 0.43 | 323.44 | 0.78 | 0.32 |
| Hex | 92 | 12 | 60 | 0 | 58 | 22 | 2B | 143 | 4E | 20 |
| Octal | 222 | 22 | 140 | 0 | 130 | 42 | 53 | 503 | 116 | 40 |
| Binary | 10010010 | 10010 | 1100000 | 0 | 1011000 | 100010 | 101011 | 101000011 | 1001110 | 100000 |
Color Harmonies of #921260
Complementary color
Monochromatic Colors of #921260
Black with #921260
Text Example
Text Example
White with #921260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921260; }
p { color: rgb(146,18,96); }
H1.HeaderClassName
{
color: #921260;
}
.AnyTagClassName
{
color: #921260;
}
</style>
background-color css
<style>
a { background-color: #921260; }
a { background-color: rgb(146,18,96); }
div.DivClassName
{
background-color: #921260;
}
.BgClassName
{
background-color: #921260;
}
</style>
border-color css
<style>
span { border-color: #921260; }
span { border-color: rgb(146,18,96); }
td.TdClassName
{
border-color: #921260;
}
.TagClassName
{
border-color: #921260;
}
</style>