Shades of Dark Magenta #880DAD
Tints of Dark Magenta #880DAD
RGB
CMYK
RGB Variations
Color information
#880DAD (or 0x880DAD) is known color: Dark Magenta. HEX triplet: 88, 0D and AD. RGB value is (136,13,173). Sum of RGB (Red+Green+Blue) = 136+13+173=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #880DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880DAD is #77F252. Grayscale: #434343. Windows color (decimal): -7860819 or 11341192. OLE color: 11341192.
HSL color Cylindrical-coordinate representation of color #880DAD: hue angle of 286.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880DAD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 13 | 173 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.32 |
| HSL | 286.13º | 0.86% | 0.36% | - |
| HSV(B) | 286.13º | 0.92% | 0.68% | - |
| XYZ | 17.84 | 8.54 | 40.24 | - |
| YUV | 68.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 173 | 0.21 | 0.92 | 0 | 0.32 | 286.13 | 0.86 | 0.36 |
| Hex | 88 | D | AD | 15 | 5C | 0 | 20 | 11E | 56 | 24 |
| Octal | 210 | 15 | 255 | 25 | 134 | 0 | 40 | 436 | 126 | 44 |
| Binary | 10001000 | 1101 | 10101101 | 10101 | 1011100 | 0 | 100000 | 100011110 | 1010110 | 100100 |
Color Harmonies of #880DAD
Complementary color
Monochromatic Colors of #880DAD
Black with #880DAD
Text Example
Text Example
White with #880DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DAD; }
p { color: rgb(136,13,173); }
H1.HeaderClassName
{
color: #880DAD;
}
.AnyTagClassName
{
color: #880DAD;
}
</style>
background-color css
<style>
a { background-color: #880DAD; }
a { background-color: rgb(136,13,173); }
div.DivClassName
{
background-color: #880DAD;
}
.BgClassName
{
background-color: #880DAD;
}
</style>
border-color css
<style>
span { border-color: #880DAD; }
span { border-color: rgb(136,13,173); }
td.TdClassName
{
border-color: #880DAD;
}
.TagClassName
{
border-color: #880DAD;
}
</style>