Shades of Dark Magenta #880BAC
Tints of Dark Magenta #880BAC
RGB
CMYK
RGB Variations
Color information
#880BAC (or 0x880BAC) is known color: Dark Magenta. HEX triplet: 88, 0B and AC. RGB value is (136,11,172). Sum of RGB (Red+Green+Blue) = 136+11+172=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #880BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880BAC is #77F453. Grayscale: #424242. Windows color (decimal): -7861332 or 11275144. OLE color: 11275144.
HSL color Cylindrical-coordinate representation of color #880BAC: hue angle of 286.58º 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 #880BAC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 11 | 172 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.33 |
| HSL | 286.58º | 0.88% | 0.36% | - |
| HSV(B) | 286.58º | 0.94% | 0.67% | - |
| XYZ | 17.72 | 8.45 | 39.73 | - |
| YUV | 66.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 172 | 0.21 | 0.94 | 0 | 0.33 | 286.58 | 0.88 | 0.36 |
| Hex | 88 | B | AC | 15 | 5E | 0 | 21 | 11F | 58 | 24 |
| Octal | 210 | 13 | 254 | 25 | 136 | 0 | 41 | 437 | 130 | 44 |
| Binary | 10001000 | 1011 | 10101100 | 10101 | 1011110 | 0 | 100001 | 100011111 | 1011000 | 100100 |
Color Harmonies of #880BAC
Complementary color
Monochromatic Colors of #880BAC
Black with #880BAC
Text Example
Text Example
White with #880BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BAC; }
p { color: rgb(136,11,172); }
H1.HeaderClassName
{
color: #880BAC;
}
.AnyTagClassName
{
color: #880BAC;
}
</style>
background-color css
<style>
a { background-color: #880BAC; }
a { background-color: rgb(136,11,172); }
div.DivClassName
{
background-color: #880BAC;
}
.BgClassName
{
background-color: #880BAC;
}
</style>
border-color css
<style>
span { border-color: #880BAC; }
span { border-color: rgb(136,11,172); }
td.TdClassName
{
border-color: #880BAC;
}
.TagClassName
{
border-color: #880BAC;
}
</style>