Shades of Dark Magenta #89019A
Tints of Dark Magenta #89019A
RGB
CMYK
RGB Variations
Color information
#89019A (or 0x89019A) is known color: Dark Magenta. HEX triplet: 89, 01 and 9A. RGB value is (137,1,154). Sum of RGB (Red+Green+Blue) = 137+1+154=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #89019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89019A is #76FE65. Grayscale: #3A3A3A. Windows color (decimal): -7798374 or 10092937. OLE color: 10092937.
HSL color Cylindrical-coordinate representation of color #89019A: hue angle of 293.33º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89019A is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 1 | 154 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.40 |
| HSL | 293.33º | 0.99% | 0.3% | - |
| HSV(B) | 293.33º | 0.99% | 0.6% | - |
| XYZ | 16.16 | 7.67 | 31.2 | - |
| YUV | 59.11 | 181.56 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 154 | 0.11 | 0.99 | 0 | 0.40 | 293.33 | 0.99 | 0.3 |
| Hex | 89 | 1 | 9A | B | 63 | 0 | 28 | 125 | 63 | 1E |
| Octal | 211 | 1 | 232 | 13 | 143 | 0 | 50 | 445 | 143 | 36 |
| Binary | 10001001 | 1 | 10011010 | 1011 | 1100011 | 0 | 101000 | 100100101 | 1100011 | 11110 |
Color Harmonies of #89019A
Complementary color
Monochromatic Colors of #89019A
Black with #89019A
Text Example
Text Example
White with #89019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89019A; }
p { color: rgb(137,1,154); }
H1.HeaderClassName
{
color: #89019A;
}
.AnyTagClassName
{
color: #89019A;
}
</style>
background-color css
<style>
a { background-color: #89019A; }
a { background-color: rgb(137,1,154); }
div.DivClassName
{
background-color: #89019A;
}
.BgClassName
{
background-color: #89019A;
}
</style>
border-color css
<style>
span { border-color: #89019A; }
span { border-color: rgb(137,1,154); }
td.TdClassName
{
border-color: #89019A;
}
.TagClassName
{
border-color: #89019A;
}
</style>