Shades of Eggplant #920569
Tints of Eggplant #920569
RGB
CMYK
RGB Variations
Color information
#920569 (or 0x920569) is known color: Eggplant. HEX triplet: 92, 05 and 69. RGB value is (146,5,105). Sum of RGB (Red+Green+Blue) = 146+5+105=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #920569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920569 is #6DFA96. Grayscale: #3A3A3A. Windows color (decimal): -7207575 or 6882706. OLE color: 6882706.
HSL color Cylindrical-coordinate representation of color #920569: hue angle of 317.45º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920569 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 105 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.43 |
| HSL | 317.45º | 0.93% | 0.3% | - |
| HSV(B) | 317.45º | 0.97% | 0.57% | - |
| XYZ | 14.46 | 7.24 | 14 | - |
| YUV | 58.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 105 | 0 | 0.97 | 0.28 | 0.43 | 317.45 | 0.93 | 0.3 |
| Hex | 92 | 5 | 69 | 0 | 61 | 1C | 2B | 13D | 5D | 1E |
| Octal | 222 | 5 | 151 | 0 | 141 | 34 | 53 | 475 | 135 | 36 |
| Binary | 10010010 | 101 | 1101001 | 0 | 1100001 | 11100 | 101011 | 100111101 | 1011101 | 11110 |
Color Harmonies of #920569
Complementary color
Monochromatic Colors of #920569
Black with #920569
Text Example
Text Example
White with #920569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920569; }
p { color: rgb(146,5,105); }
H1.HeaderClassName
{
color: #920569;
}
.AnyTagClassName
{
color: #920569;
}
</style>
background-color css
<style>
a { background-color: #920569; }
a { background-color: rgb(146,5,105); }
div.DivClassName
{
background-color: #920569;
}
.BgClassName
{
background-color: #920569;
}
</style>
border-color css
<style>
span { border-color: #920569; }
span { border-color: rgb(146,5,105); }
td.TdClassName
{
border-color: #920569;
}
.TagClassName
{
border-color: #920569;
}
</style>