Shades of Dark Magenta #9B0682
Tints of Dark Magenta #9B0682
RGB
CMYK
RGB Variations
Color information
#9B0682 (or 0x9B0682) is known color: Dark Magenta. HEX triplet: 9B, 06 and 82. RGB value is (155,6,130). Sum of RGB (Red+Green+Blue) = 155+6+130=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0682 is #64F97D. Grayscale: #404040. Windows color (decimal): -6617470 or 8521371. OLE color: 8521371.
HSL color Cylindrical-coordinate representation of color #9B0682: hue angle of 310.07º 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 #9B0682 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 130 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.39 |
| HSL | 310.07º | 0.93% | 0.32% | - |
| HSV(B) | 310.07º | 0.96% | 0.61% | - |
| XYZ | 17.61 | 8.71 | 21.87 | - |
| YUV | 64.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 130 | 0 | 0.96 | 0.16 | 0.39 | 310.07 | 0.93 | 0.32 |
| Hex | 9B | 6 | 82 | 0 | 60 | 10 | 27 | 136 | 5D | 20 |
| Octal | 233 | 6 | 202 | 0 | 140 | 20 | 47 | 466 | 135 | 40 |
| Binary | 10011011 | 110 | 10000010 | 0 | 1100000 | 10000 | 100111 | 100110110 | 1011101 | 100000 |
Color Harmonies of #9B0682
Complementary color
Monochromatic Colors of #9B0682
Black with #9B0682
Text Example
Text Example
White with #9B0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0682; }
p { color: rgb(155,6,130); }
H1.HeaderClassName
{
color: #9B0682;
}
.AnyTagClassName
{
color: #9B0682;
}
</style>
background-color css
<style>
a { background-color: #9B0682; }
a { background-color: rgb(155,6,130); }
div.DivClassName
{
background-color: #9B0682;
}
.BgClassName
{
background-color: #9B0682;
}
</style>
border-color css
<style>
span { border-color: #9B0682; }
span { border-color: rgb(155,6,130); }
td.TdClassName
{
border-color: #9B0682;
}
.TagClassName
{
border-color: #9B0682;
}
</style>