Shades of Dark Magenta #880B88
Tints of Dark Magenta #880B88
RGB
CMYK
RGB Variations
Color information
#880B88 (or 0x880B88) is known color: Dark Magenta. HEX triplet: 88, 0B and 88. RGB value is (136,11,136). Sum of RGB (Red+Green+Blue) = 136+11+136=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #880B88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880B88 is #77F477. Grayscale: #3E3E3E. Windows color (decimal): -7861368 or 8915848. OLE color: 8915848.
HSL color Cylindrical-coordinate representation of color #880B88: hue angle of 300º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B88 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 136 | - |
| CMYK | 0 | 0.92 | 0 | 0.47 |
| HSL | 300º | 0.85% | 0.29% | - |
| HSV(B) | 300º | 0.92% | 0.53% | - |
| XYZ | 14.72 | 7.25 | 23.92 | - |
| YUV | 62.63 | 169.41 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 136 | 0 | 0.92 | 0 | 0.47 | 300 | 0.85 | 0.29 |
| Hex | 88 | B | 88 | 0 | 5C | 0 | 2F | 12C | 55 | 1D |
| Octal | 210 | 13 | 210 | 0 | 134 | 0 | 57 | 454 | 125 | 35 |
| Binary | 10001000 | 1011 | 10001000 | 0 | 1011100 | 0 | 101111 | 100101100 | 1010101 | 11101 |
Color Harmonies of #880B88
Complementary color
Monochromatic Colors of #880B88
Black with #880B88
Text Example
Text Example
White with #880B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B88; }
p { color: rgb(136,11,136); }
H1.HeaderClassName
{
color: #880B88;
}
.AnyTagClassName
{
color: #880B88;
}
</style>
background-color css
<style>
a { background-color: #880B88; }
a { background-color: rgb(136,11,136); }
div.DivClassName
{
background-color: #880B88;
}
.BgClassName
{
background-color: #880B88;
}
</style>
border-color css
<style>
span { border-color: #880B88; }
span { border-color: rgb(136,11,136); }
td.TdClassName
{
border-color: #880B88;
}
.TagClassName
{
border-color: #880B88;
}
</style>