Shades of Dark Purple #963775
Tints of Dark Purple #963775
RGB
CMYK
RGB Variations
Color information
#963775 (or 0x963775) is known color: Dark Purple. HEX triplet: 96, 37 and 75. RGB value is (150,55,117). Sum of RGB (Red+Green+Blue) = 150+55+117=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #963775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963775 is #69C88A. Grayscale: #5A5A5A. Windows color (decimal): -6932619 or 7681942. OLE color: 7681942.
HSL color Cylindrical-coordinate representation of color #963775: hue angle of 320.84º 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 #963775 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 117 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.41 |
| HSL | 320.84º | 0.46% | 0.4% | - |
| HSV(B) | 320.84º | 0.63% | 0.59% | - |
| XYZ | 17.15 | 10.5 | 17.95 | - |
| YUV | 90.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 117 | 0 | 0.63 | 0.22 | 0.41 | 320.84 | 0.46 | 0.4 |
| Hex | 96 | 37 | 75 | 0 | 3F | 16 | 29 | 141 | 2E | 28 |
| Octal | 226 | 67 | 165 | 0 | 77 | 26 | 51 | 501 | 56 | 50 |
| Binary | 10010110 | 110111 | 1110101 | 0 | 111111 | 10110 | 101001 | 101000001 | 101110 | 101000 |
Color Harmonies of #963775
Complementary color
Monochromatic Colors of #963775
Black with #963775
Text Example
Text Example
White with #963775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963775; }
p { color: rgb(150,55,117); }
H1.HeaderClassName
{
color: #963775;
}
.AnyTagClassName
{
color: #963775;
}
</style>
background-color css
<style>
a { background-color: #963775; }
a { background-color: rgb(150,55,117); }
div.DivClassName
{
background-color: #963775;
}
.BgClassName
{
background-color: #963775;
}
</style>
border-color css
<style>
span { border-color: #963775; }
span { border-color: rgb(150,55,117); }
td.TdClassName
{
border-color: #963775;
}
.TagClassName
{
border-color: #963775;
}
</style>