Shades of Dark Magenta #880BAB
Tints of Dark Magenta #880BAB
RGB
CMYK
RGB Variations
Color information
#880BAB (or 0x880BAB) is known color: Dark Magenta. HEX triplet: 88, 0B and AB. RGB value is (136,11,171). Sum of RGB (Red+Green+Blue) = 136+11+171=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #880BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880BAB is #77F454. Grayscale: #424242. Windows color (decimal): -7861333 or 11209608. OLE color: 11209608.
HSL color Cylindrical-coordinate representation of color #880BAB: hue angle of 286.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BAB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 11 | 171 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.33 |
| HSL | 286.88º | 0.88% | 0.36% | - |
| HSV(B) | 286.88º | 0.94% | 0.67% | - |
| XYZ | 17.62 | 8.41 | 39.22 | - |
| YUV | 66.62 | 186.91 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 171 | 0.20 | 0.94 | 0 | 0.33 | 286.88 | 0.88 | 0.36 |
| Hex | 88 | B | AB | 14 | 5E | 0 | 21 | 11F | 58 | 24 |
| Octal | 210 | 13 | 253 | 24 | 136 | 0 | 41 | 437 | 130 | 44 |
| Binary | 10001000 | 1011 | 10101011 | 10100 | 1011110 | 0 | 100001 | 100011111 | 1011000 | 100100 |
Color Harmonies of #880BAB
Complementary color
Monochromatic Colors of #880BAB
Black with #880BAB
Text Example
Text Example
White with #880BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BAB; }
p { color: rgb(136,11,171); }
H1.HeaderClassName
{
color: #880BAB;
}
.AnyTagClassName
{
color: #880BAB;
}
</style>
background-color css
<style>
a { background-color: #880BAB; }
a { background-color: rgb(136,11,171); }
div.DivClassName
{
background-color: #880BAB;
}
.BgClassName
{
background-color: #880BAB;
}
</style>
border-color css
<style>
span { border-color: #880BAB; }
span { border-color: rgb(136,11,171); }
td.TdClassName
{
border-color: #880BAB;
}
.TagClassName
{
border-color: #880BAB;
}
</style>