Shades of Dark Magenta #890C92
Tints of Dark Magenta #890C92
RGB
CMYK
RGB Variations
Color information
#890C92 (or 0x890C92) is known color: Dark Magenta. HEX triplet: 89, 0C and 92. RGB value is (137,12,146). Sum of RGB (Red+Green+Blue) = 137+12+146=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #890C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890C92 is #76F36D. Grayscale: #404040. Windows color (decimal): -7795566 or 9571465. OLE color: 9571465.
HSL color Cylindrical-coordinate representation of color #890C92: hue angle of 295.97º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890C92 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 12 | 146 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.43 |
| HSL | 295.97º | 0.85% | 0.31% | - |
| HSV(B) | 295.97º | 0.92% | 0.57% | - |
| XYZ | 15.64 | 7.66 | 27.85 | - |
| YUV | 64.65 | 173.91 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 146 | 0.06 | 0.92 | 0 | 0.43 | 295.97 | 0.85 | 0.31 |
| Hex | 89 | C | 92 | 6 | 5C | 0 | 2B | 128 | 55 | 1F |
| Octal | 211 | 14 | 222 | 6 | 134 | 0 | 53 | 450 | 125 | 37 |
| Binary | 10001001 | 1100 | 10010010 | 110 | 1011100 | 0 | 101011 | 100101000 | 1010101 | 11111 |
Color Harmonies of #890C92
Complementary color
Monochromatic Colors of #890C92
Black with #890C92
Text Example
Text Example
White with #890C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C92; }
p { color: rgb(137,12,146); }
H1.HeaderClassName
{
color: #890C92;
}
.AnyTagClassName
{
color: #890C92;
}
</style>
background-color css
<style>
a { background-color: #890C92; }
a { background-color: rgb(137,12,146); }
div.DivClassName
{
background-color: #890C92;
}
.BgClassName
{
background-color: #890C92;
}
</style>
border-color css
<style>
span { border-color: #890C92; }
span { border-color: rgb(137,12,146); }
td.TdClassName
{
border-color: #890C92;
}
.TagClassName
{
border-color: #890C92;
}
</style>