Shades of Dark Magenta #920389
Tints of Dark Magenta #920389
RGB
CMYK
RGB Variations
Color information
#920389 (or 0x920389) is known color: Dark Magenta. HEX triplet: 92, 03 and 89. RGB value is (146,3,137). Sum of RGB (Red+Green+Blue) = 146+3+137=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #920389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920389 is #6DFC76. Grayscale: #3C3C3C. Windows color (decimal): -7208055 or 8979346. OLE color: 8979346.
HSL color Cylindrical-coordinate representation of color #920389: hue angle of 303.78º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #920389 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.43 |
| HSL | 303.78º | 0.96% | 0.29% | - |
| HSV(B) | 303.78º | 0.98% | 0.57% | - |
| XYZ | 16.4 | 7.98 | 24.34 | - |
| YUV | 61.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 137 | 0 | 0.98 | 0.06 | 0.43 | 303.78 | 0.96 | 0.29 |
| Hex | 92 | 3 | 89 | 0 | 62 | 6 | 2B | 130 | 60 | 1D |
| Octal | 222 | 3 | 211 | 0 | 142 | 6 | 53 | 460 | 140 | 35 |
| Binary | 10010010 | 11 | 10001001 | 0 | 1100010 | 110 | 101011 | 100110000 | 1100000 | 11101 |
Color Harmonies of #920389
Complementary color
Monochromatic Colors of #920389
Black with #920389
Text Example
Text Example
White with #920389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920389; }
p { color: rgb(146,3,137); }
H1.HeaderClassName
{
color: #920389;
}
.AnyTagClassName
{
color: #920389;
}
</style>
background-color css
<style>
a { background-color: #920389; }
a { background-color: rgb(146,3,137); }
div.DivClassName
{
background-color: #920389;
}
.BgClassName
{
background-color: #920389;
}
</style>
border-color css
<style>
span { border-color: #920389; }
span { border-color: rgb(146,3,137); }
td.TdClassName
{
border-color: #920389;
}
.TagClassName
{
border-color: #920389;
}
</style>