Shades of Eggplant #920F6C
Tints of Eggplant #920F6C
RGB
CMYK
RGB Variations
Color information
#920F6C (or 0x920F6C) is known color: Eggplant. HEX triplet: 92, 0F and 6C. RGB value is (146,15,108). Sum of RGB (Red+Green+Blue) = 146+15+108=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #920F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F6C is #6DF093. Grayscale: #404040. Windows color (decimal): -7205012 or 7081874. OLE color: 7081874.
HSL color Cylindrical-coordinate representation of color #920F6C: hue angle of 317.4º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F6C is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 108 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.43 |
| HSL | 317.4º | 0.81% | 0.32% | - |
| HSV(B) | 317.4º | 0.9% | 0.57% | - |
| XYZ | 14.73 | 7.54 | 14.87 | - |
| YUV | 64.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 108 | 0 | 0.90 | 0.26 | 0.43 | 317.4 | 0.81 | 0.32 |
| Hex | 92 | F | 6C | 0 | 5A | 1A | 2B | 13D | 51 | 20 |
| Octal | 222 | 17 | 154 | 0 | 132 | 32 | 53 | 475 | 121 | 40 |
| Binary | 10010010 | 1111 | 1101100 | 0 | 1011010 | 11010 | 101011 | 100111101 | 1010001 | 100000 |
Color Harmonies of #920F6C
Complementary color
Monochromatic Colors of #920F6C
Black with #920F6C
Text Example
Text Example
White with #920F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F6C; }
p { color: rgb(146,15,108); }
H1.HeaderClassName
{
color: #920F6C;
}
.AnyTagClassName
{
color: #920F6C;
}
</style>
background-color css
<style>
a { background-color: #920F6C; }
a { background-color: rgb(146,15,108); }
div.DivClassName
{
background-color: #920F6C;
}
.BgClassName
{
background-color: #920F6C;
}
</style>
border-color css
<style>
span { border-color: #920F6C; }
span { border-color: rgb(146,15,108); }
td.TdClassName
{
border-color: #920F6C;
}
.TagClassName
{
border-color: #920F6C;
}
</style>