Shades of Dark Magenta #920491
Tints of Dark Magenta #920491
RGB
CMYK
RGB Variations
Color information
#920491 (or 0x920491) is known color: Dark Magenta. HEX triplet: 92, 04 and 91. RGB value is (146,4,145). Sum of RGB (Red+Green+Blue) = 146+4+145=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #920491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920491 is #6DFB6E. Grayscale: #3E3E3E. Windows color (decimal): -7207791 or 9503890. OLE color: 9503890.
HSL color Cylindrical-coordinate representation of color #920491: hue angle of 300.42º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920491 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 4 | 145 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.43 |
| HSL | 300.42º | 0.95% | 0.29% | - |
| HSV(B) | 300.42º | 0.97% | 0.57% | - |
| XYZ | 17.01 | 8.24 | 27.48 | - |
| YUV | 62.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 145 | 0 | 0.97 | 0.01 | 0.43 | 300.42 | 0.95 | 0.29 |
| Hex | 92 | 4 | 91 | 0 | 61 | 1 | 2B | 12C | 5F | 1D |
| Octal | 222 | 4 | 221 | 0 | 141 | 1 | 53 | 454 | 137 | 35 |
| Binary | 10010010 | 100 | 10010001 | 0 | 1100001 | 1 | 101011 | 100101100 | 1011111 | 11101 |
Color Harmonies of #920491
Complementary color
Monochromatic Colors of #920491
Black with #920491
Text Example
Text Example
White with #920491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920491; }
p { color: rgb(146,4,145); }
H1.HeaderClassName
{
color: #920491;
}
.AnyTagClassName
{
color: #920491;
}
</style>
background-color css
<style>
a { background-color: #920491; }
a { background-color: rgb(146,4,145); }
div.DivClassName
{
background-color: #920491;
}
.BgClassName
{
background-color: #920491;
}
</style>
border-color css
<style>
span { border-color: #920491; }
span { border-color: rgb(146,4,145); }
td.TdClassName
{
border-color: #920491;
}
.TagClassName
{
border-color: #920491;
}
</style>