Shades of Dark Purple #963371
Tints of Dark Purple #963371
RGB
CMYK
RGB Variations
Color information
#963371 (or 0x963371) is known color: Dark Purple. HEX triplet: 96, 33 and 71. RGB value is (150,51,113). Sum of RGB (Red+Green+Blue) = 150+51+113=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #963371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963371 is #69CC8E. Grayscale: #575757. Windows color (decimal): -6933647 or 7418774. OLE color: 7418774.
HSL color Cylindrical-coordinate representation of color #963371: hue angle of 322.42º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963371 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 113 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.41 |
| HSL | 322.42º | 0.49% | 0.39% | - |
| HSV(B) | 322.42º | 0.66% | 0.59% | - |
| XYZ | 16.74 | 10.04 | 16.68 | - |
| YUV | 87.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 113 | 0 | 0.66 | 0.25 | 0.41 | 322.42 | 0.49 | 0.39 |
| Hex | 96 | 33 | 71 | 0 | 42 | 19 | 29 | 142 | 31 | 27 |
| Octal | 226 | 63 | 161 | 0 | 102 | 31 | 51 | 502 | 61 | 47 |
| Binary | 10010110 | 110011 | 1110001 | 0 | 1000010 | 11001 | 101001 | 101000010 | 110001 | 100111 |
Color Harmonies of #963371
Complementary color
Monochromatic Colors of #963371
Black with #963371
Text Example
Text Example
White with #963371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963371; }
p { color: rgb(150,51,113); }
H1.HeaderClassName
{
color: #963371;
}
.AnyTagClassName
{
color: #963371;
}
</style>
background-color css
<style>
a { background-color: #963371; }
a { background-color: rgb(150,51,113); }
div.DivClassName
{
background-color: #963371;
}
.BgClassName
{
background-color: #963371;
}
</style>
border-color css
<style>
span { border-color: #963371; }
span { border-color: rgb(150,51,113); }
td.TdClassName
{
border-color: #963371;
}
.TagClassName
{
border-color: #963371;
}
</style>