Shades of Eggplant #920D74
Tints of Eggplant #920D74
RGB
CMYK
RGB Variations
Color information
#920D74 (or 0x920D74) is known color: Eggplant. HEX triplet: 92, 0D and 74. RGB value is (146,13,116). Sum of RGB (Red+Green+Blue) = 146+13+116=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #920D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920D74 is #6DF28B. Grayscale: #404040. Windows color (decimal): -7205516 or 7605650. OLE color: 7605650.
HSL color Cylindrical-coordinate representation of color #920D74: hue angle of 313.53º 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 #920D74 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 116 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.43 |
| HSL | 313.53º | 0.84% | 0.31% | - |
| HSV(B) | 313.53º | 0.91% | 0.57% | - |
| XYZ | 15.15 | 7.66 | 17.2 | - |
| YUV | 64.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 116 | 0 | 0.91 | 0.21 | 0.43 | 313.53 | 0.84 | 0.31 |
| Hex | 92 | D | 74 | 0 | 5B | 15 | 2B | 13A | 54 | 1F |
| Octal | 222 | 15 | 164 | 0 | 133 | 25 | 53 | 472 | 124 | 37 |
| Binary | 10010010 | 1101 | 1110100 | 0 | 1011011 | 10101 | 101011 | 100111010 | 1010100 | 11111 |
Color Harmonies of #920D74
Complementary color
Monochromatic Colors of #920D74
Black with #920D74
Text Example
Text Example
White with #920D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D74; }
p { color: rgb(146,13,116); }
H1.HeaderClassName
{
color: #920D74;
}
.AnyTagClassName
{
color: #920D74;
}
</style>
background-color css
<style>
a { background-color: #920D74; }
a { background-color: rgb(146,13,116); }
div.DivClassName
{
background-color: #920D74;
}
.BgClassName
{
background-color: #920D74;
}
</style>
border-color css
<style>
span { border-color: #920D74; }
span { border-color: rgb(146,13,116); }
td.TdClassName
{
border-color: #920D74;
}
.TagClassName
{
border-color: #920D74;
}
</style>