Shades of Eggplant #92095D
Tints of Eggplant #92095D
RGB
CMYK
RGB Variations
Color information
#92095D (or 0x92095D) is known color: Eggplant. HEX triplet: 92, 09 and 5D. RGB value is (146,9,93). Sum of RGB (Red+Green+Blue) = 146+9+93=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #92095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92095D is #6DF6A2. Grayscale: #3B3B3B. Windows color (decimal): -7206563 or 6097298. OLE color: 6097298.
HSL color Cylindrical-coordinate representation of color #92095D: hue angle of 323.21º 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 #92095D is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 9 | 93 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.43 |
| HSL | 323.21º | 0.88% | 0.3% | - |
| HSV(B) | 323.21º | 0.94% | 0.57% | - |
| XYZ | 13.93 | 7.1 | 10.99 | - |
| YUV | 59.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 93 | 0 | 0.94 | 0.36 | 0.43 | 323.21 | 0.88 | 0.3 |
| Hex | 92 | 9 | 5D | 0 | 5E | 24 | 2B | 143 | 58 | 1E |
| Octal | 222 | 11 | 135 | 0 | 136 | 44 | 53 | 503 | 130 | 36 |
| Binary | 10010010 | 1001 | 1011101 | 0 | 1011110 | 100100 | 101011 | 101000011 | 1011000 | 11110 |
Color Harmonies of #92095D
Complementary color
Monochromatic Colors of #92095D
Black with #92095D
Text Example
Text Example
White with #92095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92095D; }
p { color: rgb(146,9,93); }
H1.HeaderClassName
{
color: #92095D;
}
.AnyTagClassName
{
color: #92095D;
}
</style>
background-color css
<style>
a { background-color: #92095D; }
a { background-color: rgb(146,9,93); }
div.DivClassName
{
background-color: #92095D;
}
.BgClassName
{
background-color: #92095D;
}
</style>
border-color css
<style>
span { border-color: #92095D; }
span { border-color: rgb(146,9,93); }
td.TdClassName
{
border-color: #92095D;
}
.TagClassName
{
border-color: #92095D;
}
</style>