Shades of Eggplant #92115F
Tints of Eggplant #92115F
RGB
CMYK
RGB Variations
Color information
#92115F (or 0x92115F) is known color: Eggplant. HEX triplet: 92, 11 and 5F. RGB value is (146,17,95). Sum of RGB (Red+Green+Blue) = 146+17+95=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #92115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92115F is #6DEEA0. Grayscale: #404040. Windows color (decimal): -7204513 or 6230418. OLE color: 6230418.
HSL color Cylindrical-coordinate representation of color #92115F: hue angle of 323.72º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92115F is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 95 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.43 |
| HSL | 323.72º | 0.79% | 0.32% | - |
| HSV(B) | 323.72º | 0.88% | 0.57% | - |
| XYZ | 14.12 | 7.34 | 11.5 | - |
| YUV | 64.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 95 | 0 | 0.88 | 0.35 | 0.43 | 323.72 | 0.79 | 0.32 |
| Hex | 92 | 11 | 5F | 0 | 58 | 23 | 2B | 144 | 4F | 20 |
| Octal | 222 | 21 | 137 | 0 | 130 | 43 | 53 | 504 | 117 | 40 |
| Binary | 10010010 | 10001 | 1011111 | 0 | 1011000 | 100011 | 101011 | 101000100 | 1001111 | 100000 |
Color Harmonies of #92115F
Complementary color
Monochromatic Colors of #92115F
Black with #92115F
Text Example
Text Example
White with #92115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92115F; }
p { color: rgb(146,17,95); }
H1.HeaderClassName
{
color: #92115F;
}
.AnyTagClassName
{
color: #92115F;
}
</style>
background-color css
<style>
a { background-color: #92115F; }
a { background-color: rgb(146,17,95); }
div.DivClassName
{
background-color: #92115F;
}
.BgClassName
{
background-color: #92115F;
}
</style>
border-color css
<style>
span { border-color: #92115F; }
span { border-color: rgb(146,17,95); }
td.TdClassName
{
border-color: #92115F;
}
.TagClassName
{
border-color: #92115F;
}
</style>