Shades of Dark Magenta #89089D
Tints of Dark Magenta #89089D
RGB
CMYK
RGB Variations
Color information
#89089D (or 0x89089D) is known color: Dark Magenta. HEX triplet: 89, 08 and 9D. RGB value is (137,8,157). Sum of RGB (Red+Green+Blue) = 137+8+157=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #89089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89089D is #76F762. Grayscale: #3F3F3F. Windows color (decimal): -7796579 or 10291337. OLE color: 10291337.
HSL color Cylindrical-coordinate representation of color #89089D: hue angle of 291.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89089D is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 8 | 157 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.38 |
| HSL | 291.95º | 0.9% | 0.32% | - |
| HSV(B) | 291.95º | 0.95% | 0.62% | - |
| XYZ | 16.49 | 7.93 | 32.56 | - |
| YUV | 63.56 | 180.74 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 157 | 0.13 | 0.95 | 0 | 0.38 | 291.95 | 0.9 | 0.32 |
| Hex | 89 | 8 | 9D | D | 5F | 0 | 26 | 124 | 5A | 20 |
| Octal | 211 | 10 | 235 | 15 | 137 | 0 | 46 | 444 | 132 | 40 |
| Binary | 10001001 | 1000 | 10011101 | 1101 | 1011111 | 0 | 100110 | 100100100 | 1011010 | 100000 |
Color Harmonies of #89089D
Complementary color
Monochromatic Colors of #89089D
Black with #89089D
Text Example
Text Example
White with #89089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89089D; }
p { color: rgb(137,8,157); }
H1.HeaderClassName
{
color: #89089D;
}
.AnyTagClassName
{
color: #89089D;
}
</style>
background-color css
<style>
a { background-color: #89089D; }
a { background-color: rgb(137,8,157); }
div.DivClassName
{
background-color: #89089D;
}
.BgClassName
{
background-color: #89089D;
}
</style>
border-color css
<style>
span { border-color: #89089D; }
span { border-color: rgb(137,8,157); }
td.TdClassName
{
border-color: #89089D;
}
.TagClassName
{
border-color: #89089D;
}
</style>