Shades of Eggplant #92006E
Tints of Eggplant #92006E
RGB
CMYK
RGB Variations
Color information
#92006E (or 0x92006E) is known color: Eggplant. HEX triplet: 92, 00 and 6E. RGB value is (146,0,110). Sum of RGB (Red+Green+Blue) = 146+0+110=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #92006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92006E is #6DFF91. Grayscale: #373737. Windows color (decimal): -7208850 or 7209106. OLE color: 7209106.
HSL color Cylindrical-coordinate representation of color #92006E: hue angle of 314.79º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92006E is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.25 | 0.43 |
| HSL | 314.79º | 1% | 0.29% | - |
| HSV(B) | 314.79º | 1% | 0.57% | - |
| XYZ | 14.67 | 7.24 | 15.38 | - |
| YUV | 56.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 110 | 0 | 1 | 0.25 | 0.43 | 314.79 | 1 | 0.29 |
| Hex | 92 | 0 | 6E | 0 | 64 | 19 | 2B | 13B | 64 | 1D |
| Octal | 222 | 0 | 156 | 0 | 144 | 31 | 53 | 473 | 144 | 35 |
| Binary | 10010010 | 0 | 1101110 | 0 | 1100100 | 11001 | 101011 | 100111011 | 1100100 | 11101 |
Color Harmonies of #92006E
Complementary color
Monochromatic Colors of #92006E
Black with #92006E
Text Example
Text Example
White with #92006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92006E; }
p { color: rgb(146,0,110); }
H1.HeaderClassName
{
color: #92006E;
}
.AnyTagClassName
{
color: #92006E;
}
</style>
background-color css
<style>
a { background-color: #92006E; }
a { background-color: rgb(146,0,110); }
div.DivClassName
{
background-color: #92006E;
}
.BgClassName
{
background-color: #92006E;
}
</style>
border-color css
<style>
span { border-color: #92006E; }
span { border-color: rgb(146,0,110); }
td.TdClassName
{
border-color: #92006E;
}
.TagClassName
{
border-color: #92006E;
}
</style>