Shades of Dark Magenta #880A9B
Tints of Dark Magenta #880A9B
RGB
CMYK
RGB Variations
Color information
#880A9B (or 0x880A9B) is known color: Dark Magenta. HEX triplet: 88, 0A and 9B. RGB value is (136,10,155). Sum of RGB (Red+Green+Blue) = 136+10+155=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #880A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880A9B is #77F564. Grayscale: #3F3F3F. Windows color (decimal): -7861605 or 10160776. OLE color: 10160776.
HSL color Cylindrical-coordinate representation of color #880A9B: hue angle of 292.14º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880A9B is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 10 | 155 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.39 |
| HSL | 292.14º | 0.88% | 0.32% | - |
| HSV(B) | 292.14º | 0.94% | 0.61% | - |
| XYZ | 16.18 | 7.82 | 31.67 | - |
| YUV | 64.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 155 | 0.12 | 0.94 | 0 | 0.39 | 292.14 | 0.88 | 0.32 |
| Hex | 88 | A | 9B | C | 5E | 0 | 27 | 124 | 58 | 20 |
| Octal | 210 | 12 | 233 | 14 | 136 | 0 | 47 | 444 | 130 | 40 |
| Binary | 10001000 | 1010 | 10011011 | 1100 | 1011110 | 0 | 100111 | 100100100 | 1011000 | 100000 |
Color Harmonies of #880A9B
Complementary color
Monochromatic Colors of #880A9B
Black with #880A9B
Text Example
Text Example
White with #880A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A9B; }
p { color: rgb(136,10,155); }
H1.HeaderClassName
{
color: #880A9B;
}
.AnyTagClassName
{
color: #880A9B;
}
</style>
background-color css
<style>
a { background-color: #880A9B; }
a { background-color: rgb(136,10,155); }
div.DivClassName
{
background-color: #880A9B;
}
.BgClassName
{
background-color: #880A9B;
}
</style>
border-color css
<style>
span { border-color: #880A9B; }
span { border-color: rgb(136,10,155); }
td.TdClassName
{
border-color: #880A9B;
}
.TagClassName
{
border-color: #880A9B;
}
</style>