Shades of Dark Magenta #89088A
Tints of Dark Magenta #89088A
RGB
CMYK
RGB Variations
Color information
#89088A (or 0x89088A) is known color: Dark Magenta. HEX triplet: 89, 08 and 8A. RGB value is (137,8,138). Sum of RGB (Red+Green+Blue) = 137+8+138=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #89088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89088A is #76F775. Grayscale: #3D3D3D. Windows color (decimal): -7796598 or 9046153. OLE color: 9046153.
HSL color Cylindrical-coordinate representation of color #89088A: hue angle of 299.54º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89088A is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 138 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.46 |
| HSL | 299.54º | 0.89% | 0.29% | - |
| HSV(B) | 299.54º | 0.94% | 0.54% | - |
| XYZ | 14.99 | 7.33 | 24.67 | - |
| YUV | 61.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 138 | 0.01 | 0.94 | 0 | 0.46 | 299.54 | 0.89 | 0.29 |
| Hex | 89 | 8 | 8A | 1 | 5E | 0 | 2E | 12C | 59 | 1D |
| Octal | 211 | 10 | 212 | 1 | 136 | 0 | 56 | 454 | 131 | 35 |
| Binary | 10001001 | 1000 | 10001010 | 1 | 1011110 | 0 | 101110 | 100101100 | 1011001 | 11101 |
Color Harmonies of #89088A
Complementary color
Monochromatic Colors of #89088A
Black with #89088A
Text Example
Text Example
White with #89088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89088A; }
p { color: rgb(137,8,138); }
H1.HeaderClassName
{
color: #89088A;
}
.AnyTagClassName
{
color: #89088A;
}
</style>
background-color css
<style>
a { background-color: #89088A; }
a { background-color: rgb(137,8,138); }
div.DivClassName
{
background-color: #89088A;
}
.BgClassName
{
background-color: #89088A;
}
</style>
border-color css
<style>
span { border-color: #89088A; }
span { border-color: rgb(137,8,138); }
td.TdClassName
{
border-color: #89088A;
}
.TagClassName
{
border-color: #89088A;
}
</style>