Shades of Dark Purple #9B3686
Tints of Dark Purple #9B3686
RGB
CMYK
RGB Variations
Color information
#9B3686 (or 0x9B3686) is known color: Dark Purple. HEX triplet: 9B, 36 and 86. RGB value is (155,54,134). Sum of RGB (Red+Green+Blue) = 155+54+134=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3686 is #64C979. Grayscale: #5D5D5D. Windows color (decimal): -6605178 or 8795803. OLE color: 8795803.
HSL color Cylindrical-coordinate representation of color #9B3686: hue angle of 312.48º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3686 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 134 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.39 |
| HSL | 312.48º | 0.48% | 0.41% | - |
| HSV(B) | 312.48º | 0.65% | 0.61% | - |
| XYZ | 19.14 | 11.33 | 23.73 | - |
| YUV | 93.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 134 | 0 | 0.65 | 0.14 | 0.39 | 312.48 | 0.48 | 0.41 |
| Hex | 9B | 36 | 86 | 0 | 41 | E | 27 | 138 | 30 | 29 |
| Octal | 233 | 66 | 206 | 0 | 101 | 16 | 47 | 470 | 60 | 51 |
| Binary | 10011011 | 110110 | 10000110 | 0 | 1000001 | 1110 | 100111 | 100111000 | 110000 | 101001 |
Color Harmonies of #9B3686
Complementary color
Monochromatic Colors of #9B3686
Black with #9B3686
Text Example
Text Example
White with #9B3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3686; }
p { color: rgb(155,54,134); }
H1.HeaderClassName
{
color: #9B3686;
}
.AnyTagClassName
{
color: #9B3686;
}
</style>
background-color css
<style>
a { background-color: #9B3686; }
a { background-color: rgb(155,54,134); }
div.DivClassName
{
background-color: #9B3686;
}
.BgClassName
{
background-color: #9B3686;
}
</style>
border-color css
<style>
span { border-color: #9B3686; }
span { border-color: rgb(155,54,134); }
td.TdClassName
{
border-color: #9B3686;
}
.TagClassName
{
border-color: #9B3686;
}
</style>