Shades of Dark Magenta #881792
Tints of Dark Magenta #881792
RGB
CMYK
RGB Variations
Color information
#881792 (or 0x881792) is known color: Dark Magenta. HEX triplet: 88, 17 and 92. RGB value is (136,23,146). Sum of RGB (Red+Green+Blue) = 136+23+146=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #881792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881792 is #77E86D. Grayscale: #464646. Windows color (decimal): -7858286 or 9574280. OLE color: 9574280.
HSL color Cylindrical-coordinate representation of color #881792: hue angle of 295.12º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881792 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 23 | 146 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.43 |
| HSL | 295.12º | 0.73% | 0.33% | - |
| HSV(B) | 295.12º | 0.84% | 0.57% | - |
| XYZ | 15.65 | 7.92 | 27.9 | - |
| YUV | 70.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 146 | 0.07 | 0.84 | 0 | 0.43 | 295.12 | 0.73 | 0.33 |
| Hex | 88 | 17 | 92 | 7 | 54 | 0 | 2B | 127 | 49 | 21 |
| Octal | 210 | 27 | 222 | 7 | 124 | 0 | 53 | 447 | 111 | 41 |
| Binary | 10001000 | 10111 | 10010010 | 111 | 1010100 | 0 | 101011 | 100100111 | 1001001 | 100001 |
Color Harmonies of #881792
Complementary color
Monochromatic Colors of #881792
Black with #881792
Text Example
Text Example
White with #881792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881792; }
p { color: rgb(136,23,146); }
H1.HeaderClassName
{
color: #881792;
}
.AnyTagClassName
{
color: #881792;
}
</style>
background-color css
<style>
a { background-color: #881792; }
a { background-color: rgb(136,23,146); }
div.DivClassName
{
background-color: #881792;
}
.BgClassName
{
background-color: #881792;
}
</style>
border-color css
<style>
span { border-color: #881792; }
span { border-color: rgb(136,23,146); }
td.TdClassName
{
border-color: #881792;
}
.TagClassName
{
border-color: #881792;
}
</style>