Shades of Dark Magenta #850D89
Tints of Dark Magenta #850D89
RGB
CMYK
RGB Variations
Color information
#850D89 (or 0x850D89) is known color: Dark Magenta. HEX triplet: 85, 0D and 89. RGB value is (133,13,137). Sum of RGB (Red+Green+Blue) = 133+13+137=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #850D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850D89 is #7AF276. Grayscale: #3E3E3E. Windows color (decimal): -8057463 or 8981893. OLE color: 8981893.
HSL color Cylindrical-coordinate representation of color #850D89: hue angle of 298.06º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850D89 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 13 | 137 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.46 |
| HSL | 298.06º | 0.83% | 0.29% | - |
| HSV(B) | 298.06º | 0.91% | 0.54% | - |
| XYZ | 14.33 | 7.08 | 24.28 | - |
| YUV | 63.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 137 | 0.03 | 0.91 | 0 | 0.46 | 298.06 | 0.83 | 0.29 |
| Hex | 85 | D | 89 | 3 | 5B | 0 | 2E | 12A | 53 | 1D |
| Octal | 205 | 15 | 211 | 3 | 133 | 0 | 56 | 452 | 123 | 35 |
| Binary | 10000101 | 1101 | 10001001 | 11 | 1011011 | 0 | 101110 | 100101010 | 1010011 | 11101 |
Color Harmonies of #850D89
Complementary color
Monochromatic Colors of #850D89
Black with #850D89
Text Example
Text Example
White with #850D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D89; }
p { color: rgb(133,13,137); }
H1.HeaderClassName
{
color: #850D89;
}
.AnyTagClassName
{
color: #850D89;
}
</style>
background-color css
<style>
a { background-color: #850D89; }
a { background-color: rgb(133,13,137); }
div.DivClassName
{
background-color: #850D89;
}
.BgClassName
{
background-color: #850D89;
}
</style>
border-color css
<style>
span { border-color: #850D89; }
span { border-color: rgb(133,13,137); }
td.TdClassName
{
border-color: #850D89;
}
.TagClassName
{
border-color: #850D89;
}
</style>