Shades of Dark Magenta #890B85
Tints of Dark Magenta #890B85
RGB
CMYK
RGB Variations
Color information
#890B85 (or 0x890B85) is known color: Dark Magenta. HEX triplet: 89, 0B and 85. RGB value is (137,11,133). Sum of RGB (Red+Green+Blue) = 137+11+133=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #890B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B85 is #76F47A. Grayscale: #3E3E3E. Windows color (decimal): -7795835 or 8719241. OLE color: 8719241.
HSL color Cylindrical-coordinate representation of color #890B85: hue angle of 301.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B85 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 133 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.46 |
| HSL | 301.9º | 0.85% | 0.29% | - |
| HSV(B) | 301.9º | 0.92% | 0.54% | - |
| XYZ | 14.67 | 7.25 | 22.82 | - |
| YUV | 62.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 133 | 0 | 0.92 | 0.03 | 0.46 | 301.9 | 0.85 | 0.29 |
| Hex | 89 | B | 85 | 0 | 5C | 3 | 2E | 12E | 55 | 1D |
| Octal | 211 | 13 | 205 | 0 | 134 | 3 | 56 | 456 | 125 | 35 |
| Binary | 10001001 | 1011 | 10000101 | 0 | 1011100 | 11 | 101110 | 100101110 | 1010101 | 11101 |
Color Harmonies of #890B85
Complementary color
Monochromatic Colors of #890B85
Black with #890B85
Text Example
Text Example
White with #890B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B85; }
p { color: rgb(137,11,133); }
H1.HeaderClassName
{
color: #890B85;
}
.AnyTagClassName
{
color: #890B85;
}
</style>
background-color css
<style>
a { background-color: #890B85; }
a { background-color: rgb(137,11,133); }
div.DivClassName
{
background-color: #890B85;
}
.BgClassName
{
background-color: #890B85;
}
</style>
border-color css
<style>
span { border-color: #890B85; }
span { border-color: rgb(137,11,133); }
td.TdClassName
{
border-color: #890B85;
}
.TagClassName
{
border-color: #890B85;
}
</style>