Shades of Dark Purple #961485
Tints of Dark Purple #961485
RGB
CMYK
RGB Variations
Color information
#961485 (or 0x961485) is known color: Dark Purple. HEX triplet: 96, 14 and 85. RGB value is (150,20,133). Sum of RGB (Red+Green+Blue) = 150+20+133=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #961485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961485 is #69EB7A. Grayscale: #474747. Windows color (decimal): -6941563 or 8721558. OLE color: 8721558.
HSL color Cylindrical-coordinate representation of color #961485: hue angle of 307.85º degrees, saturation: 0.76, 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 #961485 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 133 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.41 |
| HSL | 307.85º | 0.76% | 0.33% | - |
| HSV(B) | 307.85º | 0.87% | 0.59% | - |
| XYZ | 17.06 | 8.68 | 22.97 | - |
| YUV | 71.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 133 | 0 | 0.87 | 0.11 | 0.41 | 307.85 | 0.76 | 0.33 |
| Hex | 96 | 14 | 85 | 0 | 57 | B | 29 | 134 | 4C | 21 |
| Octal | 226 | 24 | 205 | 0 | 127 | 13 | 51 | 464 | 114 | 41 |
| Binary | 10010110 | 10100 | 10000101 | 0 | 1010111 | 1011 | 101001 | 100110100 | 1001100 | 100001 |
Color Harmonies of #961485
Complementary color
Monochromatic Colors of #961485
Black with #961485
Text Example
Text Example
White with #961485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961485; }
p { color: rgb(150,20,133); }
H1.HeaderClassName
{
color: #961485;
}
.AnyTagClassName
{
color: #961485;
}
</style>
background-color css
<style>
a { background-color: #961485; }
a { background-color: rgb(150,20,133); }
div.DivClassName
{
background-color: #961485;
}
.BgClassName
{
background-color: #961485;
}
</style>
border-color css
<style>
span { border-color: #961485; }
span { border-color: rgb(150,20,133); }
td.TdClassName
{
border-color: #961485;
}
.TagClassName
{
border-color: #961485;
}
</style>