Shades of Dark Magenta #89088F
Tints of Dark Magenta #89088F
RGB
CMYK
RGB Variations
Color information
#89088F (or 0x89088F) is known color: Dark Magenta. HEX triplet: 89, 08 and 8F. RGB value is (137,8,143). Sum of RGB (Red+Green+Blue) = 137+8+143=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #89088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89088F is #76F770. Grayscale: #3D3D3D. Windows color (decimal): -7796593 or 9373833. OLE color: 9373833.
HSL color Cylindrical-coordinate representation of color #89088F: hue angle of 297.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89088F is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 8 | 143 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.44 |
| HSL | 297.33º | 0.89% | 0.3% | - |
| HSV(B) | 297.33º | 0.94% | 0.56% | - |
| XYZ | 15.36 | 7.48 | 26.62 | - |
| YUV | 61.96 | 173.74 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 143 | 0.04 | 0.94 | 0 | 0.44 | 297.33 | 0.89 | 0.3 |
| Hex | 89 | 8 | 8F | 4 | 5E | 0 | 2C | 129 | 59 | 1E |
| Octal | 211 | 10 | 217 | 4 | 136 | 0 | 54 | 451 | 131 | 36 |
| Binary | 10001001 | 1000 | 10001111 | 100 | 1011110 | 0 | 101100 | 100101001 | 1011001 | 11110 |
Color Harmonies of #89088F
Complementary color
Monochromatic Colors of #89088F
Black with #89088F
Text Example
Text Example
White with #89088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89088F; }
p { color: rgb(137,8,143); }
H1.HeaderClassName
{
color: #89088F;
}
.AnyTagClassName
{
color: #89088F;
}
</style>
background-color css
<style>
a { background-color: #89088F; }
a { background-color: rgb(137,8,143); }
div.DivClassName
{
background-color: #89088F;
}
.BgClassName
{
background-color: #89088F;
}
</style>
border-color css
<style>
span { border-color: #89088F; }
span { border-color: rgb(137,8,143); }
td.TdClassName
{
border-color: #89088F;
}
.TagClassName
{
border-color: #89088F;
}
</style>