Shades of Dark Purple #9B3086
Tints of Dark Purple #9B3086
RGB
CMYK
RGB Variations
Color information
#9B3086 (or 0x9B3086) is known color: Dark Purple. HEX triplet: 9B, 30 and 86. RGB value is (155,48,134). Sum of RGB (Red+Green+Blue) = 155+48+134=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3086 is #64CF79. Grayscale: #595959. Windows color (decimal): -6606714 or 8794267. OLE color: 8794267.
HSL color Cylindrical-coordinate representation of color #9B3086: hue angle of 311.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3086 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 134 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.39 |
| HSL | 311.78º | 0.53% | 0.4% | - |
| HSV(B) | 311.78º | 0.69% | 0.61% | - |
| XYZ | 18.88 | 10.8 | 23.64 | - |
| YUV | 89.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 134 | 0 | 0.69 | 0.14 | 0.39 | 311.78 | 0.53 | 0.4 |
| Hex | 9B | 30 | 86 | 0 | 45 | E | 27 | 138 | 35 | 28 |
| Octal | 233 | 60 | 206 | 0 | 105 | 16 | 47 | 470 | 65 | 50 |
| Binary | 10011011 | 110000 | 10000110 | 0 | 1000101 | 1110 | 100111 | 100111000 | 110101 | 101000 |
Color Harmonies of #9B3086
Complementary color
Monochromatic Colors of #9B3086
Black with #9B3086
Text Example
Text Example
White with #9B3086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3086; }
p { color: rgb(155,48,134); }
H1.HeaderClassName
{
color: #9B3086;
}
.AnyTagClassName
{
color: #9B3086;
}
</style>
background-color css
<style>
a { background-color: #9B3086; }
a { background-color: rgb(155,48,134); }
div.DivClassName
{
background-color: #9B3086;
}
.BgClassName
{
background-color: #9B3086;
}
</style>
border-color css
<style>
span { border-color: #9B3086; }
span { border-color: rgb(155,48,134); }
td.TdClassName
{
border-color: #9B3086;
}
.TagClassName
{
border-color: #9B3086;
}
</style>