Shades of Eggplant #920256
Tints of Eggplant #920256
RGB
CMYK
RGB Variations
Color information
#920256 (or 0x920256) is known color: Eggplant. HEX triplet: 92, 02 and 56. RGB value is (146,2,86). Sum of RGB (Red+Green+Blue) = 146+2+86=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #920256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920256 is #6DFDA9. Grayscale: #363636. Windows color (decimal): -7208362 or 5636754. OLE color: 5636754.
HSL color Cylindrical-coordinate representation of color #920256: hue angle of 325º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920256 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.43 |
| HSL | 325º | 0.97% | 0.29% | - |
| HSV(B) | 325º | 0.99% | 0.57% | - |
| XYZ | 13.56 | 6.83 | 9.41 | - |
| YUV | 54.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 86 | 0 | 0.99 | 0.41 | 0.43 | 325 | 0.97 | 0.29 |
| Hex | 92 | 2 | 56 | 0 | 63 | 29 | 2B | 145 | 61 | 1D |
| Octal | 222 | 2 | 126 | 0 | 143 | 51 | 53 | 505 | 141 | 35 |
| Binary | 10010010 | 10 | 1010110 | 0 | 1100011 | 101001 | 101011 | 101000101 | 1100001 | 11101 |
Color Harmonies of #920256
Complementary color
Monochromatic Colors of #920256
Black with #920256
Text Example
Text Example
White with #920256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920256; }
p { color: rgb(146,2,86); }
H1.HeaderClassName
{
color: #920256;
}
.AnyTagClassName
{
color: #920256;
}
</style>
background-color css
<style>
a { background-color: #920256; }
a { background-color: rgb(146,2,86); }
div.DivClassName
{
background-color: #920256;
}
.BgClassName
{
background-color: #920256;
}
</style>
border-color css
<style>
span { border-color: #920256; }
span { border-color: rgb(146,2,86); }
td.TdClassName
{
border-color: #920256;
}
.TagClassName
{
border-color: #920256;
}
</style>