Shades of Eggplant #920352
Tints of Eggplant #920352
RGB
CMYK
RGB Variations
Color information
#920352 (or 0x920352) is known color: Eggplant. HEX triplet: 92, 03 and 52. RGB value is (146,3,82). Sum of RGB (Red+Green+Blue) = 146+3+82=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #920352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920352 is #6DFCAD. Grayscale: #363636. Windows color (decimal): -7208110 or 5374866. OLE color: 5374866.
HSL color Cylindrical-coordinate representation of color #920352: hue angle of 326.85º 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 #920352 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.43 |
| HSL | 326.85º | 0.96% | 0.29% | - |
| HSV(B) | 326.85º | 0.98% | 0.57% | - |
| XYZ | 13.41 | 6.79 | 8.59 | - |
| YUV | 54.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 82 | 0 | 0.98 | 0.44 | 0.43 | 326.85 | 0.96 | 0.29 |
| Hex | 92 | 3 | 52 | 0 | 62 | 2C | 2B | 147 | 60 | 1D |
| Octal | 222 | 3 | 122 | 0 | 142 | 54 | 53 | 507 | 140 | 35 |
| Binary | 10010010 | 11 | 1010010 | 0 | 1100010 | 101100 | 101011 | 101000111 | 1100000 | 11101 |
Color Harmonies of #920352
Complementary color
Monochromatic Colors of #920352
Black with #920352
Text Example
Text Example
White with #920352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920352; }
p { color: rgb(146,3,82); }
H1.HeaderClassName
{
color: #920352;
}
.AnyTagClassName
{
color: #920352;
}
</style>
background-color css
<style>
a { background-color: #920352; }
a { background-color: rgb(146,3,82); }
div.DivClassName
{
background-color: #920352;
}
.BgClassName
{
background-color: #920352;
}
</style>
border-color css
<style>
span { border-color: #920352; }
span { border-color: rgb(146,3,82); }
td.TdClassName
{
border-color: #920352;
}
.TagClassName
{
border-color: #920352;
}
</style>