Shades of Dark Magenta #880CAA
Tints of Dark Magenta #880CAA
RGB
CMYK
RGB Variations
Color information
#880CAA (or 0x880CAA) is known color: Dark Magenta. HEX triplet: 88, 0C and AA. RGB value is (136,12,170). Sum of RGB (Red+Green+Blue) = 136+12+170=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #880CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880CAA is #77F355. Grayscale: #424242. Windows color (decimal): -7861078 or 11144328. OLE color: 11144328.
HSL color Cylindrical-coordinate representation of color #880CAA: hue angle of 287.09º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880CAA is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 12 | 170 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.33 |
| HSL | 287.09º | 0.87% | 0.36% | - |
| HSV(B) | 287.09º | 0.93% | 0.67% | - |
| XYZ | 17.54 | 8.4 | 38.73 | - |
| YUV | 67.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 170 | 0.20 | 0.93 | 0 | 0.33 | 287.09 | 0.87 | 0.36 |
| Hex | 88 | C | AA | 14 | 5D | 0 | 21 | 11F | 57 | 24 |
| Octal | 210 | 14 | 252 | 24 | 135 | 0 | 41 | 437 | 127 | 44 |
| Binary | 10001000 | 1100 | 10101010 | 10100 | 1011101 | 0 | 100001 | 100011111 | 1010111 | 100100 |
Color Harmonies of #880CAA
Complementary color
Monochromatic Colors of #880CAA
Black with #880CAA
Text Example
Text Example
White with #880CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CAA; }
p { color: rgb(136,12,170); }
H1.HeaderClassName
{
color: #880CAA;
}
.AnyTagClassName
{
color: #880CAA;
}
</style>
background-color css
<style>
a { background-color: #880CAA; }
a { background-color: rgb(136,12,170); }
div.DivClassName
{
background-color: #880CAA;
}
.BgClassName
{
background-color: #880CAA;
}
</style>
border-color css
<style>
span { border-color: #880CAA; }
span { border-color: rgb(136,12,170); }
td.TdClassName
{
border-color: #880CAA;
}
.TagClassName
{
border-color: #880CAA;
}
</style>