Shades of Dark Magenta #880187
Tints of Dark Magenta #880187
RGB
CMYK
RGB Variations
Color information
#880187 (or 0x880187) is known color: Dark Magenta. HEX triplet: 88, 01 and 87. RGB value is (136,1,135). Sum of RGB (Red+Green+Blue) = 136+1+135=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880187 is #77FE78. Grayscale: #383838. Windows color (decimal): -7863929 or 8847752. OLE color: 8847752.
HSL color Cylindrical-coordinate representation of color #880187: hue angle of 300.44º 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 #880187 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 135 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.47 |
| HSL | 300.44º | 0.99% | 0.27% | - |
| HSV(B) | 300.44º | 0.99% | 0.53% | - |
| XYZ | 14.54 | 7.01 | 23.51 | - |
| YUV | 56.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 135 | 0 | 0.99 | 0.01 | 0.47 | 300.44 | 0.99 | 0.27 |
| Hex | 88 | 1 | 87 | 0 | 63 | 1 | 2F | 12C | 63 | 1B |
| Octal | 210 | 1 | 207 | 0 | 143 | 1 | 57 | 454 | 143 | 33 |
| Binary | 10001000 | 1 | 10000111 | 0 | 1100011 | 1 | 101111 | 100101100 | 1100011 | 11011 |
Color Harmonies of #880187
Complementary color
Monochromatic Colors of #880187
Black with #880187
Text Example
Text Example
White with #880187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880187; }
p { color: rgb(136,1,135); }
H1.HeaderClassName
{
color: #880187;
}
.AnyTagClassName
{
color: #880187;
}
</style>
background-color css
<style>
a { background-color: #880187; }
a { background-color: rgb(136,1,135); }
div.DivClassName
{
background-color: #880187;
}
.BgClassName
{
background-color: #880187;
}
</style>
border-color css
<style>
span { border-color: #880187; }
span { border-color: rgb(136,1,135); }
td.TdClassName
{
border-color: #880187;
}
.TagClassName
{
border-color: #880187;
}
</style>