Shades of Dark Magenta #920490
Tints of Dark Magenta #920490
RGB
CMYK
RGB Variations
Color information
#920490 (or 0x920490) is known color: Dark Magenta. HEX triplet: 92, 04 and 90. RGB value is (146,4,144). Sum of RGB (Red+Green+Blue) = 146+4+144=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #920490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920490 is #6DFB6F. Grayscale: #3E3E3E. Windows color (decimal): -7207792 or 9438354. OLE color: 9438354.
HSL color Cylindrical-coordinate representation of color #920490: hue angle of 300.85º 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 #920490 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 4 | 144 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.43 |
| HSL | 300.85º | 0.95% | 0.29% | - |
| HSV(B) | 300.85º | 0.97% | 0.57% | - |
| XYZ | 16.93 | 8.21 | 27.08 | - |
| YUV | 62.42 | 174.04 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 144 | 0 | 0.97 | 0.01 | 0.43 | 300.85 | 0.95 | 0.29 |
| Hex | 92 | 4 | 90 | 0 | 61 | 1 | 2B | 12D | 5F | 1D |
| Octal | 222 | 4 | 220 | 0 | 141 | 1 | 53 | 455 | 137 | 35 |
| Binary | 10010010 | 100 | 10010000 | 0 | 1100001 | 1 | 101011 | 100101101 | 1011111 | 11101 |
Color Harmonies of #920490
Complementary color
Monochromatic Colors of #920490
Black with #920490
Text Example
Text Example
White with #920490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920490; }
p { color: rgb(146,4,144); }
H1.HeaderClassName
{
color: #920490;
}
.AnyTagClassName
{
color: #920490;
}
</style>
background-color css
<style>
a { background-color: #920490; }
a { background-color: rgb(146,4,144); }
div.DivClassName
{
background-color: #920490;
}
.BgClassName
{
background-color: #920490;
}
</style>
border-color css
<style>
span { border-color: #920490; }
span { border-color: rgb(146,4,144); }
td.TdClassName
{
border-color: #920490;
}
.TagClassName
{
border-color: #920490;
}
</style>