Shades of Dark Magenta #880485
Tints of Dark Magenta #880485
RGB
CMYK
RGB Variations
Color information
#880485 (or 0x880485) is known color: Dark Magenta. HEX triplet: 88, 04 and 85. RGB value is (136,4,133). Sum of RGB (Red+Green+Blue) = 136+4+133=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880485 is #77FB7A. Grayscale: #393939. Windows color (decimal): -7863163 or 8717448. OLE color: 8717448.
HSL color Cylindrical-coordinate representation of color #880485: hue angle of 301.36º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880485 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 133 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.47 |
| HSL | 301.36º | 0.94% | 0.27% | - |
| HSV(B) | 301.36º | 0.97% | 0.53% | - |
| XYZ | 14.43 | 7.01 | 22.78 | - |
| YUV | 58.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 133 | 0 | 0.97 | 0.02 | 0.47 | 301.36 | 0.94 | 0.27 |
| Hex | 88 | 4 | 85 | 0 | 61 | 2 | 2F | 12D | 5E | 1B |
| Octal | 210 | 4 | 205 | 0 | 141 | 2 | 57 | 455 | 136 | 33 |
| Binary | 10001000 | 100 | 10000101 | 0 | 1100001 | 10 | 101111 | 100101101 | 1011110 | 11011 |
Color Harmonies of #880485
Complementary color
Monochromatic Colors of #880485
Black with #880485
Text Example
Text Example
White with #880485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880485; }
p { color: rgb(136,4,133); }
H1.HeaderClassName
{
color: #880485;
}
.AnyTagClassName
{
color: #880485;
}
</style>
background-color css
<style>
a { background-color: #880485; }
a { background-color: rgb(136,4,133); }
div.DivClassName
{
background-color: #880485;
}
.BgClassName
{
background-color: #880485;
}
</style>
border-color css
<style>
span { border-color: #880485; }
span { border-color: rgb(136,4,133); }
td.TdClassName
{
border-color: #880485;
}
.TagClassName
{
border-color: #880485;
}
</style>