Shades of Dark Magenta #881292
Tints of Dark Magenta #881292
RGB
CMYK
RGB Variations
Color information
#881292 (or 0x881292) is known color: Dark Magenta. HEX triplet: 88, 12 and 92. RGB value is (136,18,146). Sum of RGB (Red+Green+Blue) = 136+18+146=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #881292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881292 is #77ED6D. Grayscale: #434343. Windows color (decimal): -7859566 or 9573000. OLE color: 9573000.
HSL color Cylindrical-coordinate representation of color #881292: hue angle of 295.31º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881292 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 18 | 146 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.43 |
| HSL | 295.31º | 0.78% | 0.32% | - |
| HSV(B) | 295.31º | 0.88% | 0.57% | - |
| XYZ | 15.56 | 7.74 | 27.87 | - |
| YUV | 67.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 146 | 0.07 | 0.88 | 0 | 0.43 | 295.31 | 0.78 | 0.32 |
| Hex | 88 | 12 | 92 | 7 | 58 | 0 | 2B | 127 | 4E | 20 |
| Octal | 210 | 22 | 222 | 7 | 130 | 0 | 53 | 447 | 116 | 40 |
| Binary | 10001000 | 10010 | 10010010 | 111 | 1011000 | 0 | 101011 | 100100111 | 1001110 | 100000 |
Color Harmonies of #881292
Complementary color
Monochromatic Colors of #881292
Black with #881292
Text Example
Text Example
White with #881292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881292; }
p { color: rgb(136,18,146); }
H1.HeaderClassName
{
color: #881292;
}
.AnyTagClassName
{
color: #881292;
}
</style>
background-color css
<style>
a { background-color: #881292; }
a { background-color: rgb(136,18,146); }
div.DivClassName
{
background-color: #881292;
}
.BgClassName
{
background-color: #881292;
}
</style>
border-color css
<style>
span { border-color: #881292; }
span { border-color: rgb(136,18,146); }
td.TdClassName
{
border-color: #881292;
}
.TagClassName
{
border-color: #881292;
}
</style>