Shades of Eggplant #920A75
Tints of Eggplant #920A75
RGB
CMYK
RGB Variations
Color information
#920A75 (or 0x920A75) is known color: Eggplant. HEX triplet: 92, 0A and 75. RGB value is (146,10,117). Sum of RGB (Red+Green+Blue) = 146+10+117=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #920A75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920A75 is #6DF58A. Grayscale: #3E3E3E. Windows color (decimal): -7206283 or 7670418. OLE color: 7670418.
HSL color Cylindrical-coordinate representation of color #920A75: hue angle of 312.79º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A75 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 10 | 117 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.43 |
| HSL | 312.79º | 0.87% | 0.31% | - |
| HSV(B) | 312.79º | 0.93% | 0.57% | - |
| XYZ | 15.17 | 7.61 | 17.5 | - |
| YUV | 62.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 117 | 0 | 0.93 | 0.20 | 0.43 | 312.79 | 0.87 | 0.31 |
| Hex | 92 | A | 75 | 0 | 5D | 14 | 2B | 139 | 57 | 1F |
| Octal | 222 | 12 | 165 | 0 | 135 | 24 | 53 | 471 | 127 | 37 |
| Binary | 10010010 | 1010 | 1110101 | 0 | 1011101 | 10100 | 101011 | 100111001 | 1010111 | 11111 |
Color Harmonies of #920A75
Complementary color
Monochromatic Colors of #920A75
Black with #920A75
Text Example
Text Example
White with #920A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920A75; }
p { color: rgb(146,10,117); }
H1.HeaderClassName
{
color: #920A75;
}
.AnyTagClassName
{
color: #920A75;
}
</style>
background-color css
<style>
a { background-color: #920A75; }
a { background-color: rgb(146,10,117); }
div.DivClassName
{
background-color: #920A75;
}
.BgClassName
{
background-color: #920A75;
}
</style>
border-color css
<style>
span { border-color: #920A75; }
span { border-color: rgb(146,10,117); }
td.TdClassName
{
border-color: #920A75;
}
.TagClassName
{
border-color: #920A75;
}
</style>