Shades of Dark Magenta #920079
Tints of Dark Magenta #920079
RGB
CMYK
RGB Variations
Color information
#920079 (or 0x920079) is known color: Dark Magenta. HEX triplet: 92, 00 and 79. RGB value is (146,0,121). Sum of RGB (Red+Green+Blue) = 146+0+121=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #920079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920079 is #6DFF86. Grayscale: #393939. Windows color (decimal): -7208839 or 7930002. OLE color: 7930002.
HSL color Cylindrical-coordinate representation of color #920079: hue angle of 310.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920079 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.17 | 0.43 |
| HSL | 310.27º | 1% | 0.29% | - |
| HSV(B) | 310.27º | 1% | 0.57% | - |
| XYZ | 15.31 | 7.49 | 18.73 | - |
| YUV | 57.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 121 | 0 | 1 | 0.17 | 0.43 | 310.27 | 1 | 0.29 |
| Hex | 92 | 0 | 79 | 0 | 64 | 11 | 2B | 136 | 64 | 1D |
| Octal | 222 | 0 | 171 | 0 | 144 | 21 | 53 | 466 | 144 | 35 |
| Binary | 10010010 | 0 | 1111001 | 0 | 1100100 | 10001 | 101011 | 100110110 | 1100100 | 11101 |
Color Harmonies of #920079
Complementary color
Monochromatic Colors of #920079
Black with #920079
Text Example
Text Example
White with #920079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920079; }
p { color: rgb(146,0,121); }
H1.HeaderClassName
{
color: #920079;
}
.AnyTagClassName
{
color: #920079;
}
</style>
background-color css
<style>
a { background-color: #920079; }
a { background-color: rgb(146,0,121); }
div.DivClassName
{
background-color: #920079;
}
.BgClassName
{
background-color: #920079;
}
</style>
border-color css
<style>
span { border-color: #920079; }
span { border-color: rgb(146,0,121); }
td.TdClassName
{
border-color: #920079;
}
.TagClassName
{
border-color: #920079;
}
</style>