Shades of Dark Purple #961079
Tints of Dark Purple #961079
RGB
CMYK
RGB Variations
Color information
#961079 (or 0x961079) is known color: Dark Purple. HEX triplet: 96, 10 and 79. RGB value is (150,16,121). Sum of RGB (Red+Green+Blue) = 150+16+121=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #961079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961079 is #69EF86. Grayscale: #434343. Windows color (decimal): -6942599 or 7934102. OLE color: 7934102.
HSL color Cylindrical-coordinate representation of color #961079: hue angle of 312.99º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961079 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 121 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.41 |
| HSL | 312.99º | 0.81% | 0.33% | - |
| HSV(B) | 312.99º | 0.89% | 0.59% | - |
| XYZ | 16.21 | 8.24 | 18.82 | - |
| YUV | 68.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 121 | 0 | 0.89 | 0.19 | 0.41 | 312.99 | 0.81 | 0.33 |
| Hex | 96 | 10 | 79 | 0 | 59 | 13 | 29 | 139 | 51 | 21 |
| Octal | 226 | 20 | 171 | 0 | 131 | 23 | 51 | 471 | 121 | 41 |
| Binary | 10010110 | 10000 | 1111001 | 0 | 1011001 | 10011 | 101001 | 100111001 | 1010001 | 100001 |
Color Harmonies of #961079
Complementary color
Monochromatic Colors of #961079
Black with #961079
Text Example
Text Example
White with #961079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961079; }
p { color: rgb(150,16,121); }
H1.HeaderClassName
{
color: #961079;
}
.AnyTagClassName
{
color: #961079;
}
</style>
background-color css
<style>
a { background-color: #961079; }
a { background-color: rgb(150,16,121); }
div.DivClassName
{
background-color: #961079;
}
.BgClassName
{
background-color: #961079;
}
</style>
border-color css
<style>
span { border-color: #961079; }
span { border-color: rgb(150,16,121); }
td.TdClassName
{
border-color: #961079;
}
.TagClassName
{
border-color: #961079;
}
</style>