Shades of Dark Purple #963685
Tints of Dark Purple #963685
RGB
CMYK
RGB Variations
Color information
#963685 (or 0x963685) is known color: Dark Purple. HEX triplet: 96, 36 and 85. RGB value is (150,54,133). Sum of RGB (Red+Green+Blue) = 150+54+133=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #963685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963685 is #69C97A. Grayscale: #5B5B5B. Windows color (decimal): -6932859 or 8730262. OLE color: 8730262.
HSL color Cylindrical-coordinate representation of color #963685: hue angle of 310.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963685 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 133 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.41 |
| HSL | 310.63º | 0.47% | 0.4% | - |
| HSV(B) | 310.63º | 0.64% | 0.59% | - |
| XYZ | 18.13 | 10.82 | 23.32 | - |
| YUV | 91.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 133 | 0 | 0.64 | 0.11 | 0.41 | 310.63 | 0.47 | 0.4 |
| Hex | 96 | 36 | 85 | 0 | 40 | B | 29 | 137 | 2F | 28 |
| Octal | 226 | 66 | 205 | 0 | 100 | 13 | 51 | 467 | 57 | 50 |
| Binary | 10010110 | 110110 | 10000101 | 0 | 1000000 | 1011 | 101001 | 100110111 | 101111 | 101000 |
Color Harmonies of #963685
Complementary color
Monochromatic Colors of #963685
Black with #963685
Text Example
Text Example
White with #963685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963685; }
p { color: rgb(150,54,133); }
H1.HeaderClassName
{
color: #963685;
}
.AnyTagClassName
{
color: #963685;
}
</style>
background-color css
<style>
a { background-color: #963685; }
a { background-color: rgb(150,54,133); }
div.DivClassName
{
background-color: #963685;
}
.BgClassName
{
background-color: #963685;
}
</style>
border-color css
<style>
span { border-color: #963685; }
span { border-color: rgb(150,54,133); }
td.TdClassName
{
border-color: #963685;
}
.TagClassName
{
border-color: #963685;
}
</style>