Shades of Eggplant #920777
Tints of Eggplant #920777
RGB
CMYK
RGB Variations
Color information
#920777 (or 0x920777) is known color: Eggplant. HEX triplet: 92, 07 and 77. RGB value is (146,7,119). Sum of RGB (Red+Green+Blue) = 146+7+119=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #920777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920777 is #6DF888. Grayscale: #3D3D3D. Windows color (decimal): -7207049 or 7800722. OLE color: 7800722.
HSL color Cylindrical-coordinate representation of color #920777: hue angle of 311.65º degrees, saturation: 0.91, 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 #920777 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 7 | 119 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.43 |
| HSL | 311.65º | 0.91% | 0.3% | - |
| HSV(B) | 311.65º | 0.95% | 0.57% | - |
| XYZ | 15.26 | 7.59 | 18.11 | - |
| YUV | 61.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 119 | 0 | 0.95 | 0.18 | 0.43 | 311.65 | 0.91 | 0.3 |
| Hex | 92 | 7 | 77 | 0 | 5F | 12 | 2B | 138 | 5B | 1E |
| Octal | 222 | 7 | 167 | 0 | 137 | 22 | 53 | 470 | 133 | 36 |
| Binary | 10010010 | 111 | 1110111 | 0 | 1011111 | 10010 | 101011 | 100111000 | 1011011 | 11110 |
Color Harmonies of #920777
Complementary color
Monochromatic Colors of #920777
Black with #920777
Text Example
Text Example
White with #920777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920777; }
p { color: rgb(146,7,119); }
H1.HeaderClassName
{
color: #920777;
}
.AnyTagClassName
{
color: #920777;
}
</style>
background-color css
<style>
a { background-color: #920777; }
a { background-color: rgb(146,7,119); }
div.DivClassName
{
background-color: #920777;
}
.BgClassName
{
background-color: #920777;
}
</style>
border-color css
<style>
span { border-color: #920777; }
span { border-color: rgb(146,7,119); }
td.TdClassName
{
border-color: #920777;
}
.TagClassName
{
border-color: #920777;
}
</style>