Shades of Dark Magenta #9B0684
Tints of Dark Magenta #9B0684
RGB
CMYK
RGB Variations
Color information
#9B0684 (or 0x9B0684) is known color: Dark Magenta. HEX triplet: 9B, 06 and 84. RGB value is (155,6,132). Sum of RGB (Red+Green+Blue) = 155+6+132=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0684 is #64F97B. Grayscale: #404040. Windows color (decimal): -6617468 or 8652443. OLE color: 8652443.
HSL color Cylindrical-coordinate representation of color #9B0684: hue angle of 309.26º 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 #9B0684 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 132 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.39 |
| HSL | 309.26º | 0.93% | 0.32% | - |
| HSV(B) | 309.26º | 0.96% | 0.61% | - |
| XYZ | 17.75 | 8.76 | 22.59 | - |
| YUV | 64.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 132 | 0 | 0.96 | 0.15 | 0.39 | 309.26 | 0.93 | 0.32 |
| Hex | 9B | 6 | 84 | 0 | 60 | F | 27 | 135 | 5D | 20 |
| Octal | 233 | 6 | 204 | 0 | 140 | 17 | 47 | 465 | 135 | 40 |
| Binary | 10011011 | 110 | 10000100 | 0 | 1100000 | 1111 | 100111 | 100110101 | 1011101 | 100000 |
Color Harmonies of #9B0684
Complementary color
Monochromatic Colors of #9B0684
Black with #9B0684
Text Example
Text Example
White with #9B0684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0684; }
p { color: rgb(155,6,132); }
H1.HeaderClassName
{
color: #9B0684;
}
.AnyTagClassName
{
color: #9B0684;
}
</style>
background-color css
<style>
a { background-color: #9B0684; }
a { background-color: rgb(155,6,132); }
div.DivClassName
{
background-color: #9B0684;
}
.BgClassName
{
background-color: #9B0684;
}
</style>
border-color css
<style>
span { border-color: #9B0684; }
span { border-color: rgb(155,6,132); }
td.TdClassName
{
border-color: #9B0684;
}
.TagClassName
{
border-color: #9B0684;
}
</style>