Shades of Dark Magenta #890B8A
Tints of Dark Magenta #890B8A
RGB
CMYK
RGB Variations
Color information
#890B8A (or 0x890B8A) is known color: Dark Magenta. HEX triplet: 89, 0B and 8A. RGB value is (137,11,138). Sum of RGB (Red+Green+Blue) = 137+11+138=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #890B8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B8A is #76F475. Grayscale: #3E3E3E. Windows color (decimal): -7795830 or 9046921. OLE color: 9046921.
HSL color Cylindrical-coordinate representation of color #890B8A: hue angle of 299.53º 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 #890B8A is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 138 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.46 |
| HSL | 299.53º | 0.85% | 0.29% | - |
| HSV(B) | 299.53º | 0.92% | 0.54% | - |
| XYZ | 15.02 | 7.39 | 24.68 | - |
| YUV | 63.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 138 | 0.01 | 0.92 | 0 | 0.46 | 299.53 | 0.85 | 0.29 |
| Hex | 89 | B | 8A | 1 | 5C | 0 | 2E | 12C | 55 | 1D |
| Octal | 211 | 13 | 212 | 1 | 134 | 0 | 56 | 454 | 125 | 35 |
| Binary | 10001001 | 1011 | 10001010 | 1 | 1011100 | 0 | 101110 | 100101100 | 1010101 | 11101 |
Color Harmonies of #890B8A
Complementary color
Monochromatic Colors of #890B8A
Black with #890B8A
Text Example
Text Example
White with #890B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B8A; }
p { color: rgb(137,11,138); }
H1.HeaderClassName
{
color: #890B8A;
}
.AnyTagClassName
{
color: #890B8A;
}
</style>
background-color css
<style>
a { background-color: #890B8A; }
a { background-color: rgb(137,11,138); }
div.DivClassName
{
background-color: #890B8A;
}
.BgClassName
{
background-color: #890B8A;
}
</style>
border-color css
<style>
span { border-color: #890B8A; }
span { border-color: rgb(137,11,138); }
td.TdClassName
{
border-color: #890B8A;
}
.TagClassName
{
border-color: #890B8A;
}
</style>