Shades of Dark Magenta #881A91
Tints of Dark Magenta #881A91
RGB
CMYK
RGB Variations
Color information
#881A91 (or 0x881A91) is known color: Dark Magenta. HEX triplet: 88, 1A and 91. RGB value is (136,26,145). Sum of RGB (Red+Green+Blue) = 136+26+145=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #881A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881A91 is #77E56E. Grayscale: #484848. Windows color (decimal): -7857519 or 9509512. OLE color: 9509512.
HSL color Cylindrical-coordinate representation of color #881A91: hue angle of 295.46º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881A91 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 26 | 145 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.43 |
| HSL | 295.46º | 0.7% | 0.34% | - |
| HSV(B) | 295.46º | 0.82% | 0.57% | - |
| XYZ | 15.63 | 8.02 | 27.51 | - |
| YUV | 72.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 145 | 0.06 | 0.82 | 0 | 0.43 | 295.46 | 0.7 | 0.34 |
| Hex | 88 | 1A | 91 | 6 | 52 | 0 | 2B | 127 | 46 | 22 |
| Octal | 210 | 32 | 221 | 6 | 122 | 0 | 53 | 447 | 106 | 42 |
| Binary | 10001000 | 11010 | 10010001 | 110 | 1010010 | 0 | 101011 | 100100111 | 1000110 | 100010 |
Color Harmonies of #881A91
Complementary color
Monochromatic Colors of #881A91
Black with #881A91
Text Example
Text Example
White with #881A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A91; }
p { color: rgb(136,26,145); }
H1.HeaderClassName
{
color: #881A91;
}
.AnyTagClassName
{
color: #881A91;
}
</style>
background-color css
<style>
a { background-color: #881A91; }
a { background-color: rgb(136,26,145); }
div.DivClassName
{
background-color: #881A91;
}
.BgClassName
{
background-color: #881A91;
}
</style>
border-color css
<style>
span { border-color: #881A91; }
span { border-color: rgb(136,26,145); }
td.TdClassName
{
border-color: #881A91;
}
.TagClassName
{
border-color: #881A91;
}
</style>