Shades of Eggplant #92026D
Tints of Eggplant #92026D
RGB
CMYK
RGB Variations
Color information
#92026D (or 0x92026D) is known color: Eggplant. HEX triplet: 92, 02 and 6D. RGB value is (146,2,109). Sum of RGB (Red+Green+Blue) = 146+2+109=257 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.81% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 146 - color contains mainly: red. Hex color #92026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92026D is #6DFD92. Grayscale: #383838. Windows color (decimal): -7208339 or 7144082. OLE color: 7144082.
HSL color Cylindrical-coordinate representation of color #92026D: hue angle of 315.42º degrees, saturation: 0.97, 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 #92026D is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.43 |
| HSL | 315.42º | 0.97% | 0.29% | - |
| HSV(B) | 315.42º | 0.99% | 0.57% | - |
| XYZ | 14.64 | 7.26 | 15.1 | - |
| YUV | 57.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 109 | 0 | 0.99 | 0.25 | 0.43 | 315.42 | 0.97 | 0.29 |
| Hex | 92 | 2 | 6D | 0 | 63 | 19 | 2B | 13B | 61 | 1D |
| Octal | 222 | 2 | 155 | 0 | 143 | 31 | 53 | 473 | 141 | 35 |
| Binary | 10010010 | 10 | 1101101 | 0 | 1100011 | 11001 | 101011 | 100111011 | 1100001 | 11101 |
Color Harmonies of #92026D
Complementary color
Monochromatic Colors of #92026D
Black with #92026D
Text Example
Text Example
White with #92026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92026D; }
p { color: rgb(146,2,109); }
H1.HeaderClassName
{
color: #92026D;
}
.AnyTagClassName
{
color: #92026D;
}
</style>
background-color css
<style>
a { background-color: #92026D; }
a { background-color: rgb(146,2,109); }
div.DivClassName
{
background-color: #92026D;
}
.BgClassName
{
background-color: #92026D;
}
</style>
border-color css
<style>
span { border-color: #92026D; }
span { border-color: rgb(146,2,109); }
td.TdClassName
{
border-color: #92026D;
}
.TagClassName
{
border-color: #92026D;
}
</style>