Shades of Dark Magenta #89018D
Tints of Dark Magenta #89018D
RGB
CMYK
RGB Variations
Color information
#89018D (or 0x89018D) is known color: Dark Magenta. HEX triplet: 89, 01 and 8D. RGB value is (137,1,141). Sum of RGB (Red+Green+Blue) = 137+1+141=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #89018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89018D is #76FE72. Grayscale: #393939. Windows color (decimal): -7798387 or 9240969. OLE color: 9240969.
HSL color Cylindrical-coordinate representation of color #89018D: hue angle of 298.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89018D is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 1 | 141 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.45 |
| HSL | 298.29º | 0.99% | 0.28% | - |
| HSV(B) | 298.29º | 0.99% | 0.55% | - |
| XYZ | 15.14 | 7.26 | 25.8 | - |
| YUV | 57.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 141 | 0.03 | 0.99 | 0 | 0.45 | 298.29 | 0.99 | 0.28 |
| Hex | 89 | 1 | 8D | 3 | 63 | 0 | 2D | 12A | 63 | 1C |
| Octal | 211 | 1 | 215 | 3 | 143 | 0 | 55 | 452 | 143 | 34 |
| Binary | 10001001 | 1 | 10001101 | 11 | 1100011 | 0 | 101101 | 100101010 | 1100011 | 11100 |
Color Harmonies of #89018D
Complementary color
Monochromatic Colors of #89018D
Black with #89018D
Text Example
Text Example
White with #89018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89018D; }
p { color: rgb(137,1,141); }
H1.HeaderClassName
{
color: #89018D;
}
.AnyTagClassName
{
color: #89018D;
}
</style>
background-color css
<style>
a { background-color: #89018D; }
a { background-color: rgb(137,1,141); }
div.DivClassName
{
background-color: #89018D;
}
.BgClassName
{
background-color: #89018D;
}
</style>
border-color css
<style>
span { border-color: #89018D; }
span { border-color: rgb(137,1,141); }
td.TdClassName
{
border-color: #89018D;
}
.TagClassName
{
border-color: #89018D;
}
</style>