Shades of Eggplant #920B5E
Tints of Eggplant #920B5E
RGB
CMYK
RGB Variations
Color information
#920B5E (or 0x920B5E) is known color: Eggplant. HEX triplet: 92, 0B and 5E. RGB value is (146,11,94). Sum of RGB (Red+Green+Blue) = 146+11+94=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #920B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920B5E is #6DF4A1. Grayscale: #3C3C3C. Windows color (decimal): -7206050 or 6163346. OLE color: 6163346.
HSL color Cylindrical-coordinate representation of color #920B5E: hue angle of 323.11º degrees, saturation: 0.86, 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 #920B5E is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 94 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.43 |
| HSL | 323.11º | 0.86% | 0.31% | - |
| HSV(B) | 323.11º | 0.92% | 0.57% | - |
| XYZ | 13.99 | 7.16 | 11.23 | - |
| YUV | 60.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 94 | 0 | 0.92 | 0.36 | 0.43 | 323.11 | 0.86 | 0.31 |
| Hex | 92 | B | 5E | 0 | 5C | 24 | 2B | 143 | 56 | 1F |
| Octal | 222 | 13 | 136 | 0 | 134 | 44 | 53 | 503 | 126 | 37 |
| Binary | 10010010 | 1011 | 1011110 | 0 | 1011100 | 100100 | 101011 | 101000011 | 1010110 | 11111 |
Color Harmonies of #920B5E
Complementary color
Monochromatic Colors of #920B5E
Black with #920B5E
Text Example
Text Example
White with #920B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B5E; }
p { color: rgb(146,11,94); }
H1.HeaderClassName
{
color: #920B5E;
}
.AnyTagClassName
{
color: #920B5E;
}
</style>
background-color css
<style>
a { background-color: #920B5E; }
a { background-color: rgb(146,11,94); }
div.DivClassName
{
background-color: #920B5E;
}
.BgClassName
{
background-color: #920B5E;
}
</style>
border-color css
<style>
span { border-color: #920B5E; }
span { border-color: rgb(146,11,94); }
td.TdClassName
{
border-color: #920B5E;
}
.TagClassName
{
border-color: #920B5E;
}
</style>