Shades of Dark Magenta #880584
Tints of Dark Magenta #880584
RGB
CMYK
RGB Variations
Color information
#880584 (or 0x880584) is known color: Dark Magenta. HEX triplet: 88, 05 and 84. RGB value is (136,5,132). Sum of RGB (Red+Green+Blue) = 136+5+132=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880584 is #77FA7B. Grayscale: #3A3A3A. Windows color (decimal): -7862908 or 8652168. OLE color: 8652168.
HSL color Cylindrical-coordinate representation of color #880584: hue angle of 301.83º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880584 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 132 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.47 |
| HSL | 301.83º | 0.93% | 0.28% | - |
| HSV(B) | 301.83º | 0.96% | 0.53% | - |
| XYZ | 14.37 | 7.01 | 22.43 | - |
| YUV | 58.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 132 | 0 | 0.96 | 0.03 | 0.47 | 301.83 | 0.93 | 0.28 |
| Hex | 88 | 5 | 84 | 0 | 60 | 3 | 2F | 12E | 5D | 1C |
| Octal | 210 | 5 | 204 | 0 | 140 | 3 | 57 | 456 | 135 | 34 |
| Binary | 10001000 | 101 | 10000100 | 0 | 1100000 | 11 | 101111 | 100101110 | 1011101 | 11100 |
Color Harmonies of #880584
Complementary color
Monochromatic Colors of #880584
Black with #880584
Text Example
Text Example
White with #880584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880584; }
p { color: rgb(136,5,132); }
H1.HeaderClassName
{
color: #880584;
}
.AnyTagClassName
{
color: #880584;
}
</style>
background-color css
<style>
a { background-color: #880584; }
a { background-color: rgb(136,5,132); }
div.DivClassName
{
background-color: #880584;
}
.BgClassName
{
background-color: #880584;
}
</style>
border-color css
<style>
span { border-color: #880584; }
span { border-color: rgb(136,5,132); }
td.TdClassName
{
border-color: #880584;
}
.TagClassName
{
border-color: #880584;
}
</style>