Shades of Dark Magenta #9B0692
Tints of Dark Magenta #9B0692
RGB
CMYK
RGB Variations
Color information
#9B0692 (or 0x9B0692) is known color: Dark Magenta. HEX triplet: 9B, 06 and 92. RGB value is (155,6,146). Sum of RGB (Red+Green+Blue) = 155+6+146=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0692 is #64F96D. Grayscale: #424242. Windows color (decimal): -6617454 or 9569947. OLE color: 9569947.
HSL color Cylindrical-coordinate representation of color #9B0692: hue angle of 303.62º 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 #9B0692 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 146 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.39 |
| HSL | 303.62º | 0.93% | 0.32% | - |
| HSV(B) | 303.62º | 0.96% | 0.61% | - |
| XYZ | 18.77 | 9.17 | 27.98 | - |
| YUV | 66.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 146 | 0 | 0.96 | 0.06 | 0.39 | 303.62 | 0.93 | 0.32 |
| Hex | 9B | 6 | 92 | 0 | 60 | 6 | 27 | 130 | 5D | 20 |
| Octal | 233 | 6 | 222 | 0 | 140 | 6 | 47 | 460 | 135 | 40 |
| Binary | 10011011 | 110 | 10010010 | 0 | 1100000 | 110 | 100111 | 100110000 | 1011101 | 100000 |
Color Harmonies of #9B0692
Complementary color
Monochromatic Colors of #9B0692
Black with #9B0692
Text Example
Text Example
White with #9B0692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0692; }
p { color: rgb(155,6,146); }
H1.HeaderClassName
{
color: #9B0692;
}
.AnyTagClassName
{
color: #9B0692;
}
</style>
background-color css
<style>
a { background-color: #9B0692; }
a { background-color: rgb(155,6,146); }
div.DivClassName
{
background-color: #9B0692;
}
.BgClassName
{
background-color: #9B0692;
}
</style>
border-color css
<style>
span { border-color: #9B0692; }
span { border-color: rgb(155,6,146); }
td.TdClassName
{
border-color: #9B0692;
}
.TagClassName
{
border-color: #9B0692;
}
</style>