Shades of Dark Purple #963777
Tints of Dark Purple #963777
RGB
CMYK
RGB Variations
Color information
#963777 (or 0x963777) is known color: Dark Purple. HEX triplet: 96, 37 and 77. RGB value is (150,55,119). Sum of RGB (Red+Green+Blue) = 150+55+119=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #963777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963777 is #69C888. Grayscale: #5A5A5A. Windows color (decimal): -6932617 or 7813014. OLE color: 7813014.
HSL color Cylindrical-coordinate representation of color #963777: hue angle of 319.58º 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 #963777 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 119 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.41 |
| HSL | 319.58º | 0.46% | 0.4% | - |
| HSV(B) | 319.58º | 0.63% | 0.59% | - |
| XYZ | 17.27 | 10.55 | 18.58 | - |
| YUV | 90.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 119 | 0 | 0.63 | 0.21 | 0.41 | 319.58 | 0.46 | 0.4 |
| Hex | 96 | 37 | 77 | 0 | 3F | 15 | 29 | 140 | 2E | 28 |
| Octal | 226 | 67 | 167 | 0 | 77 | 25 | 51 | 500 | 56 | 50 |
| Binary | 10010110 | 110111 | 1110111 | 0 | 111111 | 10101 | 101001 | 101000000 | 101110 | 101000 |
Color Harmonies of #963777
Complementary color
Monochromatic Colors of #963777
Black with #963777
Text Example
Text Example
White with #963777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963777; }
p { color: rgb(150,55,119); }
H1.HeaderClassName
{
color: #963777;
}
.AnyTagClassName
{
color: #963777;
}
</style>
background-color css
<style>
a { background-color: #963777; }
a { background-color: rgb(150,55,119); }
div.DivClassName
{
background-color: #963777;
}
.BgClassName
{
background-color: #963777;
}
</style>
border-color css
<style>
span { border-color: #963777; }
span { border-color: rgb(150,55,119); }
td.TdClassName
{
border-color: #963777;
}
.TagClassName
{
border-color: #963777;
}
</style>