Shades of Dark Purple #962587
Tints of Dark Purple #962587
RGB
CMYK
RGB Variations
Color information
#962587 (or 0x962587) is known color: Dark Purple. HEX triplet: 96, 25 and 87. RGB value is (150,37,135). Sum of RGB (Red+Green+Blue) = 150+37+135=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #962587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962587 is #69DA78. Grayscale: #515151. Windows color (decimal): -6937209 or 8856982. OLE color: 8856982.
HSL color Cylindrical-coordinate representation of color #962587: hue angle of 307.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962587 is Cyan = 0, Magento = 0.75, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 135 | - |
| CMYK | 0 | 0.75 | 0.1 | 0.41 |
| HSL | 307.96º | 0.6% | 0.37% | - |
| HSV(B) | 307.96º | 0.75% | 0.59% | - |
| XYZ | 17.61 | 9.56 | 23.84 | - |
| YUV | 81.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 135 | 0 | 0.75 | 0.1 | 0.41 | 307.96 | 0.6 | 0.37 |
| Hex | 96 | 25 | 87 | 0 | 4B | A | 29 | 134 | 3C | 25 |
| Octal | 226 | 45 | 207 | 0 | 113 | 12 | 51 | 464 | 74 | 45 |
| Binary | 10010110 | 100101 | 10000111 | 0 | 1001011 | 1010 | 101001 | 100110100 | 111100 | 100101 |
Color Harmonies of #962587
Complementary color
Monochromatic Colors of #962587
Black with #962587
Text Example
Text Example
White with #962587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962587; }
p { color: rgb(150,37,135); }
H1.HeaderClassName
{
color: #962587;
}
.AnyTagClassName
{
color: #962587;
}
</style>
background-color css
<style>
a { background-color: #962587; }
a { background-color: rgb(150,37,135); }
div.DivClassName
{
background-color: #962587;
}
.BgClassName
{
background-color: #962587;
}
</style>
border-color css
<style>
span { border-color: #962587; }
span { border-color: rgb(150,37,135); }
td.TdClassName
{
border-color: #962587;
}
.TagClassName
{
border-color: #962587;
}
</style>