Shades of Dark Magenta #921290
Tints of Dark Magenta #921290
RGB
CMYK
RGB Variations
Color information
#921290 (or 0x921290) is known color: Dark Magenta. HEX triplet: 92, 12 and 90. RGB value is (146,18,144). Sum of RGB (Red+Green+Blue) = 146+18+144=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #921290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921290 is #6DED6F. Grayscale: #464646. Windows color (decimal): -7204208 or 9441938. OLE color: 9441938.
HSL color Cylindrical-coordinate representation of color #921290: hue angle of 300.94º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921290 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 144 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.43 |
| HSL | 300.94º | 0.78% | 0.32% | - |
| HSV(B) | 300.94º | 0.88% | 0.57% | - |
| XYZ | 17.1 | 8.56 | 27.14 | - |
| YUV | 70.64 | 169.41 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 144 | 0 | 0.88 | 0.01 | 0.43 | 300.94 | 0.78 | 0.32 |
| Hex | 92 | 12 | 90 | 0 | 58 | 1 | 2B | 12D | 4E | 20 |
| Octal | 222 | 22 | 220 | 0 | 130 | 1 | 53 | 455 | 116 | 40 |
| Binary | 10010010 | 10010 | 10010000 | 0 | 1011000 | 1 | 101011 | 100101101 | 1001110 | 100000 |
Color Harmonies of #921290
Complementary color
Monochromatic Colors of #921290
Black with #921290
Text Example
Text Example
White with #921290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921290; }
p { color: rgb(146,18,144); }
H1.HeaderClassName
{
color: #921290;
}
.AnyTagClassName
{
color: #921290;
}
</style>
background-color css
<style>
a { background-color: #921290; }
a { background-color: rgb(146,18,144); }
div.DivClassName
{
background-color: #921290;
}
.BgClassName
{
background-color: #921290;
}
</style>
border-color css
<style>
span { border-color: #921290; }
span { border-color: rgb(146,18,144); }
td.TdClassName
{
border-color: #921290;
}
.TagClassName
{
border-color: #921290;
}
</style>