Shades of Dark Purple #962887
Tints of Dark Purple #962887
RGB
CMYK
RGB Variations
Color information
#962887 (or 0x962887) is known color: Dark Purple. HEX triplet: 96, 28 and 87. RGB value is (150,40,135). Sum of RGB (Red+Green+Blue) = 150+40+135=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #962887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962887 is #69D778. Grayscale: #535353. Windows color (decimal): -6936441 or 8857750. OLE color: 8857750.
HSL color Cylindrical-coordinate representation of color #962887: hue angle of 308.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962887 is Cyan = 0, Magento = 0.73, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 135 | - |
| CMYK | 0 | 0.73 | 0.1 | 0.41 |
| HSL | 308.18º | 0.58% | 0.37% | - |
| HSV(B) | 308.18º | 0.73% | 0.59% | - |
| XYZ | 17.71 | 9.75 | 23.87 | - |
| YUV | 83.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 135 | 0 | 0.73 | 0.1 | 0.41 | 308.18 | 0.58 | 0.37 |
| Hex | 96 | 28 | 87 | 0 | 49 | A | 29 | 134 | 3A | 25 |
| Octal | 226 | 50 | 207 | 0 | 111 | 12 | 51 | 464 | 72 | 45 |
| Binary | 10010110 | 101000 | 10000111 | 0 | 1001001 | 1010 | 101001 | 100110100 | 111010 | 100101 |
Color Harmonies of #962887
Complementary color
Monochromatic Colors of #962887
Black with #962887
Text Example
Text Example
White with #962887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962887; }
p { color: rgb(150,40,135); }
H1.HeaderClassName
{
color: #962887;
}
.AnyTagClassName
{
color: #962887;
}
</style>
background-color css
<style>
a { background-color: #962887; }
a { background-color: rgb(150,40,135); }
div.DivClassName
{
background-color: #962887;
}
.BgClassName
{
background-color: #962887;
}
</style>
border-color css
<style>
span { border-color: #962887; }
span { border-color: rgb(150,40,135); }
td.TdClassName
{
border-color: #962887;
}
.TagClassName
{
border-color: #962887;
}
</style>