Shades of Dark Magenta #890982
Tints of Dark Magenta #890982
RGB
CMYK
RGB Variations
Color information
#890982 (or 0x890982) is known color: Dark Magenta. HEX triplet: 89, 09 and 82. RGB value is (137,9,130). Sum of RGB (Red+Green+Blue) = 137+9+130=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #890982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890982 is #76F67D. Grayscale: #3C3C3C. Windows color (decimal): -7796350 or 8522121. OLE color: 8522121.
HSL color Cylindrical-coordinate representation of color #890982: hue angle of 303.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890982 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 130 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.46 |
| HSL | 303.28º | 0.88% | 0.29% | - |
| HSV(B) | 303.28º | 0.93% | 0.54% | - |
| XYZ | 14.44 | 7.13 | 21.73 | - |
| YUV | 61.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 130 | 0 | 0.93 | 0.05 | 0.46 | 303.28 | 0.88 | 0.29 |
| Hex | 89 | 9 | 82 | 0 | 5D | 5 | 2E | 12F | 58 | 1D |
| Octal | 211 | 11 | 202 | 0 | 135 | 5 | 56 | 457 | 130 | 35 |
| Binary | 10001001 | 1001 | 10000010 | 0 | 1011101 | 101 | 101110 | 100101111 | 1011000 | 11101 |
Color Harmonies of #890982
Complementary color
Monochromatic Colors of #890982
Black with #890982
Text Example
Text Example
White with #890982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890982; }
p { color: rgb(137,9,130); }
H1.HeaderClassName
{
color: #890982;
}
.AnyTagClassName
{
color: #890982;
}
</style>
background-color css
<style>
a { background-color: #890982; }
a { background-color: rgb(137,9,130); }
div.DivClassName
{
background-color: #890982;
}
.BgClassName
{
background-color: #890982;
}
</style>
border-color css
<style>
span { border-color: #890982; }
span { border-color: rgb(137,9,130); }
td.TdClassName
{
border-color: #890982;
}
.TagClassName
{
border-color: #890982;
}
</style>