Shades of Dark Magenta #880186
Tints of Dark Magenta #880186
RGB
CMYK
RGB Variations
Color information
#880186 (or 0x880186) is known color: Dark Magenta. HEX triplet: 88, 01 and 86. RGB value is (136,1,134). Sum of RGB (Red+Green+Blue) = 136+1+134=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #880186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880186 is #77FE79. Grayscale: #383838. Windows color (decimal): -7863930 or 8782216. OLE color: 8782216.
HSL color Cylindrical-coordinate representation of color #880186: hue angle of 300.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880186 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.47 |
| HSL | 300.89º | 0.99% | 0.27% | - |
| HSV(B) | 300.89º | 0.99% | 0.53% | - |
| XYZ | 14.47 | 6.98 | 23.14 | - |
| YUV | 56.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 134 | 0 | 0.99 | 0.01 | 0.47 | 300.89 | 0.99 | 0.27 |
| Hex | 88 | 1 | 86 | 0 | 63 | 1 | 2F | 12D | 63 | 1B |
| Octal | 210 | 1 | 206 | 0 | 143 | 1 | 57 | 455 | 143 | 33 |
| Binary | 10001000 | 1 | 10000110 | 0 | 1100011 | 1 | 101111 | 100101101 | 1100011 | 11011 |
Color Harmonies of #880186
Complementary color
Monochromatic Colors of #880186
Black with #880186
Text Example
Text Example
White with #880186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880186; }
p { color: rgb(136,1,134); }
H1.HeaderClassName
{
color: #880186;
}
.AnyTagClassName
{
color: #880186;
}
</style>
background-color css
<style>
a { background-color: #880186; }
a { background-color: rgb(136,1,134); }
div.DivClassName
{
background-color: #880186;
}
.BgClassName
{
background-color: #880186;
}
</style>
border-color css
<style>
span { border-color: #880186; }
span { border-color: rgb(136,1,134); }
td.TdClassName
{
border-color: #880186;
}
.TagClassName
{
border-color: #880186;
}
</style>