Shades of Dark Magenta #89078B
Tints of Dark Magenta #89078B
RGB
CMYK
RGB Variations
Color information
#89078B (or 0x89078B) is known color: Dark Magenta. HEX triplet: 89, 07 and 8B. RGB value is (137,7,139). Sum of RGB (Red+Green+Blue) = 137+7+139=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #89078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89078B is #76F874. Grayscale: #3C3C3C. Windows color (decimal): -7796853 or 9111433. OLE color: 9111433.
HSL color Cylindrical-coordinate representation of color #89078B: hue angle of 299.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89078B is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 7 | 139 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.45 |
| HSL | 299.09º | 0.9% | 0.29% | - |
| HSV(B) | 299.09º | 0.95% | 0.55% | - |
| XYZ | 15.05 | 7.33 | 25.05 | - |
| YUV | 60.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 139 | 0.01 | 0.95 | 0 | 0.45 | 299.09 | 0.9 | 0.29 |
| Hex | 89 | 7 | 8B | 1 | 5F | 0 | 2D | 12B | 5A | 1D |
| Octal | 211 | 7 | 213 | 1 | 137 | 0 | 55 | 453 | 132 | 35 |
| Binary | 10001001 | 111 | 10001011 | 1 | 1011111 | 0 | 101101 | 100101011 | 1011010 | 11101 |
Color Harmonies of #89078B
Complementary color
Monochromatic Colors of #89078B
Black with #89078B
Text Example
Text Example
White with #89078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89078B; }
p { color: rgb(137,7,139); }
H1.HeaderClassName
{
color: #89078B;
}
.AnyTagClassName
{
color: #89078B;
}
</style>
background-color css
<style>
a { background-color: #89078B; }
a { background-color: rgb(137,7,139); }
div.DivClassName
{
background-color: #89078B;
}
.BgClassName
{
background-color: #89078B;
}
</style>
border-color css
<style>
span { border-color: #89078B; }
span { border-color: rgb(137,7,139); }
td.TdClassName
{
border-color: #89078B;
}
.TagClassName
{
border-color: #89078B;
}
</style>