Shades of Dark Purple #963784
Tints of Dark Purple #963784
RGB
CMYK
RGB Variations
Color information
#963784 (or 0x963784) is known color: Dark Purple. HEX triplet: 96, 37 and 84. RGB value is (150,55,132). Sum of RGB (Red+Green+Blue) = 150+55+132=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #963784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963784 is #69C87B. Grayscale: #5B5B5B. Windows color (decimal): -6932604 or 8664982. OLE color: 8664982.
HSL color Cylindrical-coordinate representation of color #963784: hue angle of 311.37º 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 #963784 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 132 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.41 |
| HSL | 311.37º | 0.46% | 0.4% | - |
| HSV(B) | 311.37º | 0.63% | 0.59% | - |
| XYZ | 18.11 | 10.88 | 22.98 | - |
| YUV | 92.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 132 | 0 | 0.63 | 0.12 | 0.41 | 311.37 | 0.46 | 0.4 |
| Hex | 96 | 37 | 84 | 0 | 3F | C | 29 | 137 | 2E | 28 |
| Octal | 226 | 67 | 204 | 0 | 77 | 14 | 51 | 467 | 56 | 50 |
| Binary | 10010110 | 110111 | 10000100 | 0 | 111111 | 1100 | 101001 | 100110111 | 101110 | 101000 |
Color Harmonies of #963784
Complementary color
Monochromatic Colors of #963784
Black with #963784
Text Example
Text Example
White with #963784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963784; }
p { color: rgb(150,55,132); }
H1.HeaderClassName
{
color: #963784;
}
.AnyTagClassName
{
color: #963784;
}
</style>
background-color css
<style>
a { background-color: #963784; }
a { background-color: rgb(150,55,132); }
div.DivClassName
{
background-color: #963784;
}
.BgClassName
{
background-color: #963784;
}
</style>
border-color css
<style>
span { border-color: #963784; }
span { border-color: rgb(150,55,132); }
td.TdClassName
{
border-color: #963784;
}
.TagClassName
{
border-color: #963784;
}
</style>