Shades of Eggplant #920F63
Tints of Eggplant #920F63
RGB
CMYK
RGB Variations
Color information
#920F63 (or 0x920F63) is known color: Eggplant. HEX triplet: 92, 0F and 63. RGB value is (146,15,99). Sum of RGB (Red+Green+Blue) = 146+15+99=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #920F63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F63 is #6DF09C. Grayscale: #3F3F3F. Windows color (decimal): -7205021 or 6492050. OLE color: 6492050.
HSL color Cylindrical-coordinate representation of color #920F63: hue angle of 321.53º 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 #920F63 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 99 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.43 |
| HSL | 321.53º | 0.81% | 0.32% | - |
| HSV(B) | 321.53º | 0.9% | 0.57% | - |
| XYZ | 14.28 | 7.35 | 12.47 | - |
| YUV | 63.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 99 | 0 | 0.90 | 0.32 | 0.43 | 321.53 | 0.81 | 0.32 |
| Hex | 92 | F | 63 | 0 | 5A | 20 | 2B | 142 | 51 | 20 |
| Octal | 222 | 17 | 143 | 0 | 132 | 40 | 53 | 502 | 121 | 40 |
| Binary | 10010010 | 1111 | 1100011 | 0 | 1011010 | 100000 | 101011 | 101000010 | 1010001 | 100000 |
Color Harmonies of #920F63
Complementary color
Monochromatic Colors of #920F63
Black with #920F63
Text Example
Text Example
White with #920F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F63; }
p { color: rgb(146,15,99); }
H1.HeaderClassName
{
color: #920F63;
}
.AnyTagClassName
{
color: #920F63;
}
</style>
background-color css
<style>
a { background-color: #920F63; }
a { background-color: rgb(146,15,99); }
div.DivClassName
{
background-color: #920F63;
}
.BgClassName
{
background-color: #920F63;
}
</style>
border-color css
<style>
span { border-color: #920F63; }
span { border-color: rgb(146,15,99); }
td.TdClassName
{
border-color: #920F63;
}
.TagClassName
{
border-color: #920F63;
}
</style>