Shades of Dark Magenta #85139B
Tints of Dark Magenta #85139B
RGB
CMYK
RGB Variations
Color information
#85139B (or 0x85139B) is known color: Dark Magenta. HEX triplet: 85, 13 and 9B. RGB value is (133,19,155). Sum of RGB (Red+Green+Blue) = 133+19+155=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #85139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85139B is #7AEC64. Grayscale: #444444. Windows color (decimal): -8055909 or 10163077. OLE color: 10163077.
HSL color Cylindrical-coordinate representation of color #85139B: hue angle of 290.29º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85139B is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 19 | 155 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.39 |
| HSL | 290.29º | 0.78% | 0.34% | - |
| HSV(B) | 290.29º | 0.88% | 0.61% | - |
| XYZ | 15.82 | 7.82 | 31.69 | - |
| YUV | 68.59 | 176.77 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 155 | 0.14 | 0.88 | 0 | 0.39 | 290.29 | 0.78 | 0.34 |
| Hex | 85 | 13 | 9B | E | 58 | 0 | 27 | 122 | 4E | 22 |
| Octal | 205 | 23 | 233 | 16 | 130 | 0 | 47 | 442 | 116 | 42 |
| Binary | 10000101 | 10011 | 10011011 | 1110 | 1011000 | 0 | 100111 | 100100010 | 1001110 | 100010 |
Color Harmonies of #85139B
Complementary color
Monochromatic Colors of #85139B
Black with #85139B
Text Example
Text Example
White with #85139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85139B; }
p { color: rgb(133,19,155); }
H1.HeaderClassName
{
color: #85139B;
}
.AnyTagClassName
{
color: #85139B;
}
</style>
background-color css
<style>
a { background-color: #85139B; }
a { background-color: rgb(133,19,155); }
div.DivClassName
{
background-color: #85139B;
}
.BgClassName
{
background-color: #85139B;
}
</style>
border-color css
<style>
span { border-color: #85139B; }
span { border-color: rgb(133,19,155); }
td.TdClassName
{
border-color: #85139B;
}
.TagClassName
{
border-color: #85139B;
}
</style>