Shades of Eggplant #921168
Tints of Eggplant #921168
RGB
CMYK
RGB Variations
Color information
#921168 (or 0x921168) is known color: Eggplant. HEX triplet: 92, 11 and 68. RGB value is (146,17,104). Sum of RGB (Red+Green+Blue) = 146+17+104=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #921168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921168 is #6DEE97. Grayscale: #414141. Windows color (decimal): -7204504 or 6820242. OLE color: 6820242.
HSL color Cylindrical-coordinate representation of color #921168: hue angle of 319.53º degrees, saturation: 0.79, 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 #921168 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 104 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.43 |
| HSL | 319.53º | 0.79% | 0.32% | - |
| HSV(B) | 319.53º | 0.88% | 0.57% | - |
| XYZ | 14.55 | 7.51 | 13.78 | - |
| YUV | 65.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 104 | 0 | 0.88 | 0.29 | 0.43 | 319.53 | 0.79 | 0.32 |
| Hex | 92 | 11 | 68 | 0 | 58 | 1D | 2B | 140 | 4F | 20 |
| Octal | 222 | 21 | 150 | 0 | 130 | 35 | 53 | 500 | 117 | 40 |
| Binary | 10010010 | 10001 | 1101000 | 0 | 1011000 | 11101 | 101011 | 101000000 | 1001111 | 100000 |
Color Harmonies of #921168
Complementary color
Monochromatic Colors of #921168
Black with #921168
Text Example
Text Example
White with #921168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921168; }
p { color: rgb(146,17,104); }
H1.HeaderClassName
{
color: #921168;
}
.AnyTagClassName
{
color: #921168;
}
</style>
background-color css
<style>
a { background-color: #921168; }
a { background-color: rgb(146,17,104); }
div.DivClassName
{
background-color: #921168;
}
.BgClassName
{
background-color: #921168;
}
</style>
border-color css
<style>
span { border-color: #921168; }
span { border-color: rgb(146,17,104); }
td.TdClassName
{
border-color: #921168;
}
.TagClassName
{
border-color: #921168;
}
</style>