Shades of Eggplant #920065
Tints of Eggplant #920065
RGB
CMYK
RGB Variations
Color information
#920065 (or 0x920065) is known color: Eggplant. HEX triplet: 92, 00 and 65. RGB value is (146,0,101). Sum of RGB (Red+Green+Blue) = 146+0+101=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #920065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920065 is #6DFF9A. Grayscale: #363636. Windows color (decimal): -7208859 or 6619282. OLE color: 6619282.
HSL color Cylindrical-coordinate representation of color #920065: hue angle of 318.49º 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 #920065 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.31 | 0.43 |
| HSL | 318.49º | 1% | 0.29% | - |
| HSV(B) | 318.49º | 1% | 0.57% | - |
| XYZ | 14.2 | 7.05 | 12.92 | - |
| YUV | 55.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 101 | 0 | 1 | 0.31 | 0.43 | 318.49 | 1 | 0.29 |
| Hex | 92 | 0 | 65 | 0 | 64 | 1F | 2B | 13E | 64 | 1D |
| Octal | 222 | 0 | 145 | 0 | 144 | 37 | 53 | 476 | 144 | 35 |
| Binary | 10010010 | 0 | 1100101 | 0 | 1100100 | 11111 | 101011 | 100111110 | 1100100 | 11101 |
Color Harmonies of #920065
Complementary color
Monochromatic Colors of #920065
Black with #920065
Text Example
Text Example
White with #920065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920065; }
p { color: rgb(146,0,101); }
H1.HeaderClassName
{
color: #920065;
}
.AnyTagClassName
{
color: #920065;
}
</style>
background-color css
<style>
a { background-color: #920065; }
a { background-color: rgb(146,0,101); }
div.DivClassName
{
background-color: #920065;
}
.BgClassName
{
background-color: #920065;
}
</style>
border-color css
<style>
span { border-color: #920065; }
span { border-color: rgb(146,0,101); }
td.TdClassName
{
border-color: #920065;
}
.TagClassName
{
border-color: #920065;
}
</style>