Shades of Dark Purple #961385
Tints of Dark Purple #961385
RGB
CMYK
RGB Variations
Color information
#961385 (or 0x961385) is known color: Dark Purple. HEX triplet: 96, 13 and 85. RGB value is (150,19,133). Sum of RGB (Red+Green+Blue) = 150+19+133=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #961385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961385 is #69EC7A. Grayscale: #464646. Windows color (decimal): -6941819 or 8721302. OLE color: 8721302.
HSL color Cylindrical-coordinate representation of color #961385: hue angle of 307.79º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961385 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 19 | 133 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.41 |
| HSL | 307.79º | 0.78% | 0.33% | - |
| HSV(B) | 307.79º | 0.87% | 0.59% | - |
| XYZ | 17.04 | 8.64 | 22.96 | - |
| YUV | 71.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 133 | 0 | 0.87 | 0.11 | 0.41 | 307.79 | 0.78 | 0.33 |
| Hex | 96 | 13 | 85 | 0 | 57 | B | 29 | 134 | 4E | 21 |
| Octal | 226 | 23 | 205 | 0 | 127 | 13 | 51 | 464 | 116 | 41 |
| Binary | 10010110 | 10011 | 10000101 | 0 | 1010111 | 1011 | 101001 | 100110100 | 1001110 | 100001 |
Color Harmonies of #961385
Complementary color
Monochromatic Colors of #961385
Black with #961385
Text Example
Text Example
White with #961385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961385; }
p { color: rgb(150,19,133); }
H1.HeaderClassName
{
color: #961385;
}
.AnyTagClassName
{
color: #961385;
}
</style>
background-color css
<style>
a { background-color: #961385; }
a { background-color: rgb(150,19,133); }
div.DivClassName
{
background-color: #961385;
}
.BgClassName
{
background-color: #961385;
}
</style>
border-color css
<style>
span { border-color: #961385; }
span { border-color: rgb(150,19,133); }
td.TdClassName
{
border-color: #961385;
}
.TagClassName
{
border-color: #961385;
}
</style>