Shades of Eggplant #921361
Tints of Eggplant #921361
RGB
CMYK
RGB Variations
Color information
#921361 (or 0x921361) is known color: Eggplant. HEX triplet: 92, 13 and 61. RGB value is (146,19,97). Sum of RGB (Red+Green+Blue) = 146+19+97=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #921361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921361 is #6DEC9E. Grayscale: #414141. Windows color (decimal): -7203999 or 6362002. OLE color: 6362002.
HSL color Cylindrical-coordinate representation of color #921361: hue angle of 323.15º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921361 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 97 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.43 |
| HSL | 323.15º | 0.77% | 0.32% | - |
| HSV(B) | 323.15º | 0.87% | 0.57% | - |
| XYZ | 14.24 | 7.44 | 11.99 | - |
| YUV | 65.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 97 | 0 | 0.87 | 0.34 | 0.43 | 323.15 | 0.77 | 0.32 |
| Hex | 92 | 13 | 61 | 0 | 57 | 22 | 2B | 143 | 4D | 20 |
| Octal | 222 | 23 | 141 | 0 | 127 | 42 | 53 | 503 | 115 | 40 |
| Binary | 10010010 | 10011 | 1100001 | 0 | 1010111 | 100010 | 101011 | 101000011 | 1001101 | 100000 |
Color Harmonies of #921361
Complementary color
Monochromatic Colors of #921361
Black with #921361
Text Example
Text Example
White with #921361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921361; }
p { color: rgb(146,19,97); }
H1.HeaderClassName
{
color: #921361;
}
.AnyTagClassName
{
color: #921361;
}
</style>
background-color css
<style>
a { background-color: #921361; }
a { background-color: rgb(146,19,97); }
div.DivClassName
{
background-color: #921361;
}
.BgClassName
{
background-color: #921361;
}
</style>
border-color css
<style>
span { border-color: #921361; }
span { border-color: rgb(146,19,97); }
td.TdClassName
{
border-color: #921361;
}
.TagClassName
{
border-color: #921361;
}
</style>