Shades of Eggplant #920066
Tints of Eggplant #920066
RGB
CMYK
RGB Variations
Color information
#920066 (or 0x920066) is known color: Eggplant. HEX triplet: 92, 00 and 66. RGB value is (146,0,102). Sum of RGB (Red+Green+Blue) = 146+0+102=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #920066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920066 is #6DFF99. Grayscale: #373737. Windows color (decimal): -7208858 or 6684818. OLE color: 6684818.
HSL color Cylindrical-coordinate representation of color #920066: hue angle of 318.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920066 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.30 | 0.43 |
| HSL | 318.08º | 1% | 0.29% | - |
| HSV(B) | 318.08º | 1% | 0.57% | - |
| XYZ | 14.25 | 7.07 | 13.18 | - |
| YUV | 55.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 102 | 0 | 1 | 0.30 | 0.43 | 318.08 | 1 | 0.29 |
| Hex | 92 | 0 | 66 | 0 | 64 | 1E | 2B | 13E | 64 | 1D |
| Octal | 222 | 0 | 146 | 0 | 144 | 36 | 53 | 476 | 144 | 35 |
| Binary | 10010010 | 0 | 1100110 | 0 | 1100100 | 11110 | 101011 | 100111110 | 1100100 | 11101 |
Color Harmonies of #920066
Complementary color
Monochromatic Colors of #920066
Black with #920066
Text Example
Text Example
White with #920066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920066; }
p { color: rgb(146,0,102); }
H1.HeaderClassName
{
color: #920066;
}
.AnyTagClassName
{
color: #920066;
}
</style>
background-color css
<style>
a { background-color: #920066; }
a { background-color: rgb(146,0,102); }
div.DivClassName
{
background-color: #920066;
}
.BgClassName
{
background-color: #920066;
}
</style>
border-color css
<style>
span { border-color: #920066; }
span { border-color: rgb(146,0,102); }
td.TdClassName
{
border-color: #920066;
}
.TagClassName
{
border-color: #920066;
}
</style>