Shades of Dark Purple #961985
Tints of Dark Purple #961985
RGB
CMYK
RGB Variations
Color information
#961985 (or 0x961985) is known color: Dark Purple. HEX triplet: 96, 19 and 85. RGB value is (150,25,133). Sum of RGB (Red+Green+Blue) = 150+25+133=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #961985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961985 is #69E67A. Grayscale: #4A4A4A. Windows color (decimal): -6940283 or 8722838. OLE color: 8722838.
HSL color Cylindrical-coordinate representation of color #961985: hue angle of 308.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961985 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 133 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.41 |
| HSL | 308.16º | 0.71% | 0.34% | - |
| HSV(B) | 308.16º | 0.83% | 0.59% | - |
| XYZ | 17.16 | 8.87 | 23 | - |
| YUV | 74.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 133 | 0 | 0.83 | 0.11 | 0.41 | 308.16 | 0.71 | 0.34 |
| Hex | 96 | 19 | 85 | 0 | 53 | B | 29 | 134 | 47 | 22 |
| Octal | 226 | 31 | 205 | 0 | 123 | 13 | 51 | 464 | 107 | 42 |
| Binary | 10010110 | 11001 | 10000101 | 0 | 1010011 | 1011 | 101001 | 100110100 | 1000111 | 100010 |
Color Harmonies of #961985
Complementary color
Monochromatic Colors of #961985
Black with #961985
Text Example
Text Example
White with #961985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961985; }
p { color: rgb(150,25,133); }
H1.HeaderClassName
{
color: #961985;
}
.AnyTagClassName
{
color: #961985;
}
</style>
background-color css
<style>
a { background-color: #961985; }
a { background-color: rgb(150,25,133); }
div.DivClassName
{
background-color: #961985;
}
.BgClassName
{
background-color: #961985;
}
</style>
border-color css
<style>
span { border-color: #961985; }
span { border-color: rgb(150,25,133); }
td.TdClassName
{
border-color: #961985;
}
.TagClassName
{
border-color: #961985;
}
</style>