Shades of Dark Magenta #880CAC
Tints of Dark Magenta #880CAC
RGB
CMYK
RGB Variations
Color information
#880CAC (or 0x880CAC) is known color: Dark Magenta. HEX triplet: 88, 0C and AC. RGB value is (136,12,172). Sum of RGB (Red+Green+Blue) = 136+12+172=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #880CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880CAC is #77F353. Grayscale: #424242. Windows color (decimal): -7861076 or 11275400. OLE color: 11275400.
HSL color Cylindrical-coordinate representation of color #880CAC: hue angle of 286.5º 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 #880CAC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 12 | 172 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.33 |
| HSL | 286.5º | 0.87% | 0.36% | - |
| HSV(B) | 286.5º | 0.93% | 0.67% | - |
| XYZ | 17.73 | 8.48 | 39.73 | - |
| YUV | 67.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 172 | 0.21 | 0.93 | 0 | 0.33 | 286.5 | 0.87 | 0.36 |
| Hex | 88 | C | AC | 15 | 5D | 0 | 21 | 11E | 57 | 24 |
| Octal | 210 | 14 | 254 | 25 | 135 | 0 | 41 | 436 | 127 | 44 |
| Binary | 10001000 | 1100 | 10101100 | 10101 | 1011101 | 0 | 100001 | 100011110 | 1010111 | 100100 |
Color Harmonies of #880CAC
Complementary color
Monochromatic Colors of #880CAC
Black with #880CAC
Text Example
Text Example
White with #880CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CAC; }
p { color: rgb(136,12,172); }
H1.HeaderClassName
{
color: #880CAC;
}
.AnyTagClassName
{
color: #880CAC;
}
</style>
background-color css
<style>
a { background-color: #880CAC; }
a { background-color: rgb(136,12,172); }
div.DivClassName
{
background-color: #880CAC;
}
.BgClassName
{
background-color: #880CAC;
}
</style>
border-color css
<style>
span { border-color: #880CAC; }
span { border-color: rgb(136,12,172); }
td.TdClassName
{
border-color: #880CAC;
}
.TagClassName
{
border-color: #880CAC;
}
</style>