Shades of Dark Magenta #89138A
Tints of Dark Magenta #89138A
RGB
CMYK
RGB Variations
Color information
#89138A (or 0x89138A) is known color: Dark Magenta. HEX triplet: 89, 13 and 8A. RGB value is (137,19,138). Sum of RGB (Red+Green+Blue) = 137+19+138=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #89138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89138A is #76EC75. Grayscale: #434343. Windows color (decimal): -7793782 or 9048969. OLE color: 9048969.
HSL color Cylindrical-coordinate representation of color #89138A: hue angle of 299.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89138A is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 138 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.46 |
| HSL | 299.5º | 0.76% | 0.31% | - |
| HSV(B) | 299.5º | 0.86% | 0.54% | - |
| XYZ | 15.14 | 7.62 | 24.72 | - |
| YUV | 67.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 138 | 0.01 | 0.86 | 0 | 0.46 | 299.5 | 0.76 | 0.31 |
| Hex | 89 | 13 | 8A | 1 | 56 | 0 | 2E | 12B | 4C | 1F |
| Octal | 211 | 23 | 212 | 1 | 126 | 0 | 56 | 453 | 114 | 37 |
| Binary | 10001001 | 10011 | 10001010 | 1 | 1010110 | 0 | 101110 | 100101011 | 1001100 | 11111 |
Color Harmonies of #89138A
Complementary color
Monochromatic Colors of #89138A
Black with #89138A
Text Example
Text Example
White with #89138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89138A; }
p { color: rgb(137,19,138); }
H1.HeaderClassName
{
color: #89138A;
}
.AnyTagClassName
{
color: #89138A;
}
</style>
background-color css
<style>
a { background-color: #89138A; }
a { background-color: rgb(137,19,138); }
div.DivClassName
{
background-color: #89138A;
}
.BgClassName
{
background-color: #89138A;
}
</style>
border-color css
<style>
span { border-color: #89138A; }
span { border-color: rgb(137,19,138); }
td.TdClassName
{
border-color: #89138A;
}
.TagClassName
{
border-color: #89138A;
}
</style>