Shades of Eggplant #920866
Tints of Eggplant #920866
RGB
CMYK
RGB Variations
Color information
#920866 (or 0x920866) is known color: Eggplant. HEX triplet: 92, 08 and 66. RGB value is (146,8,102). Sum of RGB (Red+Green+Blue) = 146+8+102=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #920866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920866 is #6DF799. Grayscale: #3B3B3B. Windows color (decimal): -7206810 or 6686866. OLE color: 6686866.
HSL color Cylindrical-coordinate representation of color #920866: hue angle of 319.13º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920866 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 102 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.43 |
| HSL | 319.13º | 0.9% | 0.3% | - |
| HSV(B) | 319.13º | 0.95% | 0.57% | - |
| XYZ | 14.34 | 7.24 | 13.21 | - |
| YUV | 59.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 102 | 0 | 0.95 | 0.30 | 0.43 | 319.13 | 0.9 | 0.3 |
| Hex | 92 | 8 | 66 | 0 | 5F | 1E | 2B | 13F | 5A | 1E |
| Octal | 222 | 10 | 146 | 0 | 137 | 36 | 53 | 477 | 132 | 36 |
| Binary | 10010010 | 1000 | 1100110 | 0 | 1011111 | 11110 | 101011 | 100111111 | 1011010 | 11110 |
Color Harmonies of #920866
Complementary color
Monochromatic Colors of #920866
Black with #920866
Text Example
Text Example
White with #920866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920866; }
p { color: rgb(146,8,102); }
H1.HeaderClassName
{
color: #920866;
}
.AnyTagClassName
{
color: #920866;
}
</style>
background-color css
<style>
a { background-color: #920866; }
a { background-color: rgb(146,8,102); }
div.DivClassName
{
background-color: #920866;
}
.BgClassName
{
background-color: #920866;
}
</style>
border-color css
<style>
span { border-color: #920866; }
span { border-color: rgb(146,8,102); }
td.TdClassName
{
border-color: #920866;
}
.TagClassName
{
border-color: #920866;
}
</style>