Shades of Dark Purple #963686
Tints of Dark Purple #963686
RGB
CMYK
RGB Variations
Color information
#963686 (or 0x963686) is known color: Dark Purple. HEX triplet: 96, 36 and 86. RGB value is (150,54,134). Sum of RGB (Red+Green+Blue) = 150+54+134=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #963686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963686 is #69C979. Grayscale: #5B5B5B. Windows color (decimal): -6932858 or 8795798. OLE color: 8795798.
HSL color Cylindrical-coordinate representation of color #963686: hue angle of 310º 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 #963686 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 134 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.41 |
| HSL | 310º | 0.47% | 0.4% | - |
| HSV(B) | 310º | 0.64% | 0.59% | - |
| XYZ | 18.2 | 10.84 | 23.69 | - |
| YUV | 91.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 134 | 0 | 0.64 | 0.11 | 0.41 | 310 | 0.47 | 0.4 |
| Hex | 96 | 36 | 86 | 0 | 40 | B | 29 | 136 | 2F | 28 |
| Octal | 226 | 66 | 206 | 0 | 100 | 13 | 51 | 466 | 57 | 50 |
| Binary | 10010110 | 110110 | 10000110 | 0 | 1000000 | 1011 | 101001 | 100110110 | 101111 | 101000 |
Color Harmonies of #963686
Complementary color
Monochromatic Colors of #963686
Black with #963686
Text Example
Text Example
White with #963686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963686; }
p { color: rgb(150,54,134); }
H1.HeaderClassName
{
color: #963686;
}
.AnyTagClassName
{
color: #963686;
}
</style>
background-color css
<style>
a { background-color: #963686; }
a { background-color: rgb(150,54,134); }
div.DivClassName
{
background-color: #963686;
}
.BgClassName
{
background-color: #963686;
}
</style>
border-color css
<style>
span { border-color: #963686; }
span { border-color: rgb(150,54,134); }
td.TdClassName
{
border-color: #963686;
}
.TagClassName
{
border-color: #963686;
}
</style>