Shades of Dark Magenta #89088D
Tints of Dark Magenta #89088D
RGB
CMYK
RGB Variations
Color information
#89088D (or 0x89088D) is known color: Dark Magenta. HEX triplet: 89, 08 and 8D. RGB value is (137,8,141). Sum of RGB (Red+Green+Blue) = 137+8+141=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #89088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89088D is #76F772. Grayscale: #3D3D3D. Windows color (decimal): -7796595 or 9242761. OLE color: 9242761.
HSL color Cylindrical-coordinate representation of color #89088D: hue angle of 298.2º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89088D is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 8 | 141 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.45 |
| HSL | 298.2º | 0.89% | 0.29% | - |
| HSV(B) | 298.2º | 0.94% | 0.55% | - |
| XYZ | 15.21 | 7.42 | 25.83 | - |
| YUV | 61.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 141 | 0.03 | 0.94 | 0 | 0.45 | 298.2 | 0.89 | 0.29 |
| Hex | 89 | 8 | 8D | 3 | 5E | 0 | 2D | 12A | 59 | 1D |
| Octal | 211 | 10 | 215 | 3 | 136 | 0 | 55 | 452 | 131 | 35 |
| Binary | 10001001 | 1000 | 10001101 | 11 | 1011110 | 0 | 101101 | 100101010 | 1011001 | 11101 |
Color Harmonies of #89088D
Complementary color
Monochromatic Colors of #89088D
Black with #89088D
Text Example
Text Example
White with #89088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89088D; }
p { color: rgb(137,8,141); }
H1.HeaderClassName
{
color: #89088D;
}
.AnyTagClassName
{
color: #89088D;
}
</style>
background-color css
<style>
a { background-color: #89088D; }
a { background-color: rgb(137,8,141); }
div.DivClassName
{
background-color: #89088D;
}
.BgClassName
{
background-color: #89088D;
}
</style>
border-color css
<style>
span { border-color: #89088D; }
span { border-color: rgb(137,8,141); }
td.TdClassName
{
border-color: #89088D;
}
.TagClassName
{
border-color: #89088D;
}
</style>