Shades of Dark Purple #963B82
Tints of Dark Purple #963B82
RGB
CMYK
RGB Variations
Color information
#963B82 (or 0x963B82) is known color: Dark Purple. HEX triplet: 96, 3B and 82. RGB value is (150,59,130). Sum of RGB (Red+Green+Blue) = 150+59+130=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #963B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963B82 is #69C47D. Grayscale: #5E5E5E. Windows color (decimal): -6931582 or 8534934. OLE color: 8534934.
HSL color Cylindrical-coordinate representation of color #963B82: hue angle of 313.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963B82 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 130 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.41 |
| HSL | 313.19º | 0.44% | 0.41% | - |
| HSV(B) | 313.19º | 0.61% | 0.59% | - |
| XYZ | 18.17 | 11.22 | 22.33 | - |
| YUV | 94.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 130 | 0 | 0.61 | 0.13 | 0.41 | 313.19 | 0.44 | 0.41 |
| Hex | 96 | 3B | 82 | 0 | 3D | D | 29 | 139 | 2C | 29 |
| Octal | 226 | 73 | 202 | 0 | 75 | 15 | 51 | 471 | 54 | 51 |
| Binary | 10010110 | 111011 | 10000010 | 0 | 111101 | 1101 | 101001 | 100111001 | 101100 | 101001 |
Color Harmonies of #963B82
Complementary color
Monochromatic Colors of #963B82
Black with #963B82
Text Example
Text Example
White with #963B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B82; }
p { color: rgb(150,59,130); }
H1.HeaderClassName
{
color: #963B82;
}
.AnyTagClassName
{
color: #963B82;
}
</style>
background-color css
<style>
a { background-color: #963B82; }
a { background-color: rgb(150,59,130); }
div.DivClassName
{
background-color: #963B82;
}
.BgClassName
{
background-color: #963B82;
}
</style>
border-color css
<style>
span { border-color: #963B82; }
span { border-color: rgb(150,59,130); }
td.TdClassName
{
border-color: #963B82;
}
.TagClassName
{
border-color: #963B82;
}
</style>