Shades of Dark Magenta #89009B
Tints of Dark Magenta #89009B
RGB
CMYK
RGB Variations
Color information
#89009B (or 0x89009B) is known color: Dark Magenta. HEX triplet: 89, 00 and 9B. RGB value is (137,0,155). Sum of RGB (Red+Green+Blue) = 137+0+155=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #89009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89009B is #76FF64. Grayscale: #3A3A3A. Windows color (decimal): -7798629 or 10158217. OLE color: 10158217.
HSL color Cylindrical-coordinate representation of color #89009B: hue angle of 293.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89009B is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 0 | 155 | - |
| CMYK | 0.12 | 1 | 0 | 0.39 |
| HSL | 293.03º | 1% | 0.3% | - |
| HSV(B) | 293.03º | 1% | 0.61% | - |
| XYZ | 16.23 | 7.68 | 31.64 | - |
| YUV | 58.63 | 182.39 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 155 | 0.12 | 1 | 0 | 0.39 | 293.03 | 1 | 0.3 |
| Hex | 89 | 0 | 9B | C | 64 | 0 | 27 | 125 | 64 | 1E |
| Octal | 211 | 0 | 233 | 14 | 144 | 0 | 47 | 445 | 144 | 36 |
| Binary | 10001001 | 0 | 10011011 | 1100 | 1100100 | 0 | 100111 | 100100101 | 1100100 | 11110 |
Color Harmonies of #89009B
Complementary color
Monochromatic Colors of #89009B
Black with #89009B
Text Example
Text Example
White with #89009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89009B; }
p { color: rgb(137,0,155); }
H1.HeaderClassName
{
color: #89009B;
}
.AnyTagClassName
{
color: #89009B;
}
</style>
background-color css
<style>
a { background-color: #89009B; }
a { background-color: rgb(137,0,155); }
div.DivClassName
{
background-color: #89009B;
}
.BgClassName
{
background-color: #89009B;
}
</style>
border-color css
<style>
span { border-color: #89009B; }
span { border-color: rgb(137,0,155); }
td.TdClassName
{
border-color: #89009B;
}
.TagClassName
{
border-color: #89009B;
}
</style>