Shades of Dark Magenta #880488
Tints of Dark Magenta #880488
RGB
CMYK
RGB Variations
Color information
#880488 (or 0x880488) is known color: Dark Magenta. HEX triplet: 88, 04 and 88. RGB value is (136,4,136). Sum of RGB (Red+Green+Blue) = 136+4+136=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #880488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880488 is #77FB77. Grayscale: #3A3A3A. Windows color (decimal): -7863160 or 8914056. OLE color: 8914056.
HSL color Cylindrical-coordinate representation of color #880488: hue angle of 300º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880488 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 136 | - |
| CMYK | 0 | 0.97 | 0 | 0.47 |
| HSL | 300º | 0.94% | 0.27% | - |
| HSV(B) | 300º | 0.97% | 0.53% | - |
| XYZ | 14.64 | 7.1 | 23.89 | - |
| YUV | 58.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 136 | 0 | 0.97 | 0 | 0.47 | 300 | 0.94 | 0.27 |
| Hex | 88 | 4 | 88 | 0 | 61 | 0 | 2F | 12C | 5E | 1B |
| Octal | 210 | 4 | 210 | 0 | 141 | 0 | 57 | 454 | 136 | 33 |
| Binary | 10001000 | 100 | 10001000 | 0 | 1100001 | 0 | 101111 | 100101100 | 1011110 | 11011 |
Color Harmonies of #880488
Complementary color
Monochromatic Colors of #880488
Black with #880488
Text Example
Text Example
White with #880488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880488; }
p { color: rgb(136,4,136); }
H1.HeaderClassName
{
color: #880488;
}
.AnyTagClassName
{
color: #880488;
}
</style>
background-color css
<style>
a { background-color: #880488; }
a { background-color: rgb(136,4,136); }
div.DivClassName
{
background-color: #880488;
}
.BgClassName
{
background-color: #880488;
}
</style>
border-color css
<style>
span { border-color: #880488; }
span { border-color: rgb(136,4,136); }
td.TdClassName
{
border-color: #880488;
}
.TagClassName
{
border-color: #880488;
}
</style>