Shades of Eggplant #92015E
Tints of Eggplant #92015E
RGB
CMYK
RGB Variations
Color information
#92015E (or 0x92015E) is known color: Eggplant. HEX triplet: 92, 01 and 5E. RGB value is (146,1,94). Sum of RGB (Red+Green+Blue) = 146+1+94=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #92015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92015E is #6DFEA1. Grayscale: #363636. Windows color (decimal): -7208610 or 6160786. OLE color: 6160786.
HSL color Cylindrical-coordinate representation of color #92015E: hue angle of 321.52º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92015E is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.43 |
| HSL | 321.52º | 0.99% | 0.29% | - |
| HSV(B) | 321.52º | 0.99% | 0.57% | - |
| XYZ | 13.89 | 6.94 | 11.2 | - |
| YUV | 54.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 94 | 0 | 0.99 | 0.36 | 0.43 | 321.52 | 0.99 | 0.29 |
| Hex | 92 | 1 | 5E | 0 | 63 | 24 | 2B | 142 | 63 | 1D |
| Octal | 222 | 1 | 136 | 0 | 143 | 44 | 53 | 502 | 143 | 35 |
| Binary | 10010010 | 1 | 1011110 | 0 | 1100011 | 100100 | 101011 | 101000010 | 1100011 | 11101 |
Color Harmonies of #92015E
Complementary color
Monochromatic Colors of #92015E
Black with #92015E
Text Example
Text Example
White with #92015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92015E; }
p { color: rgb(146,1,94); }
H1.HeaderClassName
{
color: #92015E;
}
.AnyTagClassName
{
color: #92015E;
}
</style>
background-color css
<style>
a { background-color: #92015E; }
a { background-color: rgb(146,1,94); }
div.DivClassName
{
background-color: #92015E;
}
.BgClassName
{
background-color: #92015E;
}
</style>
border-color css
<style>
span { border-color: #92015E; }
span { border-color: rgb(146,1,94); }
td.TdClassName
{
border-color: #92015E;
}
.TagClassName
{
border-color: #92015E;
}
</style>