Shades of Dark Magenta #890C9C
Tints of Dark Magenta #890C9C
RGB
CMYK
RGB Variations
Color information
#890C9C (or 0x890C9C) is known color: Dark Magenta. HEX triplet: 89, 0C and 9C. RGB value is (137,12,156). Sum of RGB (Red+Green+Blue) = 137+12+156=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #890C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890C9C is #76F363. Grayscale: #414141. Windows color (decimal): -7795556 or 10226825. OLE color: 10226825.
HSL color Cylindrical-coordinate representation of color #890C9C: hue angle of 292.08º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890C9C is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 12 | 156 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.39 |
| HSL | 292.08º | 0.86% | 0.33% | - |
| HSV(B) | 292.08º | 0.92% | 0.61% | - |
| XYZ | 16.45 | 7.98 | 32.13 | - |
| YUV | 65.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 156 | 0.12 | 0.92 | 0 | 0.39 | 292.08 | 0.86 | 0.33 |
| Hex | 89 | C | 9C | C | 5C | 0 | 27 | 124 | 56 | 21 |
| Octal | 211 | 14 | 234 | 14 | 134 | 0 | 47 | 444 | 126 | 41 |
| Binary | 10001001 | 1100 | 10011100 | 1100 | 1011100 | 0 | 100111 | 100100100 | 1010110 | 100001 |
Color Harmonies of #890C9C
Complementary color
Monochromatic Colors of #890C9C
Black with #890C9C
Text Example
Text Example
White with #890C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C9C; }
p { color: rgb(137,12,156); }
H1.HeaderClassName
{
color: #890C9C;
}
.AnyTagClassName
{
color: #890C9C;
}
</style>
background-color css
<style>
a { background-color: #890C9C; }
a { background-color: rgb(137,12,156); }
div.DivClassName
{
background-color: #890C9C;
}
.BgClassName
{
background-color: #890C9C;
}
</style>
border-color css
<style>
span { border-color: #890C9C; }
span { border-color: rgb(137,12,156); }
td.TdClassName
{
border-color: #890C9C;
}
.TagClassName
{
border-color: #890C9C;
}
</style>