Shades of Dark Magenta #89039A
Tints of Dark Magenta #89039A
RGB
CMYK
RGB Variations
Color information
#89039A (or 0x89039A) is known color: Dark Magenta. HEX triplet: 89, 03 and 9A. RGB value is (137,3,154). Sum of RGB (Red+Green+Blue) = 137+3+154=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #89039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89039A is #76FC65. Grayscale: #3B3B3B. Windows color (decimal): -7797862 or 10093449. OLE color: 10093449.
HSL color Cylindrical-coordinate representation of color #89039A: hue angle of 293.25º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89039A is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 3 | 154 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.40 |
| HSL | 293.25º | 0.96% | 0.31% | - |
| HSV(B) | 293.25º | 0.98% | 0.6% | - |
| XYZ | 16.18 | 7.72 | 31.21 | - |
| YUV | 60.28 | 180.89 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 154 | 0.11 | 0.98 | 0 | 0.40 | 293.25 | 0.96 | 0.31 |
| Hex | 89 | 3 | 9A | B | 62 | 0 | 28 | 125 | 60 | 1F |
| Octal | 211 | 3 | 232 | 13 | 142 | 0 | 50 | 445 | 140 | 37 |
| Binary | 10001001 | 11 | 10011010 | 1011 | 1100010 | 0 | 101000 | 100100101 | 1100000 | 11111 |
Color Harmonies of #89039A
Complementary color
Monochromatic Colors of #89039A
Black with #89039A
Text Example
Text Example
White with #89039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89039A; }
p { color: rgb(137,3,154); }
H1.HeaderClassName
{
color: #89039A;
}
.AnyTagClassName
{
color: #89039A;
}
</style>
background-color css
<style>
a { background-color: #89039A; }
a { background-color: rgb(137,3,154); }
div.DivClassName
{
background-color: #89039A;
}
.BgClassName
{
background-color: #89039A;
}
</style>
border-color css
<style>
span { border-color: #89039A; }
span { border-color: rgb(137,3,154); }
td.TdClassName
{
border-color: #89039A;
}
.TagClassName
{
border-color: #89039A;
}
</style>