Shades of Dark Purple #9B3579
Tints of Dark Purple #9B3579
RGB
CMYK
RGB Variations
Color information
#9B3579 (or 0x9B3579) is known color: Dark Purple. HEX triplet: 9B, 35 and 79. RGB value is (155,53,121). Sum of RGB (Red+Green+Blue) = 155+53+121=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3579 is #64CA86. Grayscale: #5B5B5B. Windows color (decimal): -6605447 or 7943579. OLE color: 7943579.
HSL color Cylindrical-coordinate representation of color #9B3579: hue angle of 320º 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 #9B3579 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 121 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.39 |
| HSL | 320º | 0.49% | 0.41% | - |
| HSV(B) | 320º | 0.66% | 0.61% | - |
| XYZ | 18.24 | 10.9 | 19.23 | - |
| YUV | 91.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 121 | 0 | 0.66 | 0.22 | 0.39 | 320 | 0.49 | 0.41 |
| Hex | 9B | 35 | 79 | 0 | 42 | 16 | 27 | 140 | 31 | 29 |
| Octal | 233 | 65 | 171 | 0 | 102 | 26 | 47 | 500 | 61 | 51 |
| Binary | 10011011 | 110101 | 1111001 | 0 | 1000010 | 10110 | 100111 | 101000000 | 110001 | 101001 |
Color Harmonies of #9B3579
Complementary color
Monochromatic Colors of #9B3579
Black with #9B3579
Text Example
Text Example
White with #9B3579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3579; }
p { color: rgb(155,53,121); }
H1.HeaderClassName
{
color: #9B3579;
}
.AnyTagClassName
{
color: #9B3579;
}
</style>
background-color css
<style>
a { background-color: #9B3579; }
a { background-color: rgb(155,53,121); }
div.DivClassName
{
background-color: #9B3579;
}
.BgClassName
{
background-color: #9B3579;
}
</style>
border-color css
<style>
span { border-color: #9B3579; }
span { border-color: rgb(155,53,121); }
td.TdClassName
{
border-color: #9B3579;
}
.TagClassName
{
border-color: #9B3579;
}
</style>