Shades of Dark Magenta #881393
Tints of Dark Magenta #881393
RGB
CMYK
RGB Variations
Color information
#881393 (or 0x881393) is known color: Dark Magenta. HEX triplet: 88, 13 and 93. RGB value is (136,19,147). Sum of RGB (Red+Green+Blue) = 136+19+147=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #881393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881393 is #77EC6C. Grayscale: #444444. Windows color (decimal): -7859309 or 9638792. OLE color: 9638792.
HSL color Cylindrical-coordinate representation of color #881393: hue angle of 294.84º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881393 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 19 | 147 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.42 |
| HSL | 294.84º | 0.77% | 0.33% | - |
| HSV(B) | 294.84º | 0.87% | 0.58% | - |
| XYZ | 15.65 | 7.81 | 28.29 | - |
| YUV | 68.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 147 | 0.07 | 0.87 | 0 | 0.42 | 294.84 | 0.77 | 0.33 |
| Hex | 88 | 13 | 93 | 7 | 57 | 0 | 2A | 127 | 4D | 21 |
| Octal | 210 | 23 | 223 | 7 | 127 | 0 | 52 | 447 | 115 | 41 |
| Binary | 10001000 | 10011 | 10010011 | 111 | 1010111 | 0 | 101010 | 100100111 | 1001101 | 100001 |
Color Harmonies of #881393
Complementary color
Monochromatic Colors of #881393
Black with #881393
Text Example
Text Example
White with #881393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881393; }
p { color: rgb(136,19,147); }
H1.HeaderClassName
{
color: #881393;
}
.AnyTagClassName
{
color: #881393;
}
</style>
background-color css
<style>
a { background-color: #881393; }
a { background-color: rgb(136,19,147); }
div.DivClassName
{
background-color: #881393;
}
.BgClassName
{
background-color: #881393;
}
</style>
border-color css
<style>
span { border-color: #881393; }
span { border-color: rgb(136,19,147); }
td.TdClassName
{
border-color: #881393;
}
.TagClassName
{
border-color: #881393;
}
</style>