Shades of Dark Magenta #85079C
Tints of Dark Magenta #85079C
RGB
CMYK
RGB Variations
Color information
#85079C (or 0x85079C) is known color: Dark Magenta. HEX triplet: 85, 07 and 9C. RGB value is (133,7,156). Sum of RGB (Red+Green+Blue) = 133+7+156=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #85079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85079C is #7AF863. Grayscale: #3D3D3D. Windows color (decimal): -8058980 or 10225541. OLE color: 10225541.
HSL color Cylindrical-coordinate representation of color #85079C: hue angle of 290.74º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85079C is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 7 | 156 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.39 |
| HSL | 290.74º | 0.91% | 0.32% | - |
| HSV(B) | 290.74º | 0.96% | 0.61% | - |
| XYZ | 15.75 | 7.54 | 32.08 | - |
| YUV | 61.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 156 | 0.15 | 0.96 | 0 | 0.39 | 290.74 | 0.91 | 0.32 |
| Hex | 85 | 7 | 9C | F | 60 | 0 | 27 | 123 | 5B | 20 |
| Octal | 205 | 7 | 234 | 17 | 140 | 0 | 47 | 443 | 133 | 40 |
| Binary | 10000101 | 111 | 10011100 | 1111 | 1100000 | 0 | 100111 | 100100011 | 1011011 | 100000 |
Color Harmonies of #85079C
Complementary color
Monochromatic Colors of #85079C
Black with #85079C
Text Example
Text Example
White with #85079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85079C; }
p { color: rgb(133,7,156); }
H1.HeaderClassName
{
color: #85079C;
}
.AnyTagClassName
{
color: #85079C;
}
</style>
background-color css
<style>
a { background-color: #85079C; }
a { background-color: rgb(133,7,156); }
div.DivClassName
{
background-color: #85079C;
}
.BgClassName
{
background-color: #85079C;
}
</style>
border-color css
<style>
span { border-color: #85079C; }
span { border-color: rgb(133,7,156); }
td.TdClassName
{
border-color: #85079C;
}
.TagClassName
{
border-color: #85079C;
}
</style>