Shades of Eggplant #920355
Tints of Eggplant #920355
RGB
CMYK
RGB Variations
Color information
#920355 (or 0x920355) is known color: Eggplant. HEX triplet: 92, 03 and 55. RGB value is (146,3,85). Sum of RGB (Red+Green+Blue) = 146+3+85=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #920355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920355 is #6DFCAA. Grayscale: #363636. Windows color (decimal): -7208107 or 5571474. OLE color: 5571474.
HSL color Cylindrical-coordinate representation of color #920355: hue angle of 325.59º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #920355 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.43 |
| HSL | 325.59º | 0.96% | 0.29% | - |
| HSV(B) | 325.59º | 0.98% | 0.57% | - |
| XYZ | 13.53 | 6.83 | 9.2 | - |
| YUV | 55.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 85 | 0 | 0.98 | 0.42 | 0.43 | 325.59 | 0.96 | 0.29 |
| Hex | 92 | 3 | 55 | 0 | 62 | 2A | 2B | 146 | 60 | 1D |
| Octal | 222 | 3 | 125 | 0 | 142 | 52 | 53 | 506 | 140 | 35 |
| Binary | 10010010 | 11 | 1010101 | 0 | 1100010 | 101010 | 101011 | 101000110 | 1100000 | 11101 |
Color Harmonies of #920355
Complementary color
Monochromatic Colors of #920355
Black with #920355
Text Example
Text Example
White with #920355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920355; }
p { color: rgb(146,3,85); }
H1.HeaderClassName
{
color: #920355;
}
.AnyTagClassName
{
color: #920355;
}
</style>
background-color css
<style>
a { background-color: #920355; }
a { background-color: rgb(146,3,85); }
div.DivClassName
{
background-color: #920355;
}
.BgClassName
{
background-color: #920355;
}
</style>
border-color css
<style>
span { border-color: #920355; }
span { border-color: rgb(146,3,85); }
td.TdClassName
{
border-color: #920355;
}
.TagClassName
{
border-color: #920355;
}
</style>