Shades of Dark Magenta #880B89
Tints of Dark Magenta #880B89
RGB
CMYK
RGB Variations
Color information
#880B89 (or 0x880B89) is known color: Dark Magenta. HEX triplet: 88, 0B and 89. RGB value is (136,11,137). Sum of RGB (Red+Green+Blue) = 136+11+137=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #880B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880B89 is #77F476. Grayscale: #3E3E3E. Windows color (decimal): -7861367 or 8981384. OLE color: 8981384.
HSL color Cylindrical-coordinate representation of color #880B89: hue angle of 299.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B89 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 11 | 137 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.46 |
| HSL | 299.52º | 0.85% | 0.29% | - |
| HSV(B) | 299.52º | 0.92% | 0.54% | - |
| XYZ | 14.79 | 7.28 | 24.29 | - |
| YUV | 62.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 137 | 0.01 | 0.92 | 0 | 0.46 | 299.52 | 0.85 | 0.29 |
| Hex | 88 | B | 89 | 1 | 5C | 0 | 2E | 12C | 55 | 1D |
| Octal | 210 | 13 | 211 | 1 | 134 | 0 | 56 | 454 | 125 | 35 |
| Binary | 10001000 | 1011 | 10001001 | 1 | 1011100 | 0 | 101110 | 100101100 | 1010101 | 11101 |
Color Harmonies of #880B89
Complementary color
Monochromatic Colors of #880B89
Black with #880B89
Text Example
Text Example
White with #880B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B89; }
p { color: rgb(136,11,137); }
H1.HeaderClassName
{
color: #880B89;
}
.AnyTagClassName
{
color: #880B89;
}
</style>
background-color css
<style>
a { background-color: #880B89; }
a { background-color: rgb(136,11,137); }
div.DivClassName
{
background-color: #880B89;
}
.BgClassName
{
background-color: #880B89;
}
</style>
border-color css
<style>
span { border-color: #880B89; }
span { border-color: rgb(136,11,137); }
td.TdClassName
{
border-color: #880B89;
}
.TagClassName
{
border-color: #880B89;
}
</style>