Shades of Dark Purple #9B3173
Tints of Dark Purple #9B3173
RGB
CMYK
RGB Variations
Color information
#9B3173 (or 0x9B3173) is known color: Dark Purple. HEX triplet: 9B, 31 and 73. RGB value is (155,49,115). Sum of RGB (Red+Green+Blue) = 155+49+115=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3173 is #64CE8C. Grayscale: #585858. Windows color (decimal): -6606477 or 7549339. OLE color: 7549339.
HSL color Cylindrical-coordinate representation of color #9B3173: hue angle of 322.64º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3173 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 115 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.39 |
| HSL | 322.64º | 0.52% | 0.4% | - |
| HSV(B) | 322.64º | 0.68% | 0.61% | - |
| XYZ | 17.71 | 10.4 | 17.29 | - |
| YUV | 88.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 115 | 0 | 0.68 | 0.26 | 0.39 | 322.64 | 0.52 | 0.4 |
| Hex | 9B | 31 | 73 | 0 | 44 | 1A | 27 | 143 | 34 | 28 |
| Octal | 233 | 61 | 163 | 0 | 104 | 32 | 47 | 503 | 64 | 50 |
| Binary | 10011011 | 110001 | 1110011 | 0 | 1000100 | 11010 | 100111 | 101000011 | 110100 | 101000 |
Color Harmonies of #9B3173
Complementary color
Monochromatic Colors of #9B3173
Black with #9B3173
Text Example
Text Example
White with #9B3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3173; }
p { color: rgb(155,49,115); }
H1.HeaderClassName
{
color: #9B3173;
}
.AnyTagClassName
{
color: #9B3173;
}
</style>
background-color css
<style>
a { background-color: #9B3173; }
a { background-color: rgb(155,49,115); }
div.DivClassName
{
background-color: #9B3173;
}
.BgClassName
{
background-color: #9B3173;
}
</style>
border-color css
<style>
span { border-color: #9B3173; }
span { border-color: rgb(155,49,115); }
td.TdClassName
{
border-color: #9B3173;
}
.TagClassName
{
border-color: #9B3173;
}
</style>