Shades of Dark Magenta #880484
Tints of Dark Magenta #880484
RGB
CMYK
RGB Variations
Color information
#880484 (or 0x880484) is known color: Dark Magenta. HEX triplet: 88, 04 and 84. RGB value is (136,4,132). Sum of RGB (Red+Green+Blue) = 136+4+132=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880484 is #77FB7B. Grayscale: #393939. Windows color (decimal): -7863164 or 8651912. OLE color: 8651912.
HSL color Cylindrical-coordinate representation of color #880484: hue angle of 301.82º 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 #880484 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 132 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.47 |
| HSL | 301.82º | 0.94% | 0.27% | - |
| HSV(B) | 301.82º | 0.97% | 0.53% | - |
| XYZ | 14.36 | 6.99 | 22.42 | - |
| YUV | 58.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 132 | 0 | 0.97 | 0.03 | 0.47 | 301.82 | 0.94 | 0.27 |
| Hex | 88 | 4 | 84 | 0 | 61 | 3 | 2F | 12E | 5E | 1B |
| Octal | 210 | 4 | 204 | 0 | 141 | 3 | 57 | 456 | 136 | 33 |
| Binary | 10001000 | 100 | 10000100 | 0 | 1100001 | 11 | 101111 | 100101110 | 1011110 | 11011 |
Color Harmonies of #880484
Complementary color
Monochromatic Colors of #880484
Black with #880484
Text Example
Text Example
White with #880484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880484; }
p { color: rgb(136,4,132); }
H1.HeaderClassName
{
color: #880484;
}
.AnyTagClassName
{
color: #880484;
}
</style>
background-color css
<style>
a { background-color: #880484; }
a { background-color: rgb(136,4,132); }
div.DivClassName
{
background-color: #880484;
}
.BgClassName
{
background-color: #880484;
}
</style>
border-color css
<style>
span { border-color: #880484; }
span { border-color: rgb(136,4,132); }
td.TdClassName
{
border-color: #880484;
}
.TagClassName
{
border-color: #880484;
}
</style>