Shades of Dark Purple #961589
Tints of Dark Purple #961589
RGB
CMYK
RGB Variations
Color information
#961589 (or 0x961589) is known color: Dark Purple. HEX triplet: 96, 15 and 89. RGB value is (150,21,137). Sum of RGB (Red+Green+Blue) = 150+21+137=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #961589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961589 is #69EA76. Grayscale: #484848. Windows color (decimal): -6941303 or 8983958. OLE color: 8983958.
HSL color Cylindrical-coordinate representation of color #961589: hue angle of 306.05º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961589 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 137 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.41 |
| HSL | 306.05º | 0.75% | 0.34% | - |
| HSV(B) | 306.05º | 0.86% | 0.59% | - |
| XYZ | 17.36 | 8.83 | 24.46 | - |
| YUV | 72.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 137 | 0 | 0.86 | 0.09 | 0.41 | 306.05 | 0.75 | 0.34 |
| Hex | 96 | 15 | 89 | 0 | 56 | 9 | 29 | 132 | 4B | 22 |
| Octal | 226 | 25 | 211 | 0 | 126 | 11 | 51 | 462 | 113 | 42 |
| Binary | 10010110 | 10101 | 10001001 | 0 | 1010110 | 1001 | 101001 | 100110010 | 1001011 | 100010 |
Color Harmonies of #961589
Complementary color
Monochromatic Colors of #961589
Black with #961589
Text Example
Text Example
White with #961589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961589; }
p { color: rgb(150,21,137); }
H1.HeaderClassName
{
color: #961589;
}
.AnyTagClassName
{
color: #961589;
}
</style>
background-color css
<style>
a { background-color: #961589; }
a { background-color: rgb(150,21,137); }
div.DivClassName
{
background-color: #961589;
}
.BgClassName
{
background-color: #961589;
}
</style>
border-color css
<style>
span { border-color: #961589; }
span { border-color: rgb(150,21,137); }
td.TdClassName
{
border-color: #961589;
}
.TagClassName
{
border-color: #961589;
}
</style>