Shades of Eggplant #920C60
Tints of Eggplant #920C60
RGB
CMYK
RGB Variations
Color information
#920C60 (or 0x920C60) is known color: Eggplant. HEX triplet: 92, 0C and 60. RGB value is (146,12,96). Sum of RGB (Red+Green+Blue) = 146+12+96=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #920C60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920C60 is #6DF39F. Grayscale: #3D3D3D. Windows color (decimal): -7205792 or 6294674. OLE color: 6294674.
HSL color Cylindrical-coordinate representation of color #920C60: hue angle of 322.39º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920C60 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 96 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.43 |
| HSL | 322.39º | 0.85% | 0.31% | - |
| HSV(B) | 322.39º | 0.92% | 0.57% | - |
| XYZ | 14.1 | 7.22 | 11.72 | - |
| YUV | 61.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 96 | 0 | 0.92 | 0.34 | 0.43 | 322.39 | 0.85 | 0.31 |
| Hex | 92 | C | 60 | 0 | 5C | 22 | 2B | 142 | 55 | 1F |
| Octal | 222 | 14 | 140 | 0 | 134 | 42 | 53 | 502 | 125 | 37 |
| Binary | 10010010 | 1100 | 1100000 | 0 | 1011100 | 100010 | 101011 | 101000010 | 1010101 | 11111 |
Color Harmonies of #920C60
Complementary color
Monochromatic Colors of #920C60
Black with #920C60
Text Example
Text Example
White with #920C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C60; }
p { color: rgb(146,12,96); }
H1.HeaderClassName
{
color: #920C60;
}
.AnyTagClassName
{
color: #920C60;
}
</style>
background-color css
<style>
a { background-color: #920C60; }
a { background-color: rgb(146,12,96); }
div.DivClassName
{
background-color: #920C60;
}
.BgClassName
{
background-color: #920C60;
}
</style>
border-color css
<style>
span { border-color: #920C60; }
span { border-color: rgb(146,12,96); }
td.TdClassName
{
border-color: #920C60;
}
.TagClassName
{
border-color: #920C60;
}
</style>