Shades of Dark Purple #962B77
Tints of Dark Purple #962B77
RGB
CMYK
RGB Variations
Color information
#962B77 (or 0x962B77) is known color: Dark Purple. HEX triplet: 96, 2B and 77. RGB value is (150,43,119). Sum of RGB (Red+Green+Blue) = 150+43+119=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #962B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B77 is #69D488. Grayscale: #535353. Windows color (decimal): -6935689 or 7809942. OLE color: 7809942.
HSL color Cylindrical-coordinate representation of color #962B77: hue angle of 317.38º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B77 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 43 | 119 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.41 |
| HSL | 317.38º | 0.55% | 0.38% | - |
| HSV(B) | 317.38º | 0.71% | 0.59% | - |
| XYZ | 16.77 | 9.54 | 18.41 | - |
| YUV | 83.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 119 | 0 | 0.71 | 0.21 | 0.41 | 317.38 | 0.55 | 0.38 |
| Hex | 96 | 2B | 77 | 0 | 47 | 15 | 29 | 13D | 37 | 26 |
| Octal | 226 | 53 | 167 | 0 | 107 | 25 | 51 | 475 | 67 | 46 |
| Binary | 10010110 | 101011 | 1110111 | 0 | 1000111 | 10101 | 101001 | 100111101 | 110111 | 100110 |
Color Harmonies of #962B77
Complementary color
Monochromatic Colors of #962B77
Black with #962B77
Text Example
Text Example
White with #962B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962B77; }
p { color: rgb(150,43,119); }
H1.HeaderClassName
{
color: #962B77;
}
.AnyTagClassName
{
color: #962B77;
}
</style>
background-color css
<style>
a { background-color: #962B77; }
a { background-color: rgb(150,43,119); }
div.DivClassName
{
background-color: #962B77;
}
.BgClassName
{
background-color: #962B77;
}
</style>
border-color css
<style>
span { border-color: #962B77; }
span { border-color: rgb(150,43,119); }
td.TdClassName
{
border-color: #962B77;
}
.TagClassName
{
border-color: #962B77;
}
</style>