Shades of Dark Magenta #890882
Tints of Dark Magenta #890882
RGB
CMYK
RGB Variations
Color information
#890882 (or 0x890882) is known color: Dark Magenta. HEX triplet: 89, 08 and 82. RGB value is (137,8,130). Sum of RGB (Red+Green+Blue) = 137+8+130=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #890882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890882 is #76F77D. Grayscale: #3C3C3C. Windows color (decimal): -7796606 or 8521865. OLE color: 8521865.
HSL color Cylindrical-coordinate representation of color #890882: hue angle of 303.26º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890882 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 130 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.46 |
| HSL | 303.26º | 0.89% | 0.28% | - |
| HSV(B) | 303.26º | 0.94% | 0.54% | - |
| XYZ | 14.43 | 7.1 | 21.73 | - |
| YUV | 60.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 130 | 0 | 0.94 | 0.05 | 0.46 | 303.26 | 0.89 | 0.28 |
| Hex | 89 | 8 | 82 | 0 | 5E | 5 | 2E | 12F | 59 | 1C |
| Octal | 211 | 10 | 202 | 0 | 136 | 5 | 56 | 457 | 131 | 34 |
| Binary | 10001001 | 1000 | 10000010 | 0 | 1011110 | 101 | 101110 | 100101111 | 1011001 | 11100 |
Color Harmonies of #890882
Complementary color
Monochromatic Colors of #890882
Black with #890882
Text Example
Text Example
White with #890882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890882; }
p { color: rgb(137,8,130); }
H1.HeaderClassName
{
color: #890882;
}
.AnyTagClassName
{
color: #890882;
}
</style>
background-color css
<style>
a { background-color: #890882; }
a { background-color: rgb(137,8,130); }
div.DivClassName
{
background-color: #890882;
}
.BgClassName
{
background-color: #890882;
}
</style>
border-color css
<style>
span { border-color: #890882; }
span { border-color: rgb(137,8,130); }
td.TdClassName
{
border-color: #890882;
}
.TagClassName
{
border-color: #890882;
}
</style>