Shades of Dark Purple #963773
Tints of Dark Purple #963773
RGB
CMYK
RGB Variations
Color information
#963773 (or 0x963773) is known color: Dark Purple. HEX triplet: 96, 37 and 73. RGB value is (150,55,115). Sum of RGB (Red+Green+Blue) = 150+55+115=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #963773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963773 is #69C88C. Grayscale: #5A5A5A. Windows color (decimal): -6932621 or 7550870. OLE color: 7550870.
HSL color Cylindrical-coordinate representation of color #963773: hue angle of 322.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963773 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 115 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.41 |
| HSL | 322.11º | 0.46% | 0.4% | - |
| HSV(B) | 322.11º | 0.63% | 0.59% | - |
| XYZ | 17.04 | 10.45 | 17.34 | - |
| YUV | 90.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 115 | 0 | 0.63 | 0.23 | 0.41 | 322.11 | 0.46 | 0.4 |
| Hex | 96 | 37 | 73 | 0 | 3F | 17 | 29 | 142 | 2E | 28 |
| Octal | 226 | 67 | 163 | 0 | 77 | 27 | 51 | 502 | 56 | 50 |
| Binary | 10010110 | 110111 | 1110011 | 0 | 111111 | 10111 | 101001 | 101000010 | 101110 | 101000 |
Color Harmonies of #963773
Complementary color
Monochromatic Colors of #963773
Black with #963773
Text Example
Text Example
White with #963773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963773; }
p { color: rgb(150,55,115); }
H1.HeaderClassName
{
color: #963773;
}
.AnyTagClassName
{
color: #963773;
}
</style>
background-color css
<style>
a { background-color: #963773; }
a { background-color: rgb(150,55,115); }
div.DivClassName
{
background-color: #963773;
}
.BgClassName
{
background-color: #963773;
}
</style>
border-color css
<style>
span { border-color: #963773; }
span { border-color: rgb(150,55,115); }
td.TdClassName
{
border-color: #963773;
}
.TagClassName
{
border-color: #963773;
}
</style>