Shades of Dark Magenta #85168B
Tints of Dark Magenta #85168B
RGB
CMYK
RGB Variations
Color information
#85168B (or 0x85168B) is known color: Dark Magenta. HEX triplet: 85, 16 and 8B. RGB value is (133,22,139). Sum of RGB (Red+Green+Blue) = 133+22+139=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #85168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85168B is #7AE974. Grayscale: #444444. Windows color (decimal): -8055157 or 9115269. OLE color: 9115269.
HSL color Cylindrical-coordinate representation of color #85168B: hue angle of 296.92º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85168B is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 22 | 139 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.45 |
| HSL | 296.92º | 0.73% | 0.32% | - |
| HSV(B) | 296.92º | 0.84% | 0.55% | - |
| XYZ | 14.62 | 7.42 | 25.09 | - |
| YUV | 68.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 139 | 0.04 | 0.84 | 0 | 0.45 | 296.92 | 0.73 | 0.32 |
| Hex | 85 | 16 | 8B | 4 | 54 | 0 | 2D | 129 | 49 | 20 |
| Octal | 205 | 26 | 213 | 4 | 124 | 0 | 55 | 451 | 111 | 40 |
| Binary | 10000101 | 10110 | 10001011 | 100 | 1010100 | 0 | 101101 | 100101001 | 1001001 | 100000 |
Color Harmonies of #85168B
Complementary color
Monochromatic Colors of #85168B
Black with #85168B
Text Example
Text Example
White with #85168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85168B; }
p { color: rgb(133,22,139); }
H1.HeaderClassName
{
color: #85168B;
}
.AnyTagClassName
{
color: #85168B;
}
</style>
background-color css
<style>
a { background-color: #85168B; }
a { background-color: rgb(133,22,139); }
div.DivClassName
{
background-color: #85168B;
}
.BgClassName
{
background-color: #85168B;
}
</style>
border-color css
<style>
span { border-color: #85168B; }
span { border-color: rgb(133,22,139); }
td.TdClassName
{
border-color: #85168B;
}
.TagClassName
{
border-color: #85168B;
}
</style>