Shades of Dark Magenta #85188F
Tints of Dark Magenta #85188F
RGB
CMYK
RGB Variations
Color information
#85188F (or 0x85188F) is known color: Dark Magenta. HEX triplet: 85, 18 and 8F. RGB value is (133,24,143). Sum of RGB (Red+Green+Blue) = 133+24+143=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #85188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85188F is #7AE770. Grayscale: #454545. Windows color (decimal): -8054641 or 9377925. OLE color: 9377925.
HSL color Cylindrical-coordinate representation of color #85188F: hue angle of 294.96º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85188F is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 24 | 143 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.44 |
| HSL | 294.96º | 0.71% | 0.33% | - |
| HSV(B) | 294.96º | 0.83% | 0.56% | - |
| XYZ | 14.96 | 7.62 | 26.67 | - |
| YUV | 70.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 143 | 0.07 | 0.83 | 0 | 0.44 | 294.96 | 0.71 | 0.33 |
| Hex | 85 | 18 | 8F | 7 | 53 | 0 | 2C | 127 | 47 | 21 |
| Octal | 205 | 30 | 217 | 7 | 123 | 0 | 54 | 447 | 107 | 41 |
| Binary | 10000101 | 11000 | 10001111 | 111 | 1010011 | 0 | 101100 | 100100111 | 1000111 | 100001 |
Color Harmonies of #85188F
Complementary color
Monochromatic Colors of #85188F
Black with #85188F
Text Example
Text Example
White with #85188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85188F; }
p { color: rgb(133,24,143); }
H1.HeaderClassName
{
color: #85188F;
}
.AnyTagClassName
{
color: #85188F;
}
</style>
background-color css
<style>
a { background-color: #85188F; }
a { background-color: rgb(133,24,143); }
div.DivClassName
{
background-color: #85188F;
}
.BgClassName
{
background-color: #85188F;
}
</style>
border-color css
<style>
span { border-color: #85188F; }
span { border-color: rgb(133,24,143); }
td.TdClassName
{
border-color: #85188F;
}
.TagClassName
{
border-color: #85188F;
}
</style>