Shades of Eggplant #92096B
Tints of Eggplant #92096B
RGB
CMYK
RGB Variations
Color information
#92096B (or 0x92096B) is known color: Eggplant. HEX triplet: 92, 09 and 6B. RGB value is (146,9,107). Sum of RGB (Red+Green+Blue) = 146+9+107=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #92096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92096B is #6DF694. Grayscale: #3C3C3C. Windows color (decimal): -7206549 or 7014802. OLE color: 7014802.
HSL color Cylindrical-coordinate representation of color #92096B: hue angle of 317.08º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92096B is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 107 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.43 |
| HSL | 317.08º | 0.88% | 0.3% | - |
| HSV(B) | 317.08º | 0.94% | 0.57% | - |
| XYZ | 14.61 | 7.37 | 14.56 | - |
| YUV | 61.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 107 | 0 | 0.94 | 0.27 | 0.43 | 317.08 | 0.88 | 0.3 |
| Hex | 92 | 9 | 6B | 0 | 5E | 1B | 2B | 13D | 58 | 1E |
| Octal | 222 | 11 | 153 | 0 | 136 | 33 | 53 | 475 | 130 | 36 |
| Binary | 10010010 | 1001 | 1101011 | 0 | 1011110 | 11011 | 101011 | 100111101 | 1011000 | 11110 |
Color Harmonies of #92096B
Complementary color
Monochromatic Colors of #92096B
Black with #92096B
Text Example
Text Example
White with #92096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92096B; }
p { color: rgb(146,9,107); }
H1.HeaderClassName
{
color: #92096B;
}
.AnyTagClassName
{
color: #92096B;
}
</style>
background-color css
<style>
a { background-color: #92096B; }
a { background-color: rgb(146,9,107); }
div.DivClassName
{
background-color: #92096B;
}
.BgClassName
{
background-color: #92096B;
}
</style>
border-color css
<style>
span { border-color: #92096B; }
span { border-color: rgb(146,9,107); }
td.TdClassName
{
border-color: #92096B;
}
.TagClassName
{
border-color: #92096B;
}
</style>