Shades of Dark Magenta #881293
Tints of Dark Magenta #881293
RGB
CMYK
RGB Variations
Color information
#881293 (or 0x881293) is known color: Dark Magenta. HEX triplet: 88, 12 and 93. RGB value is (136,18,147). Sum of RGB (Red+Green+Blue) = 136+18+147=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #881293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881293 is #77ED6C. Grayscale: #434343. Windows color (decimal): -7859565 or 9638536. OLE color: 9638536.
HSL color Cylindrical-coordinate representation of color #881293: hue angle of 294.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881293 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 18 | 147 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.42 |
| HSL | 294.88º | 0.78% | 0.32% | - |
| HSV(B) | 294.88º | 0.88% | 0.58% | - |
| XYZ | 15.64 | 7.77 | 28.28 | - |
| YUV | 67.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 147 | 0.07 | 0.88 | 0 | 0.42 | 294.88 | 0.78 | 0.32 |
| Hex | 88 | 12 | 93 | 7 | 58 | 0 | 2A | 127 | 4E | 20 |
| Octal | 210 | 22 | 223 | 7 | 130 | 0 | 52 | 447 | 116 | 40 |
| Binary | 10001000 | 10010 | 10010011 | 111 | 1011000 | 0 | 101010 | 100100111 | 1001110 | 100000 |
Color Harmonies of #881293
Complementary color
Monochromatic Colors of #881293
Black with #881293
Text Example
Text Example
White with #881293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881293; }
p { color: rgb(136,18,147); }
H1.HeaderClassName
{
color: #881293;
}
.AnyTagClassName
{
color: #881293;
}
</style>
background-color css
<style>
a { background-color: #881293; }
a { background-color: rgb(136,18,147); }
div.DivClassName
{
background-color: #881293;
}
.BgClassName
{
background-color: #881293;
}
</style>
border-color css
<style>
span { border-color: #881293; }
span { border-color: rgb(136,18,147); }
td.TdClassName
{
border-color: #881293;
}
.TagClassName
{
border-color: #881293;
}
</style>