Shades of Dark Magenta #890095
Tints of Dark Magenta #890095
RGB
CMYK
RGB Variations
Color information
#890095 (or 0x890095) is known color: Dark Magenta. HEX triplet: 89, 00 and 95. RGB value is (137,0,149). Sum of RGB (Red+Green+Blue) = 137+0+149=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #890095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890095 is #76FF6A. Grayscale: #393939. Windows color (decimal): -7798635 or 9765001. OLE color: 9765001.
HSL color Cylindrical-coordinate representation of color #890095: hue angle of 295.17º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890095 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 0 | 149 | - |
| CMYK | 0.08 | 1 | 0 | 0.42 |
| HSL | 295.17º | 1% | 0.29% | - |
| HSV(B) | 295.17º | 1% | 0.58% | - |
| XYZ | 15.74 | 7.49 | 29.05 | - |
| YUV | 57.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 149 | 0.08 | 1 | 0 | 0.42 | 295.17 | 1 | 0.29 |
| Hex | 89 | 0 | 95 | 8 | 64 | 0 | 2A | 127 | 64 | 1D |
| Octal | 211 | 0 | 225 | 10 | 144 | 0 | 52 | 447 | 144 | 35 |
| Binary | 10001001 | 0 | 10010101 | 1000 | 1100100 | 0 | 101010 | 100100111 | 1100100 | 11101 |
Color Harmonies of #890095
Complementary color
Monochromatic Colors of #890095
Black with #890095
Text Example
Text Example
White with #890095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890095; }
p { color: rgb(137,0,149); }
H1.HeaderClassName
{
color: #890095;
}
.AnyTagClassName
{
color: #890095;
}
</style>
background-color css
<style>
a { background-color: #890095; }
a { background-color: rgb(137,0,149); }
div.DivClassName
{
background-color: #890095;
}
.BgClassName
{
background-color: #890095;
}
</style>
border-color css
<style>
span { border-color: #890095; }
span { border-color: rgb(137,0,149); }
td.TdClassName
{
border-color: #890095;
}
.TagClassName
{
border-color: #890095;
}
</style>