Shades of Dark Purple #963F84
Tints of Dark Purple #963F84
RGB
CMYK
RGB Variations
Color information
#963F84 (or 0x963F84) is known color: Dark Purple. HEX triplet: 96, 3F and 84. RGB value is (150,63,132). Sum of RGB (Red+Green+Blue) = 150+63+132=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #963F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F84 is #69C07B. Grayscale: #606060. Windows color (decimal): -6930556 or 8667030. OLE color: 8667030.
HSL color Cylindrical-coordinate representation of color #963F84: hue angle of 312.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F84 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 132 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.41 |
| HSL | 312.41º | 0.41% | 0.42% | - |
| HSV(B) | 312.41º | 0.58% | 0.59% | - |
| XYZ | 18.52 | 11.7 | 23.11 | - |
| YUV | 96.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 132 | 0 | 0.58 | 0.12 | 0.41 | 312.41 | 0.41 | 0.42 |
| Hex | 96 | 3F | 84 | 0 | 3A | C | 29 | 138 | 29 | 2A |
| Octal | 226 | 77 | 204 | 0 | 72 | 14 | 51 | 470 | 51 | 52 |
| Binary | 10010110 | 111111 | 10000100 | 0 | 111010 | 1100 | 101001 | 100111000 | 101001 | 101010 |
Color Harmonies of #963F84
Complementary color
Monochromatic Colors of #963F84
Black with #963F84
Text Example
Text Example
White with #963F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F84; }
p { color: rgb(150,63,132); }
H1.HeaderClassName
{
color: #963F84;
}
.AnyTagClassName
{
color: #963F84;
}
</style>
background-color css
<style>
a { background-color: #963F84; }
a { background-color: rgb(150,63,132); }
div.DivClassName
{
background-color: #963F84;
}
.BgClassName
{
background-color: #963F84;
}
</style>
border-color css
<style>
span { border-color: #963F84; }
span { border-color: rgb(150,63,132); }
td.TdClassName
{
border-color: #963F84;
}
.TagClassName
{
border-color: #963F84;
}
</style>