Shades of Dark Purple #961A87
Tints of Dark Purple #961A87
RGB
CMYK
RGB Variations
Color information
#961A87 (or 0x961A87) is known color: Dark Purple. HEX triplet: 96, 1A and 87. RGB value is (150,26,135). Sum of RGB (Red+Green+Blue) = 150+26+135=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #961A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961A87 is #69E578. Grayscale: #4B4B4B. Windows color (decimal): -6940025 or 8854166. OLE color: 8854166.
HSL color Cylindrical-coordinate representation of color #961A87: hue angle of 307.26º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A87 is Cyan = 0, Magento = 0.83, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 26 | 135 | - |
| CMYK | 0 | 0.83 | 0.1 | 0.41 |
| HSL | 307.26º | 0.7% | 0.35% | - |
| HSV(B) | 307.26º | 0.83% | 0.59% | - |
| XYZ | 17.32 | 8.97 | 23.74 | - |
| YUV | 75.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 135 | 0 | 0.83 | 0.1 | 0.41 | 307.26 | 0.7 | 0.35 |
| Hex | 96 | 1A | 87 | 0 | 53 | A | 29 | 133 | 46 | 23 |
| Octal | 226 | 32 | 207 | 0 | 123 | 12 | 51 | 463 | 106 | 43 |
| Binary | 10010110 | 11010 | 10000111 | 0 | 1010011 | 1010 | 101001 | 100110011 | 1000110 | 100011 |
Color Harmonies of #961A87
Complementary color
Monochromatic Colors of #961A87
Black with #961A87
Text Example
Text Example
White with #961A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961A87; }
p { color: rgb(150,26,135); }
H1.HeaderClassName
{
color: #961A87;
}
.AnyTagClassName
{
color: #961A87;
}
</style>
background-color css
<style>
a { background-color: #961A87; }
a { background-color: rgb(150,26,135); }
div.DivClassName
{
background-color: #961A87;
}
.BgClassName
{
background-color: #961A87;
}
</style>
border-color css
<style>
span { border-color: #961A87; }
span { border-color: rgb(150,26,135); }
td.TdClassName
{
border-color: #961A87;
}
.TagClassName
{
border-color: #961A87;
}
</style>