Shades of Eggplant #920254
Tints of Eggplant #920254
RGB
CMYK
RGB Variations
Color information
#920254 (or 0x920254) is known color: Eggplant. HEX triplet: 92, 02 and 54. RGB value is (146,2,84). Sum of RGB (Red+Green+Blue) = 146+2+84=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #920254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920254 is #6DFDAB. Grayscale: #363636. Windows color (decimal): -7208364 or 5505682. OLE color: 5505682.
HSL color Cylindrical-coordinate representation of color #920254: hue angle of 325.83º 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 #920254 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.43 |
| HSL | 325.83º | 0.97% | 0.29% | - |
| HSV(B) | 325.83º | 0.99% | 0.57% | - |
| XYZ | 13.48 | 6.79 | 8.99 | - |
| YUV | 54.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 84 | 0 | 0.99 | 0.42 | 0.43 | 325.83 | 0.97 | 0.29 |
| Hex | 92 | 2 | 54 | 0 | 63 | 2A | 2B | 146 | 61 | 1D |
| Octal | 222 | 2 | 124 | 0 | 143 | 52 | 53 | 506 | 141 | 35 |
| Binary | 10010010 | 10 | 1010100 | 0 | 1100011 | 101010 | 101011 | 101000110 | 1100001 | 11101 |
Color Harmonies of #920254
Complementary color
Monochromatic Colors of #920254
Black with #920254
Text Example
Text Example
White with #920254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920254; }
p { color: rgb(146,2,84); }
H1.HeaderClassName
{
color: #920254;
}
.AnyTagClassName
{
color: #920254;
}
</style>
background-color css
<style>
a { background-color: #920254; }
a { background-color: rgb(146,2,84); }
div.DivClassName
{
background-color: #920254;
}
.BgClassName
{
background-color: #920254;
}
</style>
border-color css
<style>
span { border-color: #920254; }
span { border-color: rgb(146,2,84); }
td.TdClassName
{
border-color: #920254;
}
.TagClassName
{
border-color: #920254;
}
</style>