Shades of Dark Purple #963A75
Tints of Dark Purple #963A75
RGB
CMYK
RGB Variations
Color information
#963A75 (or 0x963A75) is known color: Dark Purple. HEX triplet: 96, 3A and 75. RGB value is (150,58,117). Sum of RGB (Red+Green+Blue) = 150+58+117=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #963A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963A75 is #69C58A. Grayscale: #5C5C5C. Windows color (decimal): -6931851 or 7682710. OLE color: 7682710.
HSL color Cylindrical-coordinate representation of color #963A75: hue angle of 321.52º 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 #963A75 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 117 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.41 |
| HSL | 321.52º | 0.44% | 0.41% | - |
| HSV(B) | 321.52º | 0.61% | 0.59% | - |
| XYZ | 17.3 | 10.79 | 18 | - |
| YUV | 92.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 117 | 0 | 0.61 | 0.22 | 0.41 | 321.52 | 0.44 | 0.41 |
| Hex | 96 | 3A | 75 | 0 | 3D | 16 | 29 | 142 | 2C | 29 |
| Octal | 226 | 72 | 165 | 0 | 75 | 26 | 51 | 502 | 54 | 51 |
| Binary | 10010110 | 111010 | 1110101 | 0 | 111101 | 10110 | 101001 | 101000010 | 101100 | 101001 |
Color Harmonies of #963A75
Complementary color
Monochromatic Colors of #963A75
Black with #963A75
Text Example
Text Example
White with #963A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A75; }
p { color: rgb(150,58,117); }
H1.HeaderClassName
{
color: #963A75;
}
.AnyTagClassName
{
color: #963A75;
}
</style>
background-color css
<style>
a { background-color: #963A75; }
a { background-color: rgb(150,58,117); }
div.DivClassName
{
background-color: #963A75;
}
.BgClassName
{
background-color: #963A75;
}
</style>
border-color css
<style>
span { border-color: #963A75; }
span { border-color: rgb(150,58,117); }
td.TdClassName
{
border-color: #963A75;
}
.TagClassName
{
border-color: #963A75;
}
</style>