Shades of Dark Purple #964087
Tints of Dark Purple #964087
RGB
CMYK
RGB Variations
Color information
#964087 (or 0x964087) is known color: Dark Purple. HEX triplet: 96, 40 and 87. RGB value is (150,64,135). Sum of RGB (Red+Green+Blue) = 150+64+135=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #964087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964087 is #69BF78. Grayscale: #616161. Windows color (decimal): -6930297 or 8863894. OLE color: 8863894.
HSL color Cylindrical-coordinate representation of color #964087: hue angle of 310.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964087 is Cyan = 0, Magento = 0.57, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 135 | - |
| CMYK | 0 | 0.57 | 0.1 | 0.41 |
| HSL | 310.47º | 0.4% | 0.42% | - |
| HSV(B) | 310.47º | 0.57% | 0.59% | - |
| XYZ | 18.78 | 11.9 | 24.23 | - |
| YUV | 97.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 135 | 0 | 0.57 | 0.1 | 0.41 | 310.47 | 0.4 | 0.42 |
| Hex | 96 | 40 | 87 | 0 | 39 | A | 29 | 136 | 28 | 2A |
| Octal | 226 | 100 | 207 | 0 | 71 | 12 | 51 | 466 | 50 | 52 |
| Binary | 10010110 | 1000000 | 10000111 | 0 | 111001 | 1010 | 101001 | 100110110 | 101000 | 101010 |
Color Harmonies of #964087
Complementary color
Monochromatic Colors of #964087
Black with #964087
Text Example
Text Example
White with #964087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964087; }
p { color: rgb(150,64,135); }
H1.HeaderClassName
{
color: #964087;
}
.AnyTagClassName
{
color: #964087;
}
</style>
background-color css
<style>
a { background-color: #964087; }
a { background-color: rgb(150,64,135); }
div.DivClassName
{
background-color: #964087;
}
.BgClassName
{
background-color: #964087;
}
</style>
border-color css
<style>
span { border-color: #964087; }
span { border-color: rgb(150,64,135); }
td.TdClassName
{
border-color: #964087;
}
.TagClassName
{
border-color: #964087;
}
</style>