Shades of Dark Magenta #921990
Tints of Dark Magenta #921990
RGB
CMYK
RGB Variations
Color information
#921990 (or 0x921990) is known color: Dark Magenta. HEX triplet: 92, 19 and 90. RGB value is (146,25,144). Sum of RGB (Red+Green+Blue) = 146+25+144=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #921990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921990 is #6DE66F. Grayscale: #4A4A4A. Windows color (decimal): -7202416 or 9443730. OLE color: 9443730.
HSL color Cylindrical-coordinate representation of color #921990: hue angle of 300.99º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921990 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 144 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.43 |
| HSL | 300.99º | 0.71% | 0.34% | - |
| HSV(B) | 300.99º | 0.83% | 0.57% | - |
| XYZ | 17.24 | 8.82 | 27.18 | - |
| YUV | 74.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 144 | 0 | 0.83 | 0.01 | 0.43 | 300.99 | 0.71 | 0.34 |
| Hex | 92 | 19 | 90 | 0 | 53 | 1 | 2B | 12D | 47 | 22 |
| Octal | 222 | 31 | 220 | 0 | 123 | 1 | 53 | 455 | 107 | 42 |
| Binary | 10010010 | 11001 | 10010000 | 0 | 1010011 | 1 | 101011 | 100101101 | 1000111 | 100010 |
Color Harmonies of #921990
Complementary color
Monochromatic Colors of #921990
Black with #921990
Text Example
Text Example
White with #921990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921990; }
p { color: rgb(146,25,144); }
H1.HeaderClassName
{
color: #921990;
}
.AnyTagClassName
{
color: #921990;
}
</style>
background-color css
<style>
a { background-color: #921990; }
a { background-color: rgb(146,25,144); }
div.DivClassName
{
background-color: #921990;
}
.BgClassName
{
background-color: #921990;
}
</style>
border-color css
<style>
span { border-color: #921990; }
span { border-color: rgb(146,25,144); }
td.TdClassName
{
border-color: #921990;
}
.TagClassName
{
border-color: #921990;
}
</style>