Shades of Dark Magenta #9B0695
Tints of Dark Magenta #9B0695
RGB
CMYK
RGB Variations
Color information
#9B0695 (or 0x9B0695) is known color: Dark Magenta. HEX triplet: 9B, 06 and 95. RGB value is (155,6,149). Sum of RGB (Red+Green+Blue) = 155+6+149=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0695 is #64F96A. Grayscale: #424242. Windows color (decimal): -6617451 or 9766555. OLE color: 9766555.
HSL color Cylindrical-coordinate representation of color #9B0695: hue angle of 302.42º 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 #9B0695 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 149 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.39 |
| HSL | 302.42º | 0.93% | 0.32% | - |
| HSV(B) | 302.42º | 0.96% | 0.61% | - |
| XYZ | 19.01 | 9.27 | 29.22 | - |
| YUV | 66.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 149 | 0 | 0.96 | 0.04 | 0.39 | 302.42 | 0.93 | 0.32 |
| Hex | 9B | 6 | 95 | 0 | 60 | 4 | 27 | 12E | 5D | 20 |
| Octal | 233 | 6 | 225 | 0 | 140 | 4 | 47 | 456 | 135 | 40 |
| Binary | 10011011 | 110 | 10010101 | 0 | 1100000 | 100 | 100111 | 100101110 | 1011101 | 100000 |
Color Harmonies of #9B0695
Complementary color
Monochromatic Colors of #9B0695
Black with #9B0695
Text Example
Text Example
White with #9B0695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0695; }
p { color: rgb(155,6,149); }
H1.HeaderClassName
{
color: #9B0695;
}
.AnyTagClassName
{
color: #9B0695;
}
</style>
background-color css
<style>
a { background-color: #9B0695; }
a { background-color: rgb(155,6,149); }
div.DivClassName
{
background-color: #9B0695;
}
.BgClassName
{
background-color: #9B0695;
}
</style>
border-color css
<style>
span { border-color: #9B0695; }
span { border-color: rgb(155,6,149); }
td.TdClassName
{
border-color: #9B0695;
}
.TagClassName
{
border-color: #9B0695;
}
</style>