Shades of Eggplant #921665
Tints of Eggplant #921665
RGB
CMYK
RGB Variations
Color information
#921665 (or 0x921665) is known color: Eggplant. HEX triplet: 92, 16 and 65. RGB value is (146,22,101). Sum of RGB (Red+Green+Blue) = 146+22+101=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #921665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921665 is #6DE99A. Grayscale: #434343. Windows color (decimal): -7203227 or 6624914. OLE color: 6624914.
HSL color Cylindrical-coordinate representation of color #921665: hue angle of 321.77º 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 #921665 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 101 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.43 |
| HSL | 321.77º | 0.74% | 0.33% | - |
| HSV(B) | 321.77º | 0.85% | 0.57% | - |
| XYZ | 14.49 | 7.62 | 13.02 | - |
| YUV | 68.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 101 | 0 | 0.85 | 0.31 | 0.43 | 321.77 | 0.74 | 0.33 |
| Hex | 92 | 16 | 65 | 0 | 55 | 1F | 2B | 142 | 4A | 21 |
| Octal | 222 | 26 | 145 | 0 | 125 | 37 | 53 | 502 | 112 | 41 |
| Binary | 10010010 | 10110 | 1100101 | 0 | 1010101 | 11111 | 101011 | 101000010 | 1001010 | 100001 |
Color Harmonies of #921665
Complementary color
Monochromatic Colors of #921665
Black with #921665
Text Example
Text Example
White with #921665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921665; }
p { color: rgb(146,22,101); }
H1.HeaderClassName
{
color: #921665;
}
.AnyTagClassName
{
color: #921665;
}
</style>
background-color css
<style>
a { background-color: #921665; }
a { background-color: rgb(146,22,101); }
div.DivClassName
{
background-color: #921665;
}
.BgClassName
{
background-color: #921665;
}
</style>
border-color css
<style>
span { border-color: #921665; }
span { border-color: rgb(146,22,101); }
td.TdClassName
{
border-color: #921665;
}
.TagClassName
{
border-color: #921665;
}
</style>