Shades of Dark Magenta #9C0689
Tints of Dark Magenta #9C0689
RGB
CMYK
RGB Variations
Color information
#9C0689 (or 0x9C0689) is known color: Dark Magenta. HEX triplet: 9C, 06 and 89. RGB value is (156,6,137). Sum of RGB (Red+Green+Blue) = 156+6+137=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0689 is #63F976. Grayscale: #414141. Windows color (decimal): -6551927 or 8980124. OLE color: 8980124.
HSL color Cylindrical-coordinate representation of color #9C0689: hue angle of 307.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0689 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 137 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.39 |
| HSL | 307.6º | 0.93% | 0.32% | - |
| HSV(B) | 307.6º | 0.96% | 0.61% | - |
| XYZ | 18.29 | 9 | 24.44 | - |
| YUV | 65.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 137 | 0 | 0.96 | 0.12 | 0.39 | 307.6 | 0.93 | 0.32 |
| Hex | 9C | 6 | 89 | 0 | 60 | C | 27 | 134 | 5D | 20 |
| Octal | 234 | 6 | 211 | 0 | 140 | 14 | 47 | 464 | 135 | 40 |
| Binary | 10011100 | 110 | 10001001 | 0 | 1100000 | 1100 | 100111 | 100110100 | 1011101 | 100000 |
Color Harmonies of #9C0689
Complementary color
Monochromatic Colors of #9C0689
Black with #9C0689
Text Example
Text Example
White with #9C0689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0689; }
p { color: rgb(156,6,137); }
H1.HeaderClassName
{
color: #9C0689;
}
.AnyTagClassName
{
color: #9C0689;
}
</style>
background-color css
<style>
a { background-color: #9C0689; }
a { background-color: rgb(156,6,137); }
div.DivClassName
{
background-color: #9C0689;
}
.BgClassName
{
background-color: #9C0689;
}
</style>
border-color css
<style>
span { border-color: #9C0689; }
span { border-color: rgb(156,6,137); }
td.TdClassName
{
border-color: #9C0689;
}
.TagClassName
{
border-color: #9C0689;
}
</style>