Shades of Dark Magenta #891792
Tints of Dark Magenta #891792
RGB
CMYK
RGB Variations
Color information
#891792 (or 0x891792) is known color: Dark Magenta. HEX triplet: 89, 17 and 92. RGB value is (137,23,146). Sum of RGB (Red+Green+Blue) = 137+23+146=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #891792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891792 is #76E86D. Grayscale: #464646. Windows color (decimal): -7792750 or 9574281. OLE color: 9574281.
HSL color Cylindrical-coordinate representation of color #891792: hue angle of 295.61º 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 #891792 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 23 | 146 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.43 |
| HSL | 295.61º | 0.73% | 0.33% | - |
| HSV(B) | 295.61º | 0.84% | 0.57% | - |
| XYZ | 15.81 | 8.01 | 27.91 | - |
| YUV | 71.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 146 | 0.06 | 0.84 | 0 | 0.43 | 295.61 | 0.73 | 0.33 |
| Hex | 89 | 17 | 92 | 6 | 54 | 0 | 2B | 128 | 49 | 21 |
| Octal | 211 | 27 | 222 | 6 | 124 | 0 | 53 | 450 | 111 | 41 |
| Binary | 10001001 | 10111 | 10010010 | 110 | 1010100 | 0 | 101011 | 100101000 | 1001001 | 100001 |
Color Harmonies of #891792
Complementary color
Monochromatic Colors of #891792
Black with #891792
Text Example
Text Example
White with #891792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891792; }
p { color: rgb(137,23,146); }
H1.HeaderClassName
{
color: #891792;
}
.AnyTagClassName
{
color: #891792;
}
</style>
background-color css
<style>
a { background-color: #891792; }
a { background-color: rgb(137,23,146); }
div.DivClassName
{
background-color: #891792;
}
.BgClassName
{
background-color: #891792;
}
</style>
border-color css
<style>
span { border-color: #891792; }
span { border-color: rgb(137,23,146); }
td.TdClassName
{
border-color: #891792;
}
.TagClassName
{
border-color: #891792;
}
</style>