Shades of Eggplant #921866
Tints of Eggplant #921866
RGB
CMYK
RGB Variations
Color information
#921866 (or 0x921866) is known color: Eggplant. HEX triplet: 92, 18 and 66. RGB value is (146,24,102). Sum of RGB (Red+Green+Blue) = 146+24+102=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #921866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921866 is #6DE799. Grayscale: #454545. Windows color (decimal): -7202714 or 6690962. OLE color: 6690962.
HSL color Cylindrical-coordinate representation of color #921866: hue angle of 321.64º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921866 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 24 | 102 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.43 |
| HSL | 321.64º | 0.72% | 0.33% | - |
| HSV(B) | 321.64º | 0.84% | 0.57% | - |
| XYZ | 14.58 | 7.72 | 13.29 | - |
| YUV | 69.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 102 | 0 | 0.84 | 0.30 | 0.43 | 321.64 | 0.72 | 0.33 |
| Hex | 92 | 18 | 66 | 0 | 54 | 1E | 2B | 142 | 48 | 21 |
| Octal | 222 | 30 | 146 | 0 | 124 | 36 | 53 | 502 | 110 | 41 |
| Binary | 10010010 | 11000 | 1100110 | 0 | 1010100 | 11110 | 101011 | 101000010 | 1001000 | 100001 |
Color Harmonies of #921866
Complementary color
Monochromatic Colors of #921866
Black with #921866
Text Example
Text Example
White with #921866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921866; }
p { color: rgb(146,24,102); }
H1.HeaderClassName
{
color: #921866;
}
.AnyTagClassName
{
color: #921866;
}
</style>
background-color css
<style>
a { background-color: #921866; }
a { background-color: rgb(146,24,102); }
div.DivClassName
{
background-color: #921866;
}
.BgClassName
{
background-color: #921866;
}
</style>
border-color css
<style>
span { border-color: #921866; }
span { border-color: rgb(146,24,102); }
td.TdClassName
{
border-color: #921866;
}
.TagClassName
{
border-color: #921866;
}
</style>