Shades of Dark Magenta #9B1085
Tints of Dark Magenta #9B1085
RGB
CMYK
RGB Variations
Color information
#9B1085 (or 0x9B1085) is known color: Dark Magenta. HEX triplet: 9B, 10 and 85. RGB value is (155,16,133). Sum of RGB (Red+Green+Blue) = 155+16+133=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1085 is #64EF7A. Grayscale: #464646. Windows color (decimal): -6614907 or 8720539. OLE color: 8720539.
HSL color Cylindrical-coordinate representation of color #9B1085: hue angle of 309.5º 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 #9B1085 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 133 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.39 |
| HSL | 309.5º | 0.81% | 0.34% | - |
| HSV(B) | 309.5º | 0.9% | 0.61% | - |
| XYZ | 17.94 | 9.03 | 22.99 | - |
| YUV | 70.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 133 | 0 | 0.90 | 0.14 | 0.39 | 309.5 | 0.81 | 0.34 |
| Hex | 9B | 10 | 85 | 0 | 5A | E | 27 | 135 | 51 | 22 |
| Octal | 233 | 20 | 205 | 0 | 132 | 16 | 47 | 465 | 121 | 42 |
| Binary | 10011011 | 10000 | 10000101 | 0 | 1011010 | 1110 | 100111 | 100110101 | 1010001 | 100010 |
Color Harmonies of #9B1085
Complementary color
Monochromatic Colors of #9B1085
Black with #9B1085
Text Example
Text Example
White with #9B1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1085; }
p { color: rgb(155,16,133); }
H1.HeaderClassName
{
color: #9B1085;
}
.AnyTagClassName
{
color: #9B1085;
}
</style>
background-color css
<style>
a { background-color: #9B1085; }
a { background-color: rgb(155,16,133); }
div.DivClassName
{
background-color: #9B1085;
}
.BgClassName
{
background-color: #9B1085;
}
</style>
border-color css
<style>
span { border-color: #9B1085; }
span { border-color: rgb(155,16,133); }
td.TdClassName
{
border-color: #9B1085;
}
.TagClassName
{
border-color: #9B1085;
}
</style>