Shades of Eggplant #921668
Tints of Eggplant #921668
RGB
CMYK
RGB Variations
Color information
#921668 (or 0x921668) is known color: Eggplant. HEX triplet: 92, 16 and 68. RGB value is (146,22,104). Sum of RGB (Red+Green+Blue) = 146+22+104=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #921668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921668 is #6DE997. Grayscale: #444444. Windows color (decimal): -7203224 or 6821522. OLE color: 6821522.
HSL color Cylindrical-coordinate representation of color #921668: hue angle of 320.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921668 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 104 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.43 |
| HSL | 320.32º | 0.74% | 0.33% | - |
| HSV(B) | 320.32º | 0.85% | 0.57% | - |
| XYZ | 14.64 | 7.68 | 13.81 | - |
| YUV | 68.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 104 | 0 | 0.85 | 0.29 | 0.43 | 320.32 | 0.74 | 0.33 |
| Hex | 92 | 16 | 68 | 0 | 55 | 1D | 2B | 140 | 4A | 21 |
| Octal | 222 | 26 | 150 | 0 | 125 | 35 | 53 | 500 | 112 | 41 |
| Binary | 10010010 | 10110 | 1101000 | 0 | 1010101 | 11101 | 101011 | 101000000 | 1001010 | 100001 |
Color Harmonies of #921668
Complementary color
Monochromatic Colors of #921668
Black with #921668
Text Example
Text Example
White with #921668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921668; }
p { color: rgb(146,22,104); }
H1.HeaderClassName
{
color: #921668;
}
.AnyTagClassName
{
color: #921668;
}
</style>
background-color css
<style>
a { background-color: #921668; }
a { background-color: rgb(146,22,104); }
div.DivClassName
{
background-color: #921668;
}
.BgClassName
{
background-color: #921668;
}
</style>
border-color css
<style>
span { border-color: #921668; }
span { border-color: rgb(146,22,104); }
td.TdClassName
{
border-color: #921668;
}
.TagClassName
{
border-color: #921668;
}
</style>