Shades of Dark Magenta #880AAC
Tints of Dark Magenta #880AAC
RGB
CMYK
RGB Variations
Color information
#880AAC (or 0x880AAC) is known color: Dark Magenta. HEX triplet: 88, 0A and AC. RGB value is (136,10,172). Sum of RGB (Red+Green+Blue) = 136+10+172=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #880AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880AAC is #77F553. Grayscale: #414141. Windows color (decimal): -7861588 or 11274888. OLE color: 11274888.
HSL color Cylindrical-coordinate representation of color #880AAC: hue angle of 286.67º degrees, saturation: 0.89, 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 #880AAC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 10 | 172 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.33 |
| HSL | 286.67º | 0.89% | 0.36% | - |
| HSV(B) | 286.67º | 0.94% | 0.67% | - |
| XYZ | 17.71 | 8.43 | 39.72 | - |
| YUV | 66.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 172 | 0.21 | 0.94 | 0 | 0.33 | 286.67 | 0.89 | 0.36 |
| Hex | 88 | A | AC | 15 | 5E | 0 | 21 | 11F | 59 | 24 |
| Octal | 210 | 12 | 254 | 25 | 136 | 0 | 41 | 437 | 131 | 44 |
| Binary | 10001000 | 1010 | 10101100 | 10101 | 1011110 | 0 | 100001 | 100011111 | 1011001 | 100100 |
Color Harmonies of #880AAC
Complementary color
Monochromatic Colors of #880AAC
Black with #880AAC
Text Example
Text Example
White with #880AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AAC; }
p { color: rgb(136,10,172); }
H1.HeaderClassName
{
color: #880AAC;
}
.AnyTagClassName
{
color: #880AAC;
}
</style>
background-color css
<style>
a { background-color: #880AAC; }
a { background-color: rgb(136,10,172); }
div.DivClassName
{
background-color: #880AAC;
}
.BgClassName
{
background-color: #880AAC;
}
</style>
border-color css
<style>
span { border-color: #880AAC; }
span { border-color: rgb(136,10,172); }
td.TdClassName
{
border-color: #880AAC;
}
.TagClassName
{
border-color: #880AAC;
}
</style>