Shades of Dark Magenta #850A8B
Tints of Dark Magenta #850A8B
RGB
CMYK
RGB Variations
Color information
#850A8B (or 0x850A8B) is known color: Dark Magenta. HEX triplet: 85, 0A and 8B. RGB value is (133,10,139). Sum of RGB (Red+Green+Blue) = 133+10+139=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #850A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850A8B is #7AF574. Grayscale: #3D3D3D. Windows color (decimal): -8058229 or 9112197. OLE color: 9112197.
HSL color Cylindrical-coordinate representation of color #850A8B: hue angle of 297.21º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850A8B is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 10 | 139 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.45 |
| HSL | 297.21º | 0.87% | 0.29% | - |
| HSV(B) | 297.21º | 0.93% | 0.55% | - |
| XYZ | 14.44 | 7.07 | 25.03 | - |
| YUV | 61.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 139 | 0.04 | 0.93 | 0 | 0.45 | 297.21 | 0.87 | 0.29 |
| Hex | 85 | A | 8B | 4 | 5D | 0 | 2D | 129 | 57 | 1D |
| Octal | 205 | 12 | 213 | 4 | 135 | 0 | 55 | 451 | 127 | 35 |
| Binary | 10000101 | 1010 | 10001011 | 100 | 1011101 | 0 | 101101 | 100101001 | 1010111 | 11101 |
Color Harmonies of #850A8B
Complementary color
Monochromatic Colors of #850A8B
Black with #850A8B
Text Example
Text Example
White with #850A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A8B; }
p { color: rgb(133,10,139); }
H1.HeaderClassName
{
color: #850A8B;
}
.AnyTagClassName
{
color: #850A8B;
}
</style>
background-color css
<style>
a { background-color: #850A8B; }
a { background-color: rgb(133,10,139); }
div.DivClassName
{
background-color: #850A8B;
}
.BgClassName
{
background-color: #850A8B;
}
</style>
border-color css
<style>
span { border-color: #850A8B; }
span { border-color: rgb(133,10,139); }
td.TdClassName
{
border-color: #850A8B;
}
.TagClassName
{
border-color: #850A8B;
}
</style>