Shades of Dark Magenta #880084
Tints of Dark Magenta #880084
RGB
CMYK
RGB Variations
Color information
#880084 (or 0x880084) is known color: Dark Magenta. HEX triplet: 88, 00 and 84. RGB value is (136,0,132). Sum of RGB (Red+Green+Blue) = 136+0+132=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #880084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880084 is #77FF7B. Grayscale: #373737. Windows color (decimal): -7864188 or 8650888. OLE color: 8650888.
HSL color Cylindrical-coordinate representation of color #880084: hue angle of 301.76º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880084 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.03 | 0.47 |
| HSL | 301.76º | 1% | 0.27% | - |
| HSV(B) | 301.76º | 1% | 0.53% | - |
| XYZ | 14.32 | 6.9 | 22.41 | - |
| YUV | 55.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 132 | 0 | 1 | 0.03 | 0.47 | 301.76 | 1 | 0.27 |
| Hex | 88 | 0 | 84 | 0 | 64 | 3 | 2F | 12E | 64 | 1B |
| Octal | 210 | 0 | 204 | 0 | 144 | 3 | 57 | 456 | 144 | 33 |
| Binary | 10001000 | 0 | 10000100 | 0 | 1100100 | 11 | 101111 | 100101110 | 1100100 | 11011 |
Color Harmonies of #880084
Complementary color
Monochromatic Colors of #880084
Black with #880084
Text Example
Text Example
White with #880084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880084; }
p { color: rgb(136,0,132); }
H1.HeaderClassName
{
color: #880084;
}
.AnyTagClassName
{
color: #880084;
}
</style>
background-color css
<style>
a { background-color: #880084; }
a { background-color: rgb(136,0,132); }
div.DivClassName
{
background-color: #880084;
}
.BgClassName
{
background-color: #880084;
}
</style>
border-color css
<style>
span { border-color: #880084; }
span { border-color: rgb(136,0,132); }
td.TdClassName
{
border-color: #880084;
}
.TagClassName
{
border-color: #880084;
}
</style>