Shades of Dark Magenta #89008F
Tints of Dark Magenta #89008F
RGB
CMYK
RGB Variations
Color information
#89008F (or 0x89008F) is known color: Dark Magenta. HEX triplet: 89, 00 and 8F. RGB value is (137,0,143). Sum of RGB (Red+Green+Blue) = 137+0+143=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #89008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89008F is #76FF70. Grayscale: #383838. Windows color (decimal): -7798641 or 9371785. OLE color: 9371785.
HSL color Cylindrical-coordinate representation of color #89008F: hue angle of 297.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89008F is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 0 | 143 | - |
| CMYK | 0.04 | 1 | 0 | 0.44 |
| HSL | 297.48º | 1% | 0.28% | - |
| HSV(B) | 297.48º | 1% | 0.56% | - |
| XYZ | 15.27 | 7.3 | 26.59 | - |
| YUV | 57.27 | 176.39 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 143 | 0.04 | 1 | 0 | 0.44 | 297.48 | 1 | 0.28 |
| Hex | 89 | 0 | 8F | 4 | 64 | 0 | 2C | 129 | 64 | 1C |
| Octal | 211 | 0 | 217 | 4 | 144 | 0 | 54 | 451 | 144 | 34 |
| Binary | 10001001 | 0 | 10001111 | 100 | 1100100 | 0 | 101100 | 100101001 | 1100100 | 11100 |
Color Harmonies of #89008F
Complementary color
Monochromatic Colors of #89008F
Black with #89008F
Text Example
Text Example
White with #89008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89008F; }
p { color: rgb(137,0,143); }
H1.HeaderClassName
{
color: #89008F;
}
.AnyTagClassName
{
color: #89008F;
}
</style>
background-color css
<style>
a { background-color: #89008F; }
a { background-color: rgb(137,0,143); }
div.DivClassName
{
background-color: #89008F;
}
.BgClassName
{
background-color: #89008F;
}
</style>
border-color css
<style>
span { border-color: #89008F; }
span { border-color: rgb(137,0,143); }
td.TdClassName
{
border-color: #89008F;
}
.TagClassName
{
border-color: #89008F;
}
</style>