Shades of Eggplant #92085C
Tints of Eggplant #92085C
RGB
CMYK
RGB Variations
Color information
#92085C (or 0x92085C) is known color: Eggplant. HEX triplet: 92, 08 and 5C. RGB value is (146,8,92). Sum of RGB (Red+Green+Blue) = 146+8+92=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #92085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92085C is #6DF7A3. Grayscale: #3A3A3A. Windows color (decimal): -7206820 or 6031506. OLE color: 6031506.
HSL color Cylindrical-coordinate representation of color #92085C: hue angle of 323.48º degrees, saturation: 0.9, 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 #92085C is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 92 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.43 |
| HSL | 323.48º | 0.9% | 0.3% | - |
| HSV(B) | 323.48º | 0.95% | 0.57% | - |
| XYZ | 13.87 | 7.06 | 10.76 | - |
| YUV | 58.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 92 | 0 | 0.95 | 0.37 | 0.43 | 323.48 | 0.9 | 0.3 |
| Hex | 92 | 8 | 5C | 0 | 5F | 25 | 2B | 143 | 5A | 1E |
| Octal | 222 | 10 | 134 | 0 | 137 | 45 | 53 | 503 | 132 | 36 |
| Binary | 10010010 | 1000 | 1011100 | 0 | 1011111 | 100101 | 101011 | 101000011 | 1011010 | 11110 |
Color Harmonies of #92085C
Complementary color
Monochromatic Colors of #92085C
Black with #92085C
Text Example
Text Example
White with #92085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92085C; }
p { color: rgb(146,8,92); }
H1.HeaderClassName
{
color: #92085C;
}
.AnyTagClassName
{
color: #92085C;
}
</style>
background-color css
<style>
a { background-color: #92085C; }
a { background-color: rgb(146,8,92); }
div.DivClassName
{
background-color: #92085C;
}
.BgClassName
{
background-color: #92085C;
}
</style>
border-color css
<style>
span { border-color: #92085C; }
span { border-color: rgb(146,8,92); }
td.TdClassName
{
border-color: #92085C;
}
.TagClassName
{
border-color: #92085C;
}
</style>