Shades of Dark Magenta #880386
Tints of Dark Magenta #880386
RGB
CMYK
RGB Variations
Color information
#880386 (or 0x880386) is known color: Dark Magenta. HEX triplet: 88, 03 and 86. RGB value is (136,3,134). Sum of RGB (Red+Green+Blue) = 136+3+134=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880386 is #77FC79. Grayscale: #393939. Windows color (decimal): -7863418 or 8782728. OLE color: 8782728.
HSL color Cylindrical-coordinate representation of color #880386: hue angle of 300.9º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880386 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 134 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.47 |
| HSL | 300.9º | 0.96% | 0.27% | - |
| HSV(B) | 300.9º | 0.98% | 0.53% | - |
| XYZ | 14.49 | 7.02 | 23.15 | - |
| YUV | 57.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 134 | 0 | 0.98 | 0.01 | 0.47 | 300.9 | 0.96 | 0.27 |
| Hex | 88 | 3 | 86 | 0 | 62 | 1 | 2F | 12D | 60 | 1B |
| Octal | 210 | 3 | 206 | 0 | 142 | 1 | 57 | 455 | 140 | 33 |
| Binary | 10001000 | 11 | 10000110 | 0 | 1100010 | 1 | 101111 | 100101101 | 1100000 | 11011 |
Color Harmonies of #880386
Complementary color
Monochromatic Colors of #880386
Black with #880386
Text Example
Text Example
White with #880386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880386; }
p { color: rgb(136,3,134); }
H1.HeaderClassName
{
color: #880386;
}
.AnyTagClassName
{
color: #880386;
}
</style>
background-color css
<style>
a { background-color: #880386; }
a { background-color: rgb(136,3,134); }
div.DivClassName
{
background-color: #880386;
}
.BgClassName
{
background-color: #880386;
}
</style>
border-color css
<style>
span { border-color: #880386; }
span { border-color: rgb(136,3,134); }
td.TdClassName
{
border-color: #880386;
}
.TagClassName
{
border-color: #880386;
}
</style>