Shades of Dark Magenta #850A88
Tints of Dark Magenta #850A88
RGB
CMYK
RGB Variations
Color information
#850A88 (or 0x850A88) is known color: Dark Magenta. HEX triplet: 85, 0A and 88. RGB value is (133,10,136). Sum of RGB (Red+Green+Blue) = 133+10+136=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #850A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850A88 is #7AF577. Grayscale: #3C3C3C. Windows color (decimal): -8058232 or 8915589. OLE color: 8915589.
HSL color Cylindrical-coordinate representation of color #850A88: hue angle of 298.57º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850A88 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 10 | 136 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.47 |
| HSL | 298.57º | 0.86% | 0.29% | - |
| HSV(B) | 298.57º | 0.93% | 0.53% | - |
| XYZ | 14.23 | 6.98 | 23.89 | - |
| YUV | 61.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 136 | 0.02 | 0.93 | 0 | 0.47 | 298.57 | 0.86 | 0.29 |
| Hex | 85 | A | 88 | 2 | 5D | 0 | 2F | 12B | 56 | 1D |
| Octal | 205 | 12 | 210 | 2 | 135 | 0 | 57 | 453 | 126 | 35 |
| Binary | 10000101 | 1010 | 10001000 | 10 | 1011101 | 0 | 101111 | 100101011 | 1010110 | 11101 |
Color Harmonies of #850A88
Complementary color
Monochromatic Colors of #850A88
Black with #850A88
Text Example
Text Example
White with #850A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A88; }
p { color: rgb(133,10,136); }
H1.HeaderClassName
{
color: #850A88;
}
.AnyTagClassName
{
color: #850A88;
}
</style>
background-color css
<style>
a { background-color: #850A88; }
a { background-color: rgb(133,10,136); }
div.DivClassName
{
background-color: #850A88;
}
.BgClassName
{
background-color: #850A88;
}
</style>
border-color css
<style>
span { border-color: #850A88; }
span { border-color: rgb(133,10,136); }
td.TdClassName
{
border-color: #850A88;
}
.TagClassName
{
border-color: #850A88;
}
</style>