Shades of Dark Purple #963F7A
Tints of Dark Purple #963F7A
RGB
CMYK
RGB Variations
Color information
#963F7A (or 0x963F7A) is known color: Dark Purple. HEX triplet: 96, 3F and 7A. RGB value is (150,63,122). Sum of RGB (Red+Green+Blue) = 150+63+122=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #963F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F7A is #69C085. Grayscale: #5F5F5F. Windows color (decimal): -6930566 or 8011670. OLE color: 8011670.
HSL color Cylindrical-coordinate representation of color #963F7A: hue angle of 319.31º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F7A is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 122 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.41 |
| HSL | 319.31º | 0.41% | 0.42% | - |
| HSV(B) | 319.31º | 0.58% | 0.59% | - |
| XYZ | 17.87 | 11.44 | 19.68 | - |
| YUV | 95.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 122 | 0 | 0.58 | 0.19 | 0.41 | 319.31 | 0.41 | 0.42 |
| Hex | 96 | 3F | 7A | 0 | 3A | 13 | 29 | 13F | 29 | 2A |
| Octal | 226 | 77 | 172 | 0 | 72 | 23 | 51 | 477 | 51 | 52 |
| Binary | 10010110 | 111111 | 1111010 | 0 | 111010 | 10011 | 101001 | 100111111 | 101001 | 101010 |
Color Harmonies of #963F7A
Complementary color
Monochromatic Colors of #963F7A
Black with #963F7A
Text Example
Text Example
White with #963F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F7A; }
p { color: rgb(150,63,122); }
H1.HeaderClassName
{
color: #963F7A;
}
.AnyTagClassName
{
color: #963F7A;
}
</style>
background-color css
<style>
a { background-color: #963F7A; }
a { background-color: rgb(150,63,122); }
div.DivClassName
{
background-color: #963F7A;
}
.BgClassName
{
background-color: #963F7A;
}
</style>
border-color css
<style>
span { border-color: #963F7A; }
span { border-color: rgb(150,63,122); }
td.TdClassName
{
border-color: #963F7A;
}
.TagClassName
{
border-color: #963F7A;
}
</style>