Shades of Eggplant #920C73
Tints of Eggplant #920C73
RGB
CMYK
RGB Variations
Color information
#920C73 (or 0x920C73) is known color: Eggplant. HEX triplet: 92, 0C and 73. RGB value is (146,12,115). Sum of RGB (Red+Green+Blue) = 146+12+115=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #920C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920C73 is #6DF38C. Grayscale: #3F3F3F. Windows color (decimal): -7205773 or 7539858. OLE color: 7539858.
HSL color Cylindrical-coordinate representation of color #920C73: hue angle of 313.88º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920C73 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 115 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.43 |
| HSL | 313.88º | 0.85% | 0.31% | - |
| HSV(B) | 313.88º | 0.92% | 0.57% | - |
| XYZ | 15.08 | 7.61 | 16.89 | - |
| YUV | 63.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 115 | 0 | 0.92 | 0.21 | 0.43 | 313.88 | 0.85 | 0.31 |
| Hex | 92 | C | 73 | 0 | 5C | 15 | 2B | 13A | 55 | 1F |
| Octal | 222 | 14 | 163 | 0 | 134 | 25 | 53 | 472 | 125 | 37 |
| Binary | 10010010 | 1100 | 1110011 | 0 | 1011100 | 10101 | 101011 | 100111010 | 1010101 | 11111 |
Color Harmonies of #920C73
Complementary color
Monochromatic Colors of #920C73
Black with #920C73
Text Example
Text Example
White with #920C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C73; }
p { color: rgb(146,12,115); }
H1.HeaderClassName
{
color: #920C73;
}
.AnyTagClassName
{
color: #920C73;
}
</style>
background-color css
<style>
a { background-color: #920C73; }
a { background-color: rgb(146,12,115); }
div.DivClassName
{
background-color: #920C73;
}
.BgClassName
{
background-color: #920C73;
}
</style>
border-color css
<style>
span { border-color: #920C73; }
span { border-color: rgb(146,12,115); }
td.TdClassName
{
border-color: #920C73;
}
.TagClassName
{
border-color: #920C73;
}
</style>