Shades of Dark Magenta #920B7D
Tints of Dark Magenta #920B7D
RGB
CMYK
RGB Variations
Color information
#920B7D (or 0x920B7D) is known color: Dark Magenta. HEX triplet: 92, 0B and 7D. RGB value is (146,11,125). Sum of RGB (Red+Green+Blue) = 146+11+125=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #920B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920B7D is #6DF482. Grayscale: #404040. Windows color (decimal): -7206019 or 8194962. OLE color: 8194962.
HSL color Cylindrical-coordinate representation of color #920B7D: hue angle of 309.33º degrees, saturation: 0.86, 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 #920B7D is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 125 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.43 |
| HSL | 309.33º | 0.86% | 0.31% | - |
| HSV(B) | 309.33º | 0.92% | 0.57% | - |
| XYZ | 15.68 | 7.83 | 20.09 | - |
| YUV | 64.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 125 | 0 | 0.92 | 0.14 | 0.43 | 309.33 | 0.86 | 0.31 |
| Hex | 92 | B | 7D | 0 | 5C | E | 2B | 135 | 56 | 1F |
| Octal | 222 | 13 | 175 | 0 | 134 | 16 | 53 | 465 | 126 | 37 |
| Binary | 10010010 | 1011 | 1111101 | 0 | 1011100 | 1110 | 101011 | 100110101 | 1010110 | 11111 |
Color Harmonies of #920B7D
Complementary color
Monochromatic Colors of #920B7D
Black with #920B7D
Text Example
Text Example
White with #920B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B7D; }
p { color: rgb(146,11,125); }
H1.HeaderClassName
{
color: #920B7D;
}
.AnyTagClassName
{
color: #920B7D;
}
</style>
background-color css
<style>
a { background-color: #920B7D; }
a { background-color: rgb(146,11,125); }
div.DivClassName
{
background-color: #920B7D;
}
.BgClassName
{
background-color: #920B7D;
}
</style>
border-color css
<style>
span { border-color: #920B7D; }
span { border-color: rgb(146,11,125); }
td.TdClassName
{
border-color: #920B7D;
}
.TagClassName
{
border-color: #920B7D;
}
</style>