Shades of Eggplant #92076C
Tints of Eggplant #92076C
RGB
CMYK
RGB Variations
Color information
#92076C (or 0x92076C) is known color: Eggplant. HEX triplet: 92, 07 and 6C. RGB value is (146,7,108). Sum of RGB (Red+Green+Blue) = 146+7+108=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92076C is #6DF893. Grayscale: #3B3B3B. Windows color (decimal): -7207060 or 7079826. OLE color: 7079826.
HSL color Cylindrical-coordinate representation of color #92076C: hue angle of 316.4º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92076C is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 7 | 108 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.43 |
| HSL | 316.4º | 0.91% | 0.3% | - |
| HSV(B) | 316.4º | 0.95% | 0.57% | - |
| XYZ | 14.64 | 7.35 | 14.83 | - |
| YUV | 60.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 108 | 0 | 0.95 | 0.26 | 0.43 | 316.4 | 0.91 | 0.3 |
| Hex | 92 | 7 | 6C | 0 | 5F | 1A | 2B | 13C | 5B | 1E |
| Octal | 222 | 7 | 154 | 0 | 137 | 32 | 53 | 474 | 133 | 36 |
| Binary | 10010010 | 111 | 1101100 | 0 | 1011111 | 11010 | 101011 | 100111100 | 1011011 | 11110 |
Color Harmonies of #92076C
Complementary color
Monochromatic Colors of #92076C
Black with #92076C
Text Example
Text Example
White with #92076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92076C; }
p { color: rgb(146,7,108); }
H1.HeaderClassName
{
color: #92076C;
}
.AnyTagClassName
{
color: #92076C;
}
</style>
background-color css
<style>
a { background-color: #92076C; }
a { background-color: rgb(146,7,108); }
div.DivClassName
{
background-color: #92076C;
}
.BgClassName
{
background-color: #92076C;
}
</style>
border-color css
<style>
span { border-color: #92076C; }
span { border-color: rgb(146,7,108); }
td.TdClassName
{
border-color: #92076C;
}
.TagClassName
{
border-color: #92076C;
}
</style>