Shades of Dark Magenta #881284
Tints of Dark Magenta #881284
RGB
CMYK
RGB Variations
Color information
#881284 (or 0x881284) is known color: Dark Magenta. HEX triplet: 88, 12 and 84. RGB value is (136,18,132). Sum of RGB (Red+Green+Blue) = 136+18+132=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #881284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881284 is #77ED7B. Grayscale: #414141. Windows color (decimal): -7859580 or 8655496. OLE color: 8655496.
HSL color Cylindrical-coordinate representation of color #881284: hue angle of 302.03º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881284 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 132 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.47 |
| HSL | 302.03º | 0.77% | 0.3% | - |
| HSV(B) | 302.03º | 0.87% | 0.53% | - |
| XYZ | 14.53 | 7.33 | 22.48 | - |
| YUV | 66.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 132 | 0 | 0.87 | 0.03 | 0.47 | 302.03 | 0.77 | 0.3 |
| Hex | 88 | 12 | 84 | 0 | 57 | 3 | 2F | 12E | 4D | 1E |
| Octal | 210 | 22 | 204 | 0 | 127 | 3 | 57 | 456 | 115 | 36 |
| Binary | 10001000 | 10010 | 10000100 | 0 | 1010111 | 11 | 101111 | 100101110 | 1001101 | 11110 |
Color Harmonies of #881284
Complementary color
Monochromatic Colors of #881284
Black with #881284
Text Example
Text Example
White with #881284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881284; }
p { color: rgb(136,18,132); }
H1.HeaderClassName
{
color: #881284;
}
.AnyTagClassName
{
color: #881284;
}
</style>
background-color css
<style>
a { background-color: #881284; }
a { background-color: rgb(136,18,132); }
div.DivClassName
{
background-color: #881284;
}
.BgClassName
{
background-color: #881284;
}
</style>
border-color css
<style>
span { border-color: #881284; }
span { border-color: rgb(136,18,132); }
td.TdClassName
{
border-color: #881284;
}
.TagClassName
{
border-color: #881284;
}
</style>