Shades of Dark Magenta #880BAD
Tints of Dark Magenta #880BAD
RGB
CMYK
RGB Variations
Color information
#880BAD (or 0x880BAD) is known color: Dark Magenta. HEX triplet: 88, 0B and AD. RGB value is (136,11,173). Sum of RGB (Red+Green+Blue) = 136+11+173=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #880BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880BAD is #77F452. Grayscale: #424242. Windows color (decimal): -7861331 or 11340680. OLE color: 11340680.
HSL color Cylindrical-coordinate representation of color #880BAD: hue angle of 286.3º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880BAD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 11 | 173 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.32 |
| HSL | 286.3º | 0.88% | 0.36% | - |
| HSV(B) | 286.3º | 0.94% | 0.68% | - |
| XYZ | 17.82 | 8.49 | 40.24 | - |
| YUV | 66.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 173 | 0.21 | 0.94 | 0 | 0.32 | 286.3 | 0.88 | 0.36 |
| Hex | 88 | B | AD | 15 | 5E | 0 | 20 | 11E | 58 | 24 |
| Octal | 210 | 13 | 255 | 25 | 136 | 0 | 40 | 436 | 130 | 44 |
| Binary | 10001000 | 1011 | 10101101 | 10101 | 1011110 | 0 | 100000 | 100011110 | 1011000 | 100100 |
Color Harmonies of #880BAD
Complementary color
Monochromatic Colors of #880BAD
Black with #880BAD
Text Example
Text Example
White with #880BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BAD; }
p { color: rgb(136,11,173); }
H1.HeaderClassName
{
color: #880BAD;
}
.AnyTagClassName
{
color: #880BAD;
}
</style>
background-color css
<style>
a { background-color: #880BAD; }
a { background-color: rgb(136,11,173); }
div.DivClassName
{
background-color: #880BAD;
}
.BgClassName
{
background-color: #880BAD;
}
</style>
border-color css
<style>
span { border-color: #880BAD; }
span { border-color: rgb(136,11,173); }
td.TdClassName
{
border-color: #880BAD;
}
.TagClassName
{
border-color: #880BAD;
}
</style>