Shades of Dark Magenta #85089F
Tints of Dark Magenta #85089F
RGB
CMYK
RGB Variations
Color information
#85089F (or 0x85089F) is known color: Dark Magenta. HEX triplet: 85, 08 and 9F. RGB value is (133,8,159). Sum of RGB (Red+Green+Blue) = 133+8+159=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #85089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85089F is #7AF760. Grayscale: #3E3E3E. Windows color (decimal): -8058721 or 10422405. OLE color: 10422405.
HSL color Cylindrical-coordinate representation of color #85089F: hue angle of 289.67º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85089F is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 8 | 159 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.38 |
| HSL | 289.67º | 0.9% | 0.33% | - |
| HSV(B) | 289.67º | 0.95% | 0.62% | - |
| XYZ | 16.02 | 7.66 | 33.44 | - |
| YUV | 62.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 159 | 0.16 | 0.95 | 0 | 0.38 | 289.67 | 0.9 | 0.33 |
| Hex | 85 | 8 | 9F | 10 | 5F | 0 | 26 | 122 | 5A | 21 |
| Octal | 205 | 10 | 237 | 20 | 137 | 0 | 46 | 442 | 132 | 41 |
| Binary | 10000101 | 1000 | 10011111 | 10000 | 1011111 | 0 | 100110 | 100100010 | 1011010 | 100001 |
Color Harmonies of #85089F
Complementary color
Monochromatic Colors of #85089F
Black with #85089F
Text Example
Text Example
White with #85089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85089F; }
p { color: rgb(133,8,159); }
H1.HeaderClassName
{
color: #85089F;
}
.AnyTagClassName
{
color: #85089F;
}
</style>
background-color css
<style>
a { background-color: #85089F; }
a { background-color: rgb(133,8,159); }
div.DivClassName
{
background-color: #85089F;
}
.BgClassName
{
background-color: #85089F;
}
</style>
border-color css
<style>
span { border-color: #85089F; }
span { border-color: rgb(133,8,159); }
td.TdClassName
{
border-color: #85089F;
}
.TagClassName
{
border-color: #85089F;
}
</style>