Shades of Dark Magenta #920290
Tints of Dark Magenta #920290
RGB
CMYK
RGB Variations
Color information
#920290 (or 0x920290) is known color: Dark Magenta. HEX triplet: 92, 02 and 90. RGB value is (146,2,144). Sum of RGB (Red+Green+Blue) = 146+2+144=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #920290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920290 is #6DFD6F. Grayscale: #3C3C3C. Windows color (decimal): -7208304 or 9437842. OLE color: 9437842.
HSL color Cylindrical-coordinate representation of color #920290: hue angle of 300.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920290 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 144 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.43 |
| HSL | 300.83º | 0.97% | 0.29% | - |
| HSV(B) | 300.83º | 0.99% | 0.57% | - |
| XYZ | 16.91 | 8.17 | 27.07 | - |
| YUV | 61.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 144 | 0 | 0.99 | 0.01 | 0.43 | 300.83 | 0.97 | 0.29 |
| Hex | 92 | 2 | 90 | 0 | 63 | 1 | 2B | 12D | 61 | 1D |
| Octal | 222 | 2 | 220 | 0 | 143 | 1 | 53 | 455 | 141 | 35 |
| Binary | 10010010 | 10 | 10010000 | 0 | 1100011 | 1 | 101011 | 100101101 | 1100001 | 11101 |
Color Harmonies of #920290
Complementary color
Monochromatic Colors of #920290
Black with #920290
Text Example
Text Example
White with #920290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920290; }
p { color: rgb(146,2,144); }
H1.HeaderClassName
{
color: #920290;
}
.AnyTagClassName
{
color: #920290;
}
</style>
background-color css
<style>
a { background-color: #920290; }
a { background-color: rgb(146,2,144); }
div.DivClassName
{
background-color: #920290;
}
.BgClassName
{
background-color: #920290;
}
</style>
border-color css
<style>
span { border-color: #920290; }
span { border-color: rgb(146,2,144); }
td.TdClassName
{
border-color: #920290;
}
.TagClassName
{
border-color: #920290;
}
</style>