Shades of Dark Purple #963A7D
Tints of Dark Purple #963A7D
RGB
CMYK
RGB Variations
Color information
#963A7D (or 0x963A7D) is known color: Dark Purple. HEX triplet: 96, 3A and 7D. RGB value is (150,58,125). Sum of RGB (Red+Green+Blue) = 150+58+125=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #963A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963A7D is #69C582. Grayscale: #5C5C5C. Windows color (decimal): -6931843 or 8206998. OLE color: 8206998.
HSL color Cylindrical-coordinate representation of color #963A7D: hue angle of 316.3º 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 #963A7D is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 125 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.41 |
| HSL | 316.3º | 0.44% | 0.41% | - |
| HSV(B) | 316.3º | 0.61% | 0.59% | - |
| XYZ | 17.79 | 10.99 | 20.59 | - |
| YUV | 93.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 125 | 0 | 0.61 | 0.17 | 0.41 | 316.3 | 0.44 | 0.41 |
| Hex | 96 | 3A | 7D | 0 | 3D | 11 | 29 | 13C | 2C | 29 |
| Octal | 226 | 72 | 175 | 0 | 75 | 21 | 51 | 474 | 54 | 51 |
| Binary | 10010110 | 111010 | 1111101 | 0 | 111101 | 10001 | 101001 | 100111100 | 101100 | 101001 |
Color Harmonies of #963A7D
Complementary color
Monochromatic Colors of #963A7D
Black with #963A7D
Text Example
Text Example
White with #963A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A7D; }
p { color: rgb(150,58,125); }
H1.HeaderClassName
{
color: #963A7D;
}
.AnyTagClassName
{
color: #963A7D;
}
</style>
background-color css
<style>
a { background-color: #963A7D; }
a { background-color: rgb(150,58,125); }
div.DivClassName
{
background-color: #963A7D;
}
.BgClassName
{
background-color: #963A7D;
}
</style>
border-color css
<style>
span { border-color: #963A7D; }
span { border-color: rgb(150,58,125); }
td.TdClassName
{
border-color: #963A7D;
}
.TagClassName
{
border-color: #963A7D;
}
</style>