Shades of Dark Purple #963680
Tints of Dark Purple #963680
RGB
CMYK
RGB Variations
Color information
#963680 (or 0x963680) is known color: Dark Purple. HEX triplet: 96, 36 and 80. RGB value is (150,54,128). Sum of RGB (Red+Green+Blue) = 150+54+128=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #963680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963680 is #69C97F. Grayscale: #5A5A5A. Windows color (decimal): -6932864 or 8402582. OLE color: 8402582.
HSL color Cylindrical-coordinate representation of color #963680: hue angle of 313.75º 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 #963680 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 128 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.41 |
| HSL | 313.75º | 0.47% | 0.4% | - |
| HSV(B) | 313.75º | 0.64% | 0.59% | - |
| XYZ | 17.79 | 10.68 | 21.55 | - |
| YUV | 91.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 128 | 0 | 0.64 | 0.15 | 0.41 | 313.75 | 0.47 | 0.4 |
| Hex | 96 | 36 | 80 | 0 | 40 | F | 29 | 13A | 2F | 28 |
| Octal | 226 | 66 | 200 | 0 | 100 | 17 | 51 | 472 | 57 | 50 |
| Binary | 10010110 | 110110 | 10000000 | 0 | 1000000 | 1111 | 101001 | 100111010 | 101111 | 101000 |
Color Harmonies of #963680
Complementary color
Monochromatic Colors of #963680
Black with #963680
Text Example
Text Example
White with #963680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963680; }
p { color: rgb(150,54,128); }
H1.HeaderClassName
{
color: #963680;
}
.AnyTagClassName
{
color: #963680;
}
</style>
background-color css
<style>
a { background-color: #963680; }
a { background-color: rgb(150,54,128); }
div.DivClassName
{
background-color: #963680;
}
.BgClassName
{
background-color: #963680;
}
</style>
border-color css
<style>
span { border-color: #963680; }
span { border-color: rgb(150,54,128); }
td.TdClassName
{
border-color: #963680;
}
.TagClassName
{
border-color: #963680;
}
</style>