Shades of Eggplant #920D73
Tints of Eggplant #920D73
RGB
CMYK
RGB Variations
Color information
#920D73 (or 0x920D73) is known color: Eggplant. HEX triplet: 92, 0D and 73. RGB value is (146,13,115). Sum of RGB (Red+Green+Blue) = 146+13+115=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #920D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920D73 is #6DF28C. Grayscale: #404040. Windows color (decimal): -7205517 or 7540114. OLE color: 7540114.
HSL color Cylindrical-coordinate representation of color #920D73: hue angle of 313.98º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D73 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 115 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.43 |
| HSL | 313.99º | 0.84% | 0.31% | - |
| HSV(B) | 313.99º | 0.91% | 0.57% | - |
| XYZ | 15.09 | 7.64 | 16.9 | - |
| YUV | 64.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 115 | 0 | 0.91 | 0.21 | 0.43 | 313.99 | 0.84 | 0.31 |
| Hex | 92 | D | 73 | 0 | 5B | 15 | 2B | 13A | 54 | 1F |
| Octal | 222 | 15 | 163 | 0 | 133 | 25 | 53 | 472 | 124 | 37 |
| Binary | 10010010 | 1101 | 1110011 | 0 | 1011011 | 10101 | 101011 | 100111010 | 1010100 | 11111 |
Color Harmonies of #920D73
Complementary color
Monochromatic Colors of #920D73
Black with #920D73
Text Example
Text Example
White with #920D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D73; }
p { color: rgb(146,13,115); }
H1.HeaderClassName
{
color: #920D73;
}
.AnyTagClassName
{
color: #920D73;
}
</style>
background-color css
<style>
a { background-color: #920D73; }
a { background-color: rgb(146,13,115); }
div.DivClassName
{
background-color: #920D73;
}
.BgClassName
{
background-color: #920D73;
}
</style>
border-color css
<style>
span { border-color: #920D73; }
span { border-color: rgb(146,13,115); }
td.TdClassName
{
border-color: #920D73;
}
.TagClassName
{
border-color: #920D73;
}
</style>