Shades of Eggplant #92076F
Tints of Eggplant #92076F
RGB
CMYK
RGB Variations
Color information
#92076F (or 0x92076F) is known color: Eggplant. HEX triplet: 92, 07 and 6F. RGB value is (146,7,111). Sum of RGB (Red+Green+Blue) = 146+7+111=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #92076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92076F is #6DF890. Grayscale: #3C3C3C. Windows color (decimal): -7207057 or 7276434. OLE color: 7276434.
HSL color Cylindrical-coordinate representation of color #92076F: hue angle of 315.11º 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 #92076F is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 7 | 111 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.43 |
| HSL | 315.11º | 0.91% | 0.3% | - |
| HSV(B) | 315.11º | 0.95% | 0.57% | - |
| XYZ | 14.8 | 7.41 | 15.69 | - |
| YUV | 60.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 111 | 0 | 0.95 | 0.24 | 0.43 | 315.11 | 0.91 | 0.3 |
| Hex | 92 | 7 | 6F | 0 | 5F | 18 | 2B | 13B | 5B | 1E |
| Octal | 222 | 7 | 157 | 0 | 137 | 30 | 53 | 473 | 133 | 36 |
| Binary | 10010010 | 111 | 1101111 | 0 | 1011111 | 11000 | 101011 | 100111011 | 1011011 | 11110 |
Color Harmonies of #92076F
Complementary color
Monochromatic Colors of #92076F
Black with #92076F
Text Example
Text Example
White with #92076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92076F; }
p { color: rgb(146,7,111); }
H1.HeaderClassName
{
color: #92076F;
}
.AnyTagClassName
{
color: #92076F;
}
</style>
background-color css
<style>
a { background-color: #92076F; }
a { background-color: rgb(146,7,111); }
div.DivClassName
{
background-color: #92076F;
}
.BgClassName
{
background-color: #92076F;
}
</style>
border-color css
<style>
span { border-color: #92076F; }
span { border-color: rgb(146,7,111); }
td.TdClassName
{
border-color: #92076F;
}
.TagClassName
{
border-color: #92076F;
}
</style>