Shades of Dark Purple #963173
Tints of Dark Purple #963173
RGB
CMYK
RGB Variations
Color information
#963173 (or 0x963173) is known color: Dark Purple. HEX triplet: 96, 31 and 73. RGB value is (150,49,115). Sum of RGB (Red+Green+Blue) = 150+49+115=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #963173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963173 is #69CE8C. Grayscale: #565656. Windows color (decimal): -6934157 or 7549334. OLE color: 7549334.
HSL color Cylindrical-coordinate representation of color #963173: hue angle of 320.79º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963173 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 115 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.41 |
| HSL | 320.79º | 0.51% | 0.39% | - |
| HSV(B) | 320.79º | 0.67% | 0.59% | - |
| XYZ | 16.77 | 9.92 | 17.25 | - |
| YUV | 86.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 115 | 0 | 0.67 | 0.23 | 0.41 | 320.79 | 0.51 | 0.39 |
| Hex | 96 | 31 | 73 | 0 | 43 | 17 | 29 | 141 | 33 | 27 |
| Octal | 226 | 61 | 163 | 0 | 103 | 27 | 51 | 501 | 63 | 47 |
| Binary | 10010110 | 110001 | 1110011 | 0 | 1000011 | 10111 | 101001 | 101000001 | 110011 | 100111 |
Color Harmonies of #963173
Complementary color
Monochromatic Colors of #963173
Black with #963173
Text Example
Text Example
White with #963173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963173; }
p { color: rgb(150,49,115); }
H1.HeaderClassName
{
color: #963173;
}
.AnyTagClassName
{
color: #963173;
}
</style>
background-color css
<style>
a { background-color: #963173; }
a { background-color: rgb(150,49,115); }
div.DivClassName
{
background-color: #963173;
}
.BgClassName
{
background-color: #963173;
}
</style>
border-color css
<style>
span { border-color: #963173; }
span { border-color: rgb(150,49,115); }
td.TdClassName
{
border-color: #963173;
}
.TagClassName
{
border-color: #963173;
}
</style>