Shades of Dark Purple #963677
Tints of Dark Purple #963677
RGB
CMYK
RGB Variations
Color information
#963677 (or 0x963677) is known color: Dark Purple. HEX triplet: 96, 36 and 77. RGB value is (150,54,119). Sum of RGB (Red+Green+Blue) = 150+54+119=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #963677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963677 is #69C988. Grayscale: #595959. Windows color (decimal): -6932873 or 7812758. OLE color: 7812758.
HSL color Cylindrical-coordinate representation of color #963677: hue angle of 319.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963677 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 119 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.41 |
| HSL | 319.38º | 0.47% | 0.4% | - |
| HSV(B) | 319.38º | 0.64% | 0.59% | - |
| XYZ | 17.23 | 10.45 | 18.56 | - |
| YUV | 90.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 119 | 0 | 0.64 | 0.21 | 0.41 | 319.38 | 0.47 | 0.4 |
| Hex | 96 | 36 | 77 | 0 | 40 | 15 | 29 | 13F | 2F | 28 |
| Octal | 226 | 66 | 167 | 0 | 100 | 25 | 51 | 477 | 57 | 50 |
| Binary | 10010110 | 110110 | 1110111 | 0 | 1000000 | 10101 | 101001 | 100111111 | 101111 | 101000 |
Color Harmonies of #963677
Complementary color
Monochromatic Colors of #963677
Black with #963677
Text Example
Text Example
White with #963677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963677; }
p { color: rgb(150,54,119); }
H1.HeaderClassName
{
color: #963677;
}
.AnyTagClassName
{
color: #963677;
}
</style>
background-color css
<style>
a { background-color: #963677; }
a { background-color: rgb(150,54,119); }
div.DivClassName
{
background-color: #963677;
}
.BgClassName
{
background-color: #963677;
}
</style>
border-color css
<style>
span { border-color: #963677; }
span { border-color: rgb(150,54,119); }
td.TdClassName
{
border-color: #963677;
}
.TagClassName
{
border-color: #963677;
}
</style>