Shades of Dark Magenta #881B91
Tints of Dark Magenta #881B91
RGB
CMYK
RGB Variations
Color information
#881B91 (or 0x881B91) is known color: Dark Magenta. HEX triplet: 88, 1B and 91. RGB value is (136,27,145). Sum of RGB (Red+Green+Blue) = 136+27+145=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #881B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881B91 is #77E46E. Grayscale: #484848. Windows color (decimal): -7857263 or 9509768. OLE color: 9509768.
HSL color Cylindrical-coordinate representation of color #881B91: hue angle of 295.42º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881B91 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 27 | 145 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.43 |
| HSL | 295.42º | 0.69% | 0.34% | - |
| HSV(B) | 295.42º | 0.81% | 0.57% | - |
| XYZ | 15.66 | 8.06 | 27.52 | - |
| YUV | 73.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 145 | 0.06 | 0.81 | 0 | 0.43 | 295.42 | 0.69 | 0.34 |
| Hex | 88 | 1B | 91 | 6 | 51 | 0 | 2B | 127 | 45 | 22 |
| Octal | 210 | 33 | 221 | 6 | 121 | 0 | 53 | 447 | 105 | 42 |
| Binary | 10001000 | 11011 | 10010001 | 110 | 1010001 | 0 | 101011 | 100100111 | 1000101 | 100010 |
Color Harmonies of #881B91
Complementary color
Monochromatic Colors of #881B91
Black with #881B91
Text Example
Text Example
White with #881B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B91; }
p { color: rgb(136,27,145); }
H1.HeaderClassName
{
color: #881B91;
}
.AnyTagClassName
{
color: #881B91;
}
</style>
background-color css
<style>
a { background-color: #881B91; }
a { background-color: rgb(136,27,145); }
div.DivClassName
{
background-color: #881B91;
}
.BgClassName
{
background-color: #881B91;
}
</style>
border-color css
<style>
span { border-color: #881B91; }
span { border-color: rgb(136,27,145); }
td.TdClassName
{
border-color: #881B91;
}
.TagClassName
{
border-color: #881B91;
}
</style>