Shades of Dark Magenta #880CAB
Tints of Dark Magenta #880CAB
RGB
CMYK
RGB Variations
Color information
#880CAB (or 0x880CAB) is known color: Dark Magenta. HEX triplet: 88, 0C and AB. RGB value is (136,12,171). Sum of RGB (Red+Green+Blue) = 136+12+171=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #880CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880CAB is #77F354. Grayscale: #424242. Windows color (decimal): -7861077 or 11209864. OLE color: 11209864.
HSL color Cylindrical-coordinate representation of color #880CAB: hue angle of 286.79º 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 #880CAB is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 12 | 171 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.33 |
| HSL | 286.79º | 0.87% | 0.36% | - |
| HSV(B) | 286.79º | 0.93% | 0.67% | - |
| XYZ | 17.64 | 8.44 | 39.23 | - |
| YUV | 67.2 | 186.58 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 171 | 0.20 | 0.93 | 0 | 0.33 | 286.79 | 0.87 | 0.36 |
| Hex | 88 | C | AB | 14 | 5D | 0 | 21 | 11F | 57 | 24 |
| Octal | 210 | 14 | 253 | 24 | 135 | 0 | 41 | 437 | 127 | 44 |
| Binary | 10001000 | 1100 | 10101011 | 10100 | 1011101 | 0 | 100001 | 100011111 | 1010111 | 100100 |
Color Harmonies of #880CAB
Complementary color
Monochromatic Colors of #880CAB
Black with #880CAB
Text Example
Text Example
White with #880CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CAB; }
p { color: rgb(136,12,171); }
H1.HeaderClassName
{
color: #880CAB;
}
.AnyTagClassName
{
color: #880CAB;
}
</style>
background-color css
<style>
a { background-color: #880CAB; }
a { background-color: rgb(136,12,171); }
div.DivClassName
{
background-color: #880CAB;
}
.BgClassName
{
background-color: #880CAB;
}
</style>
border-color css
<style>
span { border-color: #880CAB; }
span { border-color: rgb(136,12,171); }
td.TdClassName
{
border-color: #880CAB;
}
.TagClassName
{
border-color: #880CAB;
}
</style>