Shades of Dark Magenta #880AAD
Tints of Dark Magenta #880AAD
RGB
CMYK
RGB Variations
Color information
#880AAD (or 0x880AAD) is known color: Dark Magenta. HEX triplet: 88, 0A and AD. RGB value is (136,10,173). Sum of RGB (Red+Green+Blue) = 136+10+173=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #880AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880AAD is #77F552. Grayscale: #414141. Windows color (decimal): -7861587 or 11340424. OLE color: 11340424.
HSL color Cylindrical-coordinate representation of color #880AAD: hue angle of 286.38º degrees, saturation: 0.89, 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 #880AAD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 10 | 173 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.32 |
| HSL | 286.38º | 0.89% | 0.36% | - |
| HSV(B) | 286.38º | 0.94% | 0.68% | - |
| XYZ | 17.8 | 8.47 | 40.23 | - |
| YUV | 66.26 | 188.24 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 173 | 0.21 | 0.94 | 0 | 0.32 | 286.38 | 0.89 | 0.36 |
| Hex | 88 | A | AD | 15 | 5E | 0 | 20 | 11E | 59 | 24 |
| Octal | 210 | 12 | 255 | 25 | 136 | 0 | 40 | 436 | 131 | 44 |
| Binary | 10001000 | 1010 | 10101101 | 10101 | 1011110 | 0 | 100000 | 100011110 | 1011001 | 100100 |
Color Harmonies of #880AAD
Complementary color
Monochromatic Colors of #880AAD
Black with #880AAD
Text Example
Text Example
White with #880AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AAD; }
p { color: rgb(136,10,173); }
H1.HeaderClassName
{
color: #880AAD;
}
.AnyTagClassName
{
color: #880AAD;
}
</style>
background-color css
<style>
a { background-color: #880AAD; }
a { background-color: rgb(136,10,173); }
div.DivClassName
{
background-color: #880AAD;
}
.BgClassName
{
background-color: #880AAD;
}
</style>
border-color css
<style>
span { border-color: #880AAD; }
span { border-color: rgb(136,10,173); }
td.TdClassName
{
border-color: #880AAD;
}
.TagClassName
{
border-color: #880AAD;
}
</style>