Shades of Dark Purple #962087
Tints of Dark Purple #962087
RGB
CMYK
RGB Variations
Color information
#962087 (or 0x962087) is known color: Dark Purple. HEX triplet: 96, 20 and 87. RGB value is (150,32,135). Sum of RGB (Red+Green+Blue) = 150+32+135=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #962087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962087 is #69DF78. Grayscale: #4E4E4E. Windows color (decimal): -6938489 or 8855702. OLE color: 8855702.
HSL color Cylindrical-coordinate representation of color #962087: hue angle of 307.63º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962087 is Cyan = 0, Magento = 0.79, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 135 | - |
| CMYK | 0 | 0.79 | 0.1 | 0.41 |
| HSL | 307.63º | 0.65% | 0.36% | - |
| HSV(B) | 307.63º | 0.79% | 0.59% | - |
| XYZ | 17.47 | 9.27 | 23.79 | - |
| YUV | 79.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 135 | 0 | 0.79 | 0.1 | 0.41 | 307.63 | 0.65 | 0.36 |
| Hex | 96 | 20 | 87 | 0 | 4F | A | 29 | 134 | 41 | 24 |
| Octal | 226 | 40 | 207 | 0 | 117 | 12 | 51 | 464 | 101 | 44 |
| Binary | 10010110 | 100000 | 10000111 | 0 | 1001111 | 1010 | 101001 | 100110100 | 1000001 | 100100 |
Color Harmonies of #962087
Complementary color
Monochromatic Colors of #962087
Black with #962087
Text Example
Text Example
White with #962087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962087; }
p { color: rgb(150,32,135); }
H1.HeaderClassName
{
color: #962087;
}
.AnyTagClassName
{
color: #962087;
}
</style>
background-color css
<style>
a { background-color: #962087; }
a { background-color: rgb(150,32,135); }
div.DivClassName
{
background-color: #962087;
}
.BgClassName
{
background-color: #962087;
}
</style>
border-color css
<style>
span { border-color: #962087; }
span { border-color: rgb(150,32,135); }
td.TdClassName
{
border-color: #962087;
}
.TagClassName
{
border-color: #962087;
}
</style>