Shades of Dark Magenta #880685
Tints of Dark Magenta #880685
RGB
CMYK
RGB Variations
Color information
#880685 (or 0x880685) is known color: Dark Magenta. HEX triplet: 88, 06 and 85. RGB value is (136,6,133). Sum of RGB (Red+Green+Blue) = 136+6+133=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #880685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880685 is #77F97A. Grayscale: #3A3A3A. Windows color (decimal): -7862651 or 8717960. OLE color: 8717960.
HSL color Cylindrical-coordinate representation of color #880685: hue angle of 301.38º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880685 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 133 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.47 |
| HSL | 301.38º | 0.92% | 0.28% | - |
| HSV(B) | 301.38º | 0.96% | 0.53% | - |
| XYZ | 14.45 | 7.06 | 22.79 | - |
| YUV | 59.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 133 | 0 | 0.96 | 0.02 | 0.47 | 301.38 | 0.92 | 0.28 |
| Hex | 88 | 6 | 85 | 0 | 60 | 2 | 2F | 12D | 5C | 1C |
| Octal | 210 | 6 | 205 | 0 | 140 | 2 | 57 | 455 | 134 | 34 |
| Binary | 10001000 | 110 | 10000101 | 0 | 1100000 | 10 | 101111 | 100101101 | 1011100 | 11100 |
Color Harmonies of #880685
Complementary color
Monochromatic Colors of #880685
Black with #880685
Text Example
Text Example
White with #880685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880685; }
p { color: rgb(136,6,133); }
H1.HeaderClassName
{
color: #880685;
}
.AnyTagClassName
{
color: #880685;
}
</style>
background-color css
<style>
a { background-color: #880685; }
a { background-color: rgb(136,6,133); }
div.DivClassName
{
background-color: #880685;
}
.BgClassName
{
background-color: #880685;
}
</style>
border-color css
<style>
span { border-color: #880685; }
span { border-color: rgb(136,6,133); }
td.TdClassName
{
border-color: #880685;
}
.TagClassName
{
border-color: #880685;
}
</style>