Shades of Dark Magenta #920789
Tints of Dark Magenta #920789
RGB
CMYK
RGB Variations
Color information
#920789 (or 0x920789) is known color: Dark Magenta. HEX triplet: 92, 07 and 89. RGB value is (146,7,137). Sum of RGB (Red+Green+Blue) = 146+7+137=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #920789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920789 is #6DF876. Grayscale: #3F3F3F. Windows color (decimal): -7207031 or 8980370. OLE color: 8980370.
HSL color Cylindrical-coordinate representation of color #920789: hue angle of 303.88º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920789 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 7 | 137 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.43 |
| HSL | 303.88º | 0.91% | 0.3% | - |
| HSV(B) | 303.88º | 0.95% | 0.57% | - |
| XYZ | 16.45 | 8.07 | 24.36 | - |
| YUV | 63.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 137 | 0 | 0.95 | 0.06 | 0.43 | 303.88 | 0.91 | 0.3 |
| Hex | 92 | 7 | 89 | 0 | 5F | 6 | 2B | 130 | 5B | 1E |
| Octal | 222 | 7 | 211 | 0 | 137 | 6 | 53 | 460 | 133 | 36 |
| Binary | 10010010 | 111 | 10001001 | 0 | 1011111 | 110 | 101011 | 100110000 | 1011011 | 11110 |
Color Harmonies of #920789
Complementary color
Monochromatic Colors of #920789
Black with #920789
Text Example
Text Example
White with #920789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920789; }
p { color: rgb(146,7,137); }
H1.HeaderClassName
{
color: #920789;
}
.AnyTagClassName
{
color: #920789;
}
</style>
background-color css
<style>
a { background-color: #920789; }
a { background-color: rgb(146,7,137); }
div.DivClassName
{
background-color: #920789;
}
.BgClassName
{
background-color: #920789;
}
</style>
border-color css
<style>
span { border-color: #920789; }
span { border-color: rgb(146,7,137); }
td.TdClassName
{
border-color: #920789;
}
.TagClassName
{
border-color: #920789;
}
</style>