Shades of Eggplant #92095C
Tints of Eggplant #92095C
RGB
CMYK
RGB Variations
Color information
#92095C (or 0x92095C) is known color: Eggplant. HEX triplet: 92, 09 and 5C. RGB value is (146,9,92). Sum of RGB (Red+Green+Blue) = 146+9+92=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #92095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92095C is #6DF6A3. Grayscale: #3B3B3B. Windows color (decimal): -7206564 or 6031762. OLE color: 6031762.
HSL color Cylindrical-coordinate representation of color #92095C: hue angle of 323.65º 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 #92095C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.43 |
| HSL | 323.65º | 0.88% | 0.3% | - |
| HSV(B) | 323.65º | 0.94% | 0.57% | - |
| XYZ | 13.88 | 7.08 | 10.76 | - |
| YUV | 59.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 92 | 0 | 0.94 | 0.37 | 0.43 | 323.65 | 0.88 | 0.3 |
| Hex | 92 | 9 | 5C | 0 | 5E | 25 | 2B | 144 | 58 | 1E |
| Octal | 222 | 11 | 134 | 0 | 136 | 45 | 53 | 504 | 130 | 36 |
| Binary | 10010010 | 1001 | 1011100 | 0 | 1011110 | 100101 | 101011 | 101000100 | 1011000 | 11110 |
Color Harmonies of #92095C
Complementary color
Monochromatic Colors of #92095C
Black with #92095C
Text Example
Text Example
White with #92095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92095C; }
p { color: rgb(146,9,92); }
H1.HeaderClassName
{
color: #92095C;
}
.AnyTagClassName
{
color: #92095C;
}
</style>
background-color css
<style>
a { background-color: #92095C; }
a { background-color: rgb(146,9,92); }
div.DivClassName
{
background-color: #92095C;
}
.BgClassName
{
background-color: #92095C;
}
</style>
border-color css
<style>
span { border-color: #92095C; }
span { border-color: rgb(146,9,92); }
td.TdClassName
{
border-color: #92095C;
}
.TagClassName
{
border-color: #92095C;
}
</style>