Shades of Dark Purple #9B3685
Tints of Dark Purple #9B3685
RGB
CMYK
RGB Variations
Color information
#9B3685 (or 0x9B3685) is known color: Dark Purple. HEX triplet: 9B, 36 and 85. RGB value is (155,54,133). Sum of RGB (Red+Green+Blue) = 155+54+133=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3685 is #64C97A. Grayscale: #5C5C5C. Windows color (decimal): -6605179 or 8730267. OLE color: 8730267.
HSL color Cylindrical-coordinate representation of color #9B3685: hue angle of 313.07º 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 #9B3685 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 133 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.39 |
| HSL | 313.07º | 0.48% | 0.41% | - |
| HSV(B) | 313.07º | 0.65% | 0.61% | - |
| XYZ | 19.07 | 11.3 | 23.37 | - |
| YUV | 93.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 133 | 0 | 0.65 | 0.14 | 0.39 | 313.07 | 0.48 | 0.41 |
| Hex | 9B | 36 | 85 | 0 | 41 | E | 27 | 139 | 30 | 29 |
| Octal | 233 | 66 | 205 | 0 | 101 | 16 | 47 | 471 | 60 | 51 |
| Binary | 10011011 | 110110 | 10000101 | 0 | 1000001 | 1110 | 100111 | 100111001 | 110000 | 101001 |
Color Harmonies of #9B3685
Complementary color
Monochromatic Colors of #9B3685
Black with #9B3685
Text Example
Text Example
White with #9B3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3685; }
p { color: rgb(155,54,133); }
H1.HeaderClassName
{
color: #9B3685;
}
.AnyTagClassName
{
color: #9B3685;
}
</style>
background-color css
<style>
a { background-color: #9B3685; }
a { background-color: rgb(155,54,133); }
div.DivClassName
{
background-color: #9B3685;
}
.BgClassName
{
background-color: #9B3685;
}
</style>
border-color css
<style>
span { border-color: #9B3685; }
span { border-color: rgb(155,54,133); }
td.TdClassName
{
border-color: #9B3685;
}
.TagClassName
{
border-color: #9B3685;
}
</style>