Shades of Dark Magenta #880985
Tints of Dark Magenta #880985
RGB
CMYK
RGB Variations
Color information
#880985 (or 0x880985) is known color: Dark Magenta. HEX triplet: 88, 09 and 85. RGB value is (136,9,133). Sum of RGB (Red+Green+Blue) = 136+9+133=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #880985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880985 is #77F67A. Grayscale: #3C3C3C. Windows color (decimal): -7861883 or 8718728. OLE color: 8718728.
HSL color Cylindrical-coordinate representation of color #880985: hue angle of 301.42º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880985 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 133 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.47 |
| HSL | 301.42º | 0.88% | 0.28% | - |
| HSV(B) | 301.42º | 0.93% | 0.53% | - |
| XYZ | 14.48 | 7.12 | 22.8 | - |
| YUV | 61.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 133 | 0 | 0.93 | 0.02 | 0.47 | 301.42 | 0.88 | 0.28 |
| Hex | 88 | 9 | 85 | 0 | 5D | 2 | 2F | 12D | 58 | 1C |
| Octal | 210 | 11 | 205 | 0 | 135 | 2 | 57 | 455 | 130 | 34 |
| Binary | 10001000 | 1001 | 10000101 | 0 | 1011101 | 10 | 101111 | 100101101 | 1011000 | 11100 |
Color Harmonies of #880985
Complementary color
Monochromatic Colors of #880985
Black with #880985
Text Example
Text Example
White with #880985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880985; }
p { color: rgb(136,9,133); }
H1.HeaderClassName
{
color: #880985;
}
.AnyTagClassName
{
color: #880985;
}
</style>
background-color css
<style>
a { background-color: #880985; }
a { background-color: rgb(136,9,133); }
div.DivClassName
{
background-color: #880985;
}
.BgClassName
{
background-color: #880985;
}
</style>
border-color css
<style>
span { border-color: #880985; }
span { border-color: rgb(136,9,133); }
td.TdClassName
{
border-color: #880985;
}
.TagClassName
{
border-color: #880985;
}
</style>