Shades of Dark Purple #961279
Tints of Dark Purple #961279
RGB
CMYK
RGB Variations
Color information
#961279 (or 0x961279) is known color: Dark Purple. HEX triplet: 96, 12 and 79. RGB value is (150,18,121). Sum of RGB (Red+Green+Blue) = 150+18+121=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #961279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961279 is #69ED86. Grayscale: #444444. Windows color (decimal): -6942087 or 7934614. OLE color: 7934614.
HSL color Cylindrical-coordinate representation of color #961279: hue angle of 313.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961279 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 121 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.41 |
| HSL | 313.18º | 0.79% | 0.33% | - |
| HSV(B) | 313.18º | 0.88% | 0.59% | - |
| XYZ | 16.25 | 8.3 | 18.83 | - |
| YUV | 69.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 121 | 0 | 0.88 | 0.19 | 0.41 | 313.18 | 0.79 | 0.33 |
| Hex | 96 | 12 | 79 | 0 | 58 | 13 | 29 | 139 | 4F | 21 |
| Octal | 226 | 22 | 171 | 0 | 130 | 23 | 51 | 471 | 117 | 41 |
| Binary | 10010110 | 10010 | 1111001 | 0 | 1011000 | 10011 | 101001 | 100111001 | 1001111 | 100001 |
Color Harmonies of #961279
Complementary color
Monochromatic Colors of #961279
Black with #961279
Text Example
Text Example
White with #961279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961279; }
p { color: rgb(150,18,121); }
H1.HeaderClassName
{
color: #961279;
}
.AnyTagClassName
{
color: #961279;
}
</style>
background-color css
<style>
a { background-color: #961279; }
a { background-color: rgb(150,18,121); }
div.DivClassName
{
background-color: #961279;
}
.BgClassName
{
background-color: #961279;
}
</style>
border-color css
<style>
span { border-color: #961279; }
span { border-color: rgb(150,18,121); }
td.TdClassName
{
border-color: #961279;
}
.TagClassName
{
border-color: #961279;
}
</style>