Shades of Dark Magenta #880FAD
Tints of Dark Magenta #880FAD
RGB
CMYK
RGB Variations
Color information
#880FAD (or 0x880FAD) is known color: Dark Magenta. HEX triplet: 88, 0F and AD. RGB value is (136,15,173). Sum of RGB (Red+Green+Blue) = 136+15+173=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #880FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880FAD is #77F052. Grayscale: #444444. Windows color (decimal): -7860307 or 11341704. OLE color: 11341704.
HSL color Cylindrical-coordinate representation of color #880FAD: hue angle of 285.95º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880FAD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 15 | 173 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.32 |
| HSL | 285.95º | 0.84% | 0.37% | - |
| HSV(B) | 285.95º | 0.91% | 0.68% | - |
| XYZ | 17.87 | 8.59 | 40.25 | - |
| YUV | 69.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 173 | 0.21 | 0.91 | 0 | 0.32 | 285.95 | 0.84 | 0.37 |
| Hex | 88 | F | AD | 15 | 5B | 0 | 20 | 11E | 54 | 25 |
| Octal | 210 | 17 | 255 | 25 | 133 | 0 | 40 | 436 | 124 | 45 |
| Binary | 10001000 | 1111 | 10101101 | 10101 | 1011011 | 0 | 100000 | 100011110 | 1010100 | 100101 |
Color Harmonies of #880FAD
Complementary color
Monochromatic Colors of #880FAD
Black with #880FAD
Text Example
Text Example
White with #880FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880FAD; }
p { color: rgb(136,15,173); }
H1.HeaderClassName
{
color: #880FAD;
}
.AnyTagClassName
{
color: #880FAD;
}
</style>
background-color css
<style>
a { background-color: #880FAD; }
a { background-color: rgb(136,15,173); }
div.DivClassName
{
background-color: #880FAD;
}
.BgClassName
{
background-color: #880FAD;
}
</style>
border-color css
<style>
span { border-color: #880FAD; }
span { border-color: rgb(136,15,173); }
td.TdClassName
{
border-color: #880FAD;
}
.TagClassName
{
border-color: #880FAD;
}
</style>