Shades of Dark Magenta #89008D
Tints of Dark Magenta #89008D
RGB
CMYK
RGB Variations
Color information
#89008D (or 0x89008D) is known color: Dark Magenta. HEX triplet: 89, 00 and 8D. RGB value is (137,0,141). Sum of RGB (Red+Green+Blue) = 137+0+141=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #89008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89008D is #76FF72. Grayscale: #383838. Windows color (decimal): -7798643 or 9240713. OLE color: 9240713.
HSL color Cylindrical-coordinate representation of color #89008D: hue angle of 298.3º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89008D is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 0 | 141 | - |
| CMYK | 0.03 | 1 | 0 | 0.45 |
| HSL | 298.3º | 1% | 0.28% | - |
| HSV(B) | 298.3º | 1% | 0.55% | - |
| XYZ | 15.12 | 7.24 | 25.8 | - |
| YUV | 57.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 141 | 0.03 | 1 | 0 | 0.45 | 298.3 | 1 | 0.28 |
| Hex | 89 | 0 | 8D | 3 | 64 | 0 | 2D | 12A | 64 | 1C |
| Octal | 211 | 0 | 215 | 3 | 144 | 0 | 55 | 452 | 144 | 34 |
| Binary | 10001001 | 0 | 10001101 | 11 | 1100100 | 0 | 101101 | 100101010 | 1100100 | 11100 |
Color Harmonies of #89008D
Complementary color
Monochromatic Colors of #89008D
Black with #89008D
Text Example
Text Example
White with #89008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89008D; }
p { color: rgb(137,0,141); }
H1.HeaderClassName
{
color: #89008D;
}
.AnyTagClassName
{
color: #89008D;
}
</style>
background-color css
<style>
a { background-color: #89008D; }
a { background-color: rgb(137,0,141); }
div.DivClassName
{
background-color: #89008D;
}
.BgClassName
{
background-color: #89008D;
}
</style>
border-color css
<style>
span { border-color: #89008D; }
span { border-color: rgb(137,0,141); }
td.TdClassName
{
border-color: #89008D;
}
.TagClassName
{
border-color: #89008D;
}
</style>