Shades of Eggplant #920973
Tints of Eggplant #920973
RGB
CMYK
RGB Variations
Color information
#920973 (or 0x920973) is known color: Eggplant. HEX triplet: 92, 09 and 73. RGB value is (146,9,115). Sum of RGB (Red+Green+Blue) = 146+9+115=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #920973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920973 is #6DF68C. Grayscale: #3D3D3D. Windows color (decimal): -7206541 or 7539090. OLE color: 7539090.
HSL color Cylindrical-coordinate representation of color #920973: hue angle of 313.58º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920973 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 115 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.43 |
| HSL | 313.58º | 0.88% | 0.3% | - |
| HSV(B) | 313.58º | 0.94% | 0.57% | - |
| XYZ | 15.05 | 7.54 | 16.88 | - |
| YUV | 62.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 115 | 0 | 0.94 | 0.21 | 0.43 | 313.58 | 0.88 | 0.3 |
| Hex | 92 | 9 | 73 | 0 | 5E | 15 | 2B | 13A | 58 | 1E |
| Octal | 222 | 11 | 163 | 0 | 136 | 25 | 53 | 472 | 130 | 36 |
| Binary | 10010010 | 1001 | 1110011 | 0 | 1011110 | 10101 | 101011 | 100111010 | 1011000 | 11110 |
Color Harmonies of #920973
Complementary color
Monochromatic Colors of #920973
Black with #920973
Text Example
Text Example
White with #920973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920973; }
p { color: rgb(146,9,115); }
H1.HeaderClassName
{
color: #920973;
}
.AnyTagClassName
{
color: #920973;
}
</style>
background-color css
<style>
a { background-color: #920973; }
a { background-color: rgb(146,9,115); }
div.DivClassName
{
background-color: #920973;
}
.BgClassName
{
background-color: #920973;
}
</style>
border-color css
<style>
span { border-color: #920973; }
span { border-color: rgb(146,9,115); }
td.TdClassName
{
border-color: #920973;
}
.TagClassName
{
border-color: #920973;
}
</style>