Shades of Dark Purple #9B3585
Tints of Dark Purple #9B3585
RGB
CMYK
RGB Variations
Color information
#9B3585 (or 0x9B3585) is known color: Dark Purple. HEX triplet: 9B, 35 and 85. RGB value is (155,53,133). Sum of RGB (Red+Green+Blue) = 155+53+133=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3585 is #64CA7A. Grayscale: #5C5C5C. Windows color (decimal): -6605435 or 8730011. OLE color: 8730011.
HSL color Cylindrical-coordinate representation of color #9B3585: hue angle of 312.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3585 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 133 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.39 |
| HSL | 312.94º | 0.49% | 0.41% | - |
| HSV(B) | 312.94º | 0.66% | 0.61% | - |
| XYZ | 19.02 | 11.21 | 23.35 | - |
| YUV | 92.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 133 | 0 | 0.66 | 0.14 | 0.39 | 312.94 | 0.49 | 0.41 |
| Hex | 9B | 35 | 85 | 0 | 42 | E | 27 | 139 | 31 | 29 |
| Octal | 233 | 65 | 205 | 0 | 102 | 16 | 47 | 471 | 61 | 51 |
| Binary | 10011011 | 110101 | 10000101 | 0 | 1000010 | 1110 | 100111 | 100111001 | 110001 | 101001 |
Color Harmonies of #9B3585
Complementary color
Monochromatic Colors of #9B3585
Black with #9B3585
Text Example
Text Example
White with #9B3585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3585; }
p { color: rgb(155,53,133); }
H1.HeaderClassName
{
color: #9B3585;
}
.AnyTagClassName
{
color: #9B3585;
}
</style>
background-color css
<style>
a { background-color: #9B3585; }
a { background-color: rgb(155,53,133); }
div.DivClassName
{
background-color: #9B3585;
}
.BgClassName
{
background-color: #9B3585;
}
</style>
border-color css
<style>
span { border-color: #9B3585; }
span { border-color: rgb(155,53,133); }
td.TdClassName
{
border-color: #9B3585;
}
.TagClassName
{
border-color: #9B3585;
}
</style>