Shades of Dark Magenta #881B90
Tints of Dark Magenta #881B90
RGB
CMYK
RGB Variations
Color information
#881B90 (or 0x881B90) is known color: Dark Magenta. HEX triplet: 88, 1B and 90. RGB value is (136,27,144). Sum of RGB (Red+Green+Blue) = 136+27+144=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #881B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881B90 is #77E46F. Grayscale: #484848. Windows color (decimal): -7857264 or 9444232. OLE color: 9444232.
HSL color Cylindrical-coordinate representation of color #881B90: hue angle of 295.9º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881B90 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 27 | 144 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.44 |
| HSL | 295.9º | 0.68% | 0.34% | - |
| HSV(B) | 295.9º | 0.81% | 0.56% | - |
| XYZ | 15.58 | 8.03 | 27.11 | - |
| YUV | 72.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 144 | 0.06 | 0.81 | 0 | 0.44 | 295.9 | 0.68 | 0.34 |
| Hex | 88 | 1B | 90 | 6 | 51 | 0 | 2C | 128 | 44 | 22 |
| Octal | 210 | 33 | 220 | 6 | 121 | 0 | 54 | 450 | 104 | 42 |
| Binary | 10001000 | 11011 | 10010000 | 110 | 1010001 | 0 | 101100 | 100101000 | 1000100 | 100010 |
Color Harmonies of #881B90
Complementary color
Monochromatic Colors of #881B90
Black with #881B90
Text Example
Text Example
White with #881B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B90; }
p { color: rgb(136,27,144); }
H1.HeaderClassName
{
color: #881B90;
}
.AnyTagClassName
{
color: #881B90;
}
</style>
background-color css
<style>
a { background-color: #881B90; }
a { background-color: rgb(136,27,144); }
div.DivClassName
{
background-color: #881B90;
}
.BgClassName
{
background-color: #881B90;
}
</style>
border-color css
<style>
span { border-color: #881B90; }
span { border-color: rgb(136,27,144); }
td.TdClassName
{
border-color: #881B90;
}
.TagClassName
{
border-color: #881B90;
}
</style>