Shades of Dark Purple #962584
Tints of Dark Purple #962584
RGB
CMYK
RGB Variations
Color information
#962584 (or 0x962584) is known color: Dark Purple. HEX triplet: 96, 25 and 84. RGB value is (150,37,132). Sum of RGB (Red+Green+Blue) = 150+37+132=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962584 is #69DA7B. Grayscale: #515151. Windows color (decimal): -6937212 or 8660374. OLE color: 8660374.
HSL color Cylindrical-coordinate representation of color #962584: hue angle of 309.56º 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 #962584 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 132 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.41 |
| HSL | 309.56º | 0.6% | 0.37% | - |
| HSV(B) | 309.56º | 0.75% | 0.59% | - |
| XYZ | 17.4 | 9.47 | 22.74 | - |
| YUV | 81.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 132 | 0 | 0.75 | 0.12 | 0.41 | 309.56 | 0.6 | 0.37 |
| Hex | 96 | 25 | 84 | 0 | 4B | C | 29 | 136 | 3C | 25 |
| Octal | 226 | 45 | 204 | 0 | 113 | 14 | 51 | 466 | 74 | 45 |
| Binary | 10010110 | 100101 | 10000100 | 0 | 1001011 | 1100 | 101001 | 100110110 | 111100 | 100101 |
Color Harmonies of #962584
Complementary color
Monochromatic Colors of #962584
Black with #962584
Text Example
Text Example
White with #962584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962584; }
p { color: rgb(150,37,132); }
H1.HeaderClassName
{
color: #962584;
}
.AnyTagClassName
{
color: #962584;
}
</style>
background-color css
<style>
a { background-color: #962584; }
a { background-color: rgb(150,37,132); }
div.DivClassName
{
background-color: #962584;
}
.BgClassName
{
background-color: #962584;
}
</style>
border-color css
<style>
span { border-color: #962584; }
span { border-color: rgb(150,37,132); }
td.TdClassName
{
border-color: #962584;
}
.TagClassName
{
border-color: #962584;
}
</style>