Shades of Dark Magenta #880991
Tints of Dark Magenta #880991
RGB
CMYK
RGB Variations
Color information
#880991 (or 0x880991) is known color: Dark Magenta. HEX triplet: 88, 09 and 91. RGB value is (136,9,145). Sum of RGB (Red+Green+Blue) = 136+9+145=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #880991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880991 is #77F66E. Grayscale: #3E3E3E. Windows color (decimal): -7861871 or 9505160. OLE color: 9505160.
HSL color Cylindrical-coordinate representation of color #880991: hue angle of 296.03º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880991 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 9 | 145 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.43 |
| HSL | 296.03º | 0.88% | 0.3% | - |
| HSV(B) | 296.03º | 0.94% | 0.57% | - |
| XYZ | 15.36 | 7.47 | 27.42 | - |
| YUV | 62.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 145 | 0.06 | 0.94 | 0 | 0.43 | 296.03 | 0.88 | 0.3 |
| Hex | 88 | 9 | 91 | 6 | 5E | 0 | 2B | 128 | 58 | 1E |
| Octal | 210 | 11 | 221 | 6 | 136 | 0 | 53 | 450 | 130 | 36 |
| Binary | 10001000 | 1001 | 10010001 | 110 | 1011110 | 0 | 101011 | 100101000 | 1011000 | 11110 |
Color Harmonies of #880991
Complementary color
Monochromatic Colors of #880991
Black with #880991
Text Example
Text Example
White with #880991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880991; }
p { color: rgb(136,9,145); }
H1.HeaderClassName
{
color: #880991;
}
.AnyTagClassName
{
color: #880991;
}
</style>
background-color css
<style>
a { background-color: #880991; }
a { background-color: rgb(136,9,145); }
div.DivClassName
{
background-color: #880991;
}
.BgClassName
{
background-color: #880991;
}
</style>
border-color css
<style>
span { border-color: #880991; }
span { border-color: rgb(136,9,145); }
td.TdClassName
{
border-color: #880991;
}
.TagClassName
{
border-color: #880991;
}
</style>