Shades of Dark Purple #963489
Tints of Dark Purple #963489
RGB
CMYK
RGB Variations
Color information
#963489 (or 0x963489) is known color: Dark Purple. HEX triplet: 96, 34 and 89. RGB value is (150,52,137). Sum of RGB (Red+Green+Blue) = 150+52+137=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #963489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963489 is #69CB76. Grayscale: #5A5A5A. Windows color (decimal): -6933367 or 8991894. OLE color: 8991894.
HSL color Cylindrical-coordinate representation of color #963489: hue angle of 307.96º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963489 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 137 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.41 |
| HSL | 307.96º | 0.49% | 0.4% | - |
| HSV(B) | 307.96º | 0.65% | 0.59% | - |
| XYZ | 18.32 | 10.75 | 24.78 | - |
| YUV | 90.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 137 | 0 | 0.65 | 0.09 | 0.41 | 307.96 | 0.49 | 0.4 |
| Hex | 96 | 34 | 89 | 0 | 41 | 9 | 29 | 134 | 31 | 28 |
| Octal | 226 | 64 | 211 | 0 | 101 | 11 | 51 | 464 | 61 | 50 |
| Binary | 10010110 | 110100 | 10001001 | 0 | 1000001 | 1001 | 101001 | 100110100 | 110001 | 101000 |
Color Harmonies of #963489
Complementary color
Monochromatic Colors of #963489
Black with #963489
Text Example
Text Example
White with #963489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963489; }
p { color: rgb(150,52,137); }
H1.HeaderClassName
{
color: #963489;
}
.AnyTagClassName
{
color: #963489;
}
</style>
background-color css
<style>
a { background-color: #963489; }
a { background-color: rgb(150,52,137); }
div.DivClassName
{
background-color: #963489;
}
.BgClassName
{
background-color: #963489;
}
</style>
border-color css
<style>
span { border-color: #963489; }
span { border-color: rgb(150,52,137); }
td.TdClassName
{
border-color: #963489;
}
.TagClassName
{
border-color: #963489;
}
</style>