Shades of Eggplant #92016F
Tints of Eggplant #92016F
RGB
CMYK
RGB Variations
Color information
#92016F (or 0x92016F) is known color: Eggplant. HEX triplet: 92, 01 and 6F. RGB value is (146,1,111). Sum of RGB (Red+Green+Blue) = 146+1+111=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #92016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92016F is #6DFE90. Grayscale: #383838. Windows color (decimal): -7208593 or 7274898. OLE color: 7274898.
HSL color Cylindrical-coordinate representation of color #92016F: hue angle of 314.48º 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 #92016F is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.43 |
| HSL | 314.48º | 0.99% | 0.29% | - |
| HSV(B) | 314.48º | 0.99% | 0.57% | - |
| XYZ | 14.73 | 7.28 | 15.67 | - |
| YUV | 56.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 111 | 0 | 0.99 | 0.24 | 0.43 | 314.48 | 0.99 | 0.29 |
| Hex | 92 | 1 | 6F | 0 | 63 | 18 | 2B | 13A | 63 | 1D |
| Octal | 222 | 1 | 157 | 0 | 143 | 30 | 53 | 472 | 143 | 35 |
| Binary | 10010010 | 1 | 1101111 | 0 | 1100011 | 11000 | 101011 | 100111010 | 1100011 | 11101 |
Color Harmonies of #92016F
Complementary color
Monochromatic Colors of #92016F
Black with #92016F
Text Example
Text Example
White with #92016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92016F; }
p { color: rgb(146,1,111); }
H1.HeaderClassName
{
color: #92016F;
}
.AnyTagClassName
{
color: #92016F;
}
</style>
background-color css
<style>
a { background-color: #92016F; }
a { background-color: rgb(146,1,111); }
div.DivClassName
{
background-color: #92016F;
}
.BgClassName
{
background-color: #92016F;
}
</style>
border-color css
<style>
span { border-color: #92016F; }
span { border-color: rgb(146,1,111); }
td.TdClassName
{
border-color: #92016F;
}
.TagClassName
{
border-color: #92016F;
}
</style>