Shades of Dark Magenta #89088C
Tints of Dark Magenta #89088C
RGB
CMYK
RGB Variations
Color information
#89088C (or 0x89088C) is known color: Dark Magenta. HEX triplet: 89, 08 and 8C. RGB value is (137,8,140). Sum of RGB (Red+Green+Blue) = 137+8+140=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #89088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89088C is #76F773. Grayscale: #3D3D3D. Windows color (decimal): -7796596 or 9177225. OLE color: 9177225.
HSL color Cylindrical-coordinate representation of color #89088C: hue angle of 298.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89088C is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 8 | 140 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.45 |
| HSL | 298.64º | 0.89% | 0.29% | - |
| HSV(B) | 298.64º | 0.94% | 0.55% | - |
| XYZ | 15.14 | 7.39 | 25.44 | - |
| YUV | 61.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 140 | 0.02 | 0.94 | 0 | 0.45 | 298.64 | 0.89 | 0.29 |
| Hex | 89 | 8 | 8C | 2 | 5E | 0 | 2D | 12B | 59 | 1D |
| Octal | 211 | 10 | 214 | 2 | 136 | 0 | 55 | 453 | 131 | 35 |
| Binary | 10001001 | 1000 | 10001100 | 10 | 1011110 | 0 | 101101 | 100101011 | 1011001 | 11101 |
Color Harmonies of #89088C
Complementary color
Monochromatic Colors of #89088C
Black with #89088C
Text Example
Text Example
White with #89088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89088C; }
p { color: rgb(137,8,140); }
H1.HeaderClassName
{
color: #89088C;
}
.AnyTagClassName
{
color: #89088C;
}
</style>
background-color css
<style>
a { background-color: #89088C; }
a { background-color: rgb(137,8,140); }
div.DivClassName
{
background-color: #89088C;
}
.BgClassName
{
background-color: #89088C;
}
</style>
border-color css
<style>
span { border-color: #89088C; }
span { border-color: rgb(137,8,140); }
td.TdClassName
{
border-color: #89088C;
}
.TagClassName
{
border-color: #89088C;
}
</style>