Shades of Dark Magenta #891893
Tints of Dark Magenta #891893
RGB
CMYK
RGB Variations
Color information
#891893 (or 0x891893) is known color: Dark Magenta. HEX triplet: 89, 18 and 93. RGB value is (137,24,147). Sum of RGB (Red+Green+Blue) = 137+24+147=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #891893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891893 is #76E76C. Grayscale: #474747. Windows color (decimal): -7792493 or 9640073. OLE color: 9640073.
HSL color Cylindrical-coordinate representation of color #891893: hue angle of 295.12º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891893 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 24 | 147 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.42 |
| HSL | 295.12º | 0.72% | 0.34% | - |
| HSV(B) | 295.12º | 0.84% | 0.58% | - |
| XYZ | 15.91 | 8.08 | 28.32 | - |
| YUV | 71.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 147 | 0.07 | 0.84 | 0 | 0.42 | 295.12 | 0.72 | 0.34 |
| Hex | 89 | 18 | 93 | 7 | 54 | 0 | 2A | 127 | 48 | 22 |
| Octal | 211 | 30 | 223 | 7 | 124 | 0 | 52 | 447 | 110 | 42 |
| Binary | 10001001 | 11000 | 10010011 | 111 | 1010100 | 0 | 101010 | 100100111 | 1001000 | 100010 |
Color Harmonies of #891893
Complementary color
Monochromatic Colors of #891893
Black with #891893
Text Example
Text Example
White with #891893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891893; }
p { color: rgb(137,24,147); }
H1.HeaderClassName
{
color: #891893;
}
.AnyTagClassName
{
color: #891893;
}
</style>
background-color css
<style>
a { background-color: #891893; }
a { background-color: rgb(137,24,147); }
div.DivClassName
{
background-color: #891893;
}
.BgClassName
{
background-color: #891893;
}
</style>
border-color css
<style>
span { border-color: #891893; }
span { border-color: rgb(137,24,147); }
td.TdClassName
{
border-color: #891893;
}
.TagClassName
{
border-color: #891893;
}
</style>