Shades of Dark Magenta #921589
Tints of Dark Magenta #921589
RGB
CMYK
RGB Variations
Color information
#921589 (or 0x921589) is known color: Dark Magenta. HEX triplet: 92, 15 and 89. RGB value is (146,21,137). Sum of RGB (Red+Green+Blue) = 146+21+137=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #921589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921589 is #6DEA76. Grayscale: #474747. Windows color (decimal): -7203447 or 8983954. OLE color: 8983954.
HSL color Cylindrical-coordinate representation of color #921589: hue angle of 304.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921589 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 137 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.43 |
| HSL | 304.32º | 0.75% | 0.33% | - |
| HSV(B) | 304.32º | 0.86% | 0.57% | - |
| XYZ | 16.64 | 8.45 | 24.42 | - |
| YUV | 71.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 137 | 0 | 0.86 | 0.06 | 0.43 | 304.32 | 0.75 | 0.33 |
| Hex | 92 | 15 | 89 | 0 | 56 | 6 | 2B | 130 | 4B | 21 |
| Octal | 222 | 25 | 211 | 0 | 126 | 6 | 53 | 460 | 113 | 41 |
| Binary | 10010010 | 10101 | 10001001 | 0 | 1010110 | 110 | 101011 | 100110000 | 1001011 | 100001 |
Color Harmonies of #921589
Complementary color
Monochromatic Colors of #921589
Black with #921589
Text Example
Text Example
White with #921589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921589; }
p { color: rgb(146,21,137); }
H1.HeaderClassName
{
color: #921589;
}
.AnyTagClassName
{
color: #921589;
}
</style>
background-color css
<style>
a { background-color: #921589; }
a { background-color: rgb(146,21,137); }
div.DivClassName
{
background-color: #921589;
}
.BgClassName
{
background-color: #921589;
}
</style>
border-color css
<style>
span { border-color: #921589; }
span { border-color: rgb(146,21,137); }
td.TdClassName
{
border-color: #921589;
}
.TagClassName
{
border-color: #921589;
}
</style>