Shades of Dark Magenta #890483
Tints of Dark Magenta #890483
RGB
CMYK
RGB Variations
Color information
#890483 (or 0x890483) is known color: Dark Magenta. HEX triplet: 89, 04 and 83. RGB value is (137,4,131). Sum of RGB (Red+Green+Blue) = 137+4+131=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #890483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890483 is #76FB7C. Grayscale: #393939. Windows color (decimal): -7797629 or 8586377. OLE color: 8586377.
HSL color Cylindrical-coordinate representation of color #890483: hue angle of 302.71º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890483 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 131 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.46 |
| HSL | 302.71º | 0.94% | 0.28% | - |
| HSV(B) | 302.71º | 0.97% | 0.54% | - |
| XYZ | 14.46 | 7.04 | 22.07 | - |
| YUV | 58.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 131 | 0 | 0.97 | 0.04 | 0.46 | 302.71 | 0.94 | 0.28 |
| Hex | 89 | 4 | 83 | 0 | 61 | 4 | 2E | 12F | 5E | 1C |
| Octal | 211 | 4 | 203 | 0 | 141 | 4 | 56 | 457 | 136 | 34 |
| Binary | 10001001 | 100 | 10000011 | 0 | 1100001 | 100 | 101110 | 100101111 | 1011110 | 11100 |
Color Harmonies of #890483
Complementary color
Monochromatic Colors of #890483
Black with #890483
Text Example
Text Example
White with #890483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890483; }
p { color: rgb(137,4,131); }
H1.HeaderClassName
{
color: #890483;
}
.AnyTagClassName
{
color: #890483;
}
</style>
background-color css
<style>
a { background-color: #890483; }
a { background-color: rgb(137,4,131); }
div.DivClassName
{
background-color: #890483;
}
.BgClassName
{
background-color: #890483;
}
</style>
border-color css
<style>
span { border-color: #890483; }
span { border-color: rgb(137,4,131); }
td.TdClassName
{
border-color: #890483;
}
.TagClassName
{
border-color: #890483;
}
</style>