Shades of Eggplant #920857
Tints of Eggplant #920857
RGB
CMYK
RGB Variations
Color information
#920857 (or 0x920857) is known color: Eggplant. HEX triplet: 92, 08 and 57. RGB value is (146,8,87). Sum of RGB (Red+Green+Blue) = 146+8+87=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #920857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920857 is #6DF7A8. Grayscale: #3A3A3A. Windows color (decimal): -7206825 or 5703826. OLE color: 5703826.
HSL color Cylindrical-coordinate representation of color #920857: hue angle of 325.65º 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 #920857 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 87 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.43 |
| HSL | 325.65º | 0.9% | 0.3% | - |
| HSV(B) | 325.65º | 0.95% | 0.57% | - |
| XYZ | 13.66 | 6.97 | 9.64 | - |
| YUV | 58.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 87 | 0 | 0.95 | 0.40 | 0.43 | 325.65 | 0.9 | 0.3 |
| Hex | 92 | 8 | 57 | 0 | 5F | 28 | 2B | 146 | 5A | 1E |
| Octal | 222 | 10 | 127 | 0 | 137 | 50 | 53 | 506 | 132 | 36 |
| Binary | 10010010 | 1000 | 1010111 | 0 | 1011111 | 101000 | 101011 | 101000110 | 1011010 | 11110 |
Color Harmonies of #920857
Complementary color
Monochromatic Colors of #920857
Black with #920857
Text Example
Text Example
White with #920857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920857; }
p { color: rgb(146,8,87); }
H1.HeaderClassName
{
color: #920857;
}
.AnyTagClassName
{
color: #920857;
}
</style>
background-color css
<style>
a { background-color: #920857; }
a { background-color: rgb(146,8,87); }
div.DivClassName
{
background-color: #920857;
}
.BgClassName
{
background-color: #920857;
}
</style>
border-color css
<style>
span { border-color: #920857; }
span { border-color: rgb(146,8,87); }
td.TdClassName
{
border-color: #920857;
}
.TagClassName
{
border-color: #920857;
}
</style>