Shades of Dark Magenta #9C1085
Tints of Dark Magenta #9C1085
RGB
CMYK
RGB Variations
Color information
#9C1085 (or 0x9C1085) is known color: Dark Magenta. HEX triplet: 9C, 10 and 85. RGB value is (156,16,133). Sum of RGB (Red+Green+Blue) = 156+16+133=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1085 is #63EF7A. Grayscale: #464646. Windows color (decimal): -6549371 or 8720540. OLE color: 8720540.
HSL color Cylindrical-coordinate representation of color #9C1085: hue angle of 309.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1085 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 133 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.39 |
| HSL | 309.86º | 0.81% | 0.34% | - |
| HSV(B) | 309.86º | 0.9% | 0.61% | - |
| XYZ | 18.13 | 9.13 | 23 | - |
| YUV | 71.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 133 | 0 | 0.90 | 0.15 | 0.39 | 309.86 | 0.81 | 0.34 |
| Hex | 9C | 10 | 85 | 0 | 5A | F | 27 | 136 | 51 | 22 |
| Octal | 234 | 20 | 205 | 0 | 132 | 17 | 47 | 466 | 121 | 42 |
| Binary | 10011100 | 10000 | 10000101 | 0 | 1011010 | 1111 | 100111 | 100110110 | 1010001 | 100010 |
Color Harmonies of #9C1085
Complementary color
Monochromatic Colors of #9C1085
Black with #9C1085
Text Example
Text Example
White with #9C1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1085; }
p { color: rgb(156,16,133); }
H1.HeaderClassName
{
color: #9C1085;
}
.AnyTagClassName
{
color: #9C1085;
}
</style>
background-color css
<style>
a { background-color: #9C1085; }
a { background-color: rgb(156,16,133); }
div.DivClassName
{
background-color: #9C1085;
}
.BgClassName
{
background-color: #9C1085;
}
</style>
border-color css
<style>
span { border-color: #9C1085; }
span { border-color: rgb(156,16,133); }
td.TdClassName
{
border-color: #9C1085;
}
.TagClassName
{
border-color: #9C1085;
}
</style>