Shades of Dark Magenta #880B8B
Tints of Dark Magenta #880B8B
RGB
CMYK
RGB Variations
Color information
#880B8B (or 0x880B8B) is known color: Dark Magenta. HEX triplet: 88, 0B and 8B. RGB value is (136,11,139). Sum of RGB (Red+Green+Blue) = 136+11+139=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #880B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880B8B is #77F474. Grayscale: #3E3E3E. Windows color (decimal): -7861365 or 9112456. OLE color: 9112456.
HSL color Cylindrical-coordinate representation of color #880B8B: hue angle of 298.59º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B8B is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 11 | 139 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.45 |
| HSL | 298.59º | 0.85% | 0.29% | - |
| HSV(B) | 298.59º | 0.92% | 0.55% | - |
| XYZ | 14.93 | 7.34 | 25.06 | - |
| YUV | 62.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 139 | 0.02 | 0.92 | 0 | 0.45 | 298.59 | 0.85 | 0.29 |
| Hex | 88 | B | 8B | 2 | 5C | 0 | 2D | 12B | 55 | 1D |
| Octal | 210 | 13 | 213 | 2 | 134 | 0 | 55 | 453 | 125 | 35 |
| Binary | 10001000 | 1011 | 10001011 | 10 | 1011100 | 0 | 101101 | 100101011 | 1010101 | 11101 |
Color Harmonies of #880B8B
Complementary color
Monochromatic Colors of #880B8B
Black with #880B8B
Text Example
Text Example
White with #880B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B8B; }
p { color: rgb(136,11,139); }
H1.HeaderClassName
{
color: #880B8B;
}
.AnyTagClassName
{
color: #880B8B;
}
</style>
background-color css
<style>
a { background-color: #880B8B; }
a { background-color: rgb(136,11,139); }
div.DivClassName
{
background-color: #880B8B;
}
.BgClassName
{
background-color: #880B8B;
}
</style>
border-color css
<style>
span { border-color: #880B8B; }
span { border-color: rgb(136,11,139); }
td.TdClassName
{
border-color: #880B8B;
}
.TagClassName
{
border-color: #880B8B;
}
</style>