Shades of Eggplant #920C72
Tints of Eggplant #920C72
RGB
CMYK
RGB Variations
Color information
#920C72 (or 0x920C72) is known color: Eggplant. HEX triplet: 92, 0C and 72. RGB value is (146,12,114). Sum of RGB (Red+Green+Blue) = 146+12+114=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #920C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920C72 is #6DF38D. Grayscale: #3F3F3F. Windows color (decimal): -7205774 or 7474322. OLE color: 7474322.
HSL color Cylindrical-coordinate representation of color #920C72: hue angle of 314.33º 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 #920C72 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 114 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.43 |
| HSL | 314.33º | 0.85% | 0.31% | - |
| HSV(B) | 314.33º | 0.92% | 0.57% | - |
| XYZ | 15.02 | 7.59 | 16.59 | - |
| YUV | 63.69 | 156.39 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 114 | 0 | 0.92 | 0.22 | 0.43 | 314.33 | 0.85 | 0.31 |
| Hex | 92 | C | 72 | 0 | 5C | 16 | 2B | 13A | 55 | 1F |
| Octal | 222 | 14 | 162 | 0 | 134 | 26 | 53 | 472 | 125 | 37 |
| Binary | 10010010 | 1100 | 1110010 | 0 | 1011100 | 10110 | 101011 | 100111010 | 1010101 | 11111 |
Color Harmonies of #920C72
Complementary color
Monochromatic Colors of #920C72
Black with #920C72
Text Example
Text Example
White with #920C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C72; }
p { color: rgb(146,12,114); }
H1.HeaderClassName
{
color: #920C72;
}
.AnyTagClassName
{
color: #920C72;
}
</style>
background-color css
<style>
a { background-color: #920C72; }
a { background-color: rgb(146,12,114); }
div.DivClassName
{
background-color: #920C72;
}
.BgClassName
{
background-color: #920C72;
}
</style>
border-color css
<style>
span { border-color: #920C72; }
span { border-color: rgb(146,12,114); }
td.TdClassName
{
border-color: #920C72;
}
.TagClassName
{
border-color: #920C72;
}
</style>