Shades of Dark Magenta #890B8B
Tints of Dark Magenta #890B8B
RGB
CMYK
RGB Variations
Color information
#890B8B (or 0x890B8B) is known color: Dark Magenta. HEX triplet: 89, 0B and 8B. RGB value is (137,11,139). Sum of RGB (Red+Green+Blue) = 137+11+139=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #890B8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B8B is #76F474. Grayscale: #3E3E3E. Windows color (decimal): -7795829 or 9112457. OLE color: 9112457.
HSL color Cylindrical-coordinate representation of color #890B8B: hue angle of 299.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B8B is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 11 | 139 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.45 |
| HSL | 299.06º | 0.85% | 0.29% | - |
| HSV(B) | 299.06º | 0.92% | 0.55% | - |
| XYZ | 15.1 | 7.42 | 25.06 | - |
| YUV | 63.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 139 | 0.01 | 0.92 | 0 | 0.45 | 299.06 | 0.85 | 0.29 |
| Hex | 89 | B | 8B | 1 | 5C | 0 | 2D | 12B | 55 | 1D |
| Octal | 211 | 13 | 213 | 1 | 134 | 0 | 55 | 453 | 125 | 35 |
| Binary | 10001001 | 1011 | 10001011 | 1 | 1011100 | 0 | 101101 | 100101011 | 1010101 | 11101 |
Color Harmonies of #890B8B
Complementary color
Monochromatic Colors of #890B8B
Black with #890B8B
Text Example
Text Example
White with #890B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B8B; }
p { color: rgb(137,11,139); }
H1.HeaderClassName
{
color: #890B8B;
}
.AnyTagClassName
{
color: #890B8B;
}
</style>
background-color css
<style>
a { background-color: #890B8B; }
a { background-color: rgb(137,11,139); }
div.DivClassName
{
background-color: #890B8B;
}
.BgClassName
{
background-color: #890B8B;
}
</style>
border-color css
<style>
span { border-color: #890B8B; }
span { border-color: rgb(137,11,139); }
td.TdClassName
{
border-color: #890B8B;
}
.TagClassName
{
border-color: #890B8B;
}
</style>