Shades of Dark Purple #962987
Tints of Dark Purple #962987
RGB
CMYK
RGB Variations
Color information
#962987 (or 0x962987) is known color: Dark Purple. HEX triplet: 96, 29 and 87. RGB value is (150,41,135). Sum of RGB (Red+Green+Blue) = 150+41+135=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #962987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962987 is #69D678. Grayscale: #545454. Windows color (decimal): -6936185 or 8858006. OLE color: 8858006.
HSL color Cylindrical-coordinate representation of color #962987: hue angle of 308.26º degrees, saturation: 0.57, 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 #962987 is Cyan = 0, Magento = 0.73, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 135 | - |
| CMYK | 0 | 0.73 | 0.1 | 0.41 |
| HSL | 308.26º | 0.57% | 0.37% | - |
| HSV(B) | 308.26º | 0.73% | 0.59% | - |
| XYZ | 17.74 | 9.82 | 23.88 | - |
| YUV | 84.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 135 | 0 | 0.73 | 0.1 | 0.41 | 308.26 | 0.57 | 0.37 |
| Hex | 96 | 29 | 87 | 0 | 49 | A | 29 | 134 | 39 | 25 |
| Octal | 226 | 51 | 207 | 0 | 111 | 12 | 51 | 464 | 71 | 45 |
| Binary | 10010110 | 101001 | 10000111 | 0 | 1001001 | 1010 | 101001 | 100110100 | 111001 | 100101 |
Color Harmonies of #962987
Complementary color
Monochromatic Colors of #962987
Black with #962987
Text Example
Text Example
White with #962987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962987; }
p { color: rgb(150,41,135); }
H1.HeaderClassName
{
color: #962987;
}
.AnyTagClassName
{
color: #962987;
}
</style>
background-color css
<style>
a { background-color: #962987; }
a { background-color: rgb(150,41,135); }
div.DivClassName
{
background-color: #962987;
}
.BgClassName
{
background-color: #962987;
}
</style>
border-color css
<style>
span { border-color: #962987; }
span { border-color: rgb(150,41,135); }
td.TdClassName
{
border-color: #962987;
}
.TagClassName
{
border-color: #962987;
}
</style>