Shades of Dark Magenta #881492
Tints of Dark Magenta #881492
RGB
CMYK
RGB Variations
Color information
#881492 (or 0x881492) is known color: Dark Magenta. HEX triplet: 88, 14 and 92. RGB value is (136,20,146). Sum of RGB (Red+Green+Blue) = 136+20+146=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #881492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881492 is #77EB6D. Grayscale: #444444. Windows color (decimal): -7859054 or 9573512. OLE color: 9573512.
HSL color Cylindrical-coordinate representation of color #881492: hue angle of 295.24º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881492 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 20 | 146 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.43 |
| HSL | 295.24º | 0.76% | 0.33% | - |
| HSV(B) | 295.24º | 0.86% | 0.57% | - |
| XYZ | 15.59 | 7.81 | 27.88 | - |
| YUV | 69.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 146 | 0.07 | 0.86 | 0 | 0.43 | 295.24 | 0.76 | 0.33 |
| Hex | 88 | 14 | 92 | 7 | 56 | 0 | 2B | 127 | 4C | 21 |
| Octal | 210 | 24 | 222 | 7 | 126 | 0 | 53 | 447 | 114 | 41 |
| Binary | 10001000 | 10100 | 10010010 | 111 | 1010110 | 0 | 101011 | 100100111 | 1001100 | 100001 |
Color Harmonies of #881492
Complementary color
Monochromatic Colors of #881492
Black with #881492
Text Example
Text Example
White with #881492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881492; }
p { color: rgb(136,20,146); }
H1.HeaderClassName
{
color: #881492;
}
.AnyTagClassName
{
color: #881492;
}
</style>
background-color css
<style>
a { background-color: #881492; }
a { background-color: rgb(136,20,146); }
div.DivClassName
{
background-color: #881492;
}
.BgClassName
{
background-color: #881492;
}
</style>
border-color css
<style>
span { border-color: #881492; }
span { border-color: rgb(136,20,146); }
td.TdClassName
{
border-color: #881492;
}
.TagClassName
{
border-color: #881492;
}
</style>