Shades of Eggplant #920F68
Tints of Eggplant #920F68
RGB
CMYK
RGB Variations
Color information
#920F68 (or 0x920F68) is known color: Eggplant. HEX triplet: 92, 0F and 68. RGB value is (146,15,104). Sum of RGB (Red+Green+Blue) = 146+15+104=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #920F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F68 is #6DF097. Grayscale: #404040. Windows color (decimal): -7205016 or 6819730. OLE color: 6819730.
HSL color Cylindrical-coordinate representation of color #920F68: hue angle of 319.24º 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 #920F68 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 104 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.43 |
| HSL | 319.24º | 0.81% | 0.32% | - |
| HSV(B) | 319.24º | 0.9% | 0.57% | - |
| XYZ | 14.52 | 7.45 | 13.77 | - |
| YUV | 64.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 104 | 0 | 0.90 | 0.29 | 0.43 | 319.24 | 0.81 | 0.32 |
| Hex | 92 | F | 68 | 0 | 5A | 1D | 2B | 13F | 51 | 20 |
| Octal | 222 | 17 | 150 | 0 | 132 | 35 | 53 | 477 | 121 | 40 |
| Binary | 10010010 | 1111 | 1101000 | 0 | 1011010 | 11101 | 101011 | 100111111 | 1010001 | 100000 |
Color Harmonies of #920F68
Complementary color
Monochromatic Colors of #920F68
Black with #920F68
Text Example
Text Example
White with #920F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F68; }
p { color: rgb(146,15,104); }
H1.HeaderClassName
{
color: #920F68;
}
.AnyTagClassName
{
color: #920F68;
}
</style>
background-color css
<style>
a { background-color: #920F68; }
a { background-color: rgb(146,15,104); }
div.DivClassName
{
background-color: #920F68;
}
.BgClassName
{
background-color: #920F68;
}
</style>
border-color css
<style>
span { border-color: #920F68; }
span { border-color: rgb(146,15,104); }
td.TdClassName
{
border-color: #920F68;
}
.TagClassName
{
border-color: #920F68;
}
</style>