Shades of Dark Purple #963779
Tints of Dark Purple #963779
RGB
CMYK
RGB Variations
Color information
#963779 (or 0x963779) is known color: Dark Purple. HEX triplet: 96, 37 and 79. RGB value is (150,55,121). Sum of RGB (Red+Green+Blue) = 150+55+121=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #963779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963779 is #69C886. Grayscale: #5A5A5A. Windows color (decimal): -6932615 or 7944086. OLE color: 7944086.
HSL color Cylindrical-coordinate representation of color #963779: hue angle of 318.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963779 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 121 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.41 |
| HSL | 318.32º | 0.46% | 0.4% | - |
| HSV(B) | 318.32º | 0.63% | 0.59% | - |
| XYZ | 17.4 | 10.6 | 19.22 | - |
| YUV | 90.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 121 | 0 | 0.63 | 0.19 | 0.41 | 318.32 | 0.46 | 0.4 |
| Hex | 96 | 37 | 79 | 0 | 3F | 13 | 29 | 13E | 2E | 28 |
| Octal | 226 | 67 | 171 | 0 | 77 | 23 | 51 | 476 | 56 | 50 |
| Binary | 10010110 | 110111 | 1111001 | 0 | 111111 | 10011 | 101001 | 100111110 | 101110 | 101000 |
Color Harmonies of #963779
Complementary color
Monochromatic Colors of #963779
Black with #963779
Text Example
Text Example
White with #963779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963779; }
p { color: rgb(150,55,121); }
H1.HeaderClassName
{
color: #963779;
}
.AnyTagClassName
{
color: #963779;
}
</style>
background-color css
<style>
a { background-color: #963779; }
a { background-color: rgb(150,55,121); }
div.DivClassName
{
background-color: #963779;
}
.BgClassName
{
background-color: #963779;
}
</style>
border-color css
<style>
span { border-color: #963779; }
span { border-color: rgb(150,55,121); }
td.TdClassName
{
border-color: #963779;
}
.TagClassName
{
border-color: #963779;
}
</style>