Shades of Dark Purple #961479
Tints of Dark Purple #961479
RGB
CMYK
RGB Variations
Color information
#961479 (or 0x961479) is known color: Dark Purple. HEX triplet: 96, 14 and 79. RGB value is (150,20,121). Sum of RGB (Red+Green+Blue) = 150+20+121=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #961479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961479 is #69EB86. Grayscale: #464646. Windows color (decimal): -6941575 or 7935126. OLE color: 7935126.
HSL color Cylindrical-coordinate representation of color #961479: hue angle of 313.38º 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 #961479 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 121 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.41 |
| HSL | 313.38º | 0.76% | 0.33% | - |
| HSV(B) | 313.38º | 0.87% | 0.59% | - |
| XYZ | 16.28 | 8.36 | 18.85 | - |
| YUV | 70.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 121 | 0 | 0.87 | 0.19 | 0.41 | 313.38 | 0.76 | 0.33 |
| Hex | 96 | 14 | 79 | 0 | 57 | 13 | 29 | 139 | 4C | 21 |
| Octal | 226 | 24 | 171 | 0 | 127 | 23 | 51 | 471 | 114 | 41 |
| Binary | 10010110 | 10100 | 1111001 | 0 | 1010111 | 10011 | 101001 | 100111001 | 1001100 | 100001 |
Color Harmonies of #961479
Complementary color
Monochromatic Colors of #961479
Black with #961479
Text Example
Text Example
White with #961479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961479; }
p { color: rgb(150,20,121); }
H1.HeaderClassName
{
color: #961479;
}
.AnyTagClassName
{
color: #961479;
}
</style>
background-color css
<style>
a { background-color: #961479; }
a { background-color: rgb(150,20,121); }
div.DivClassName
{
background-color: #961479;
}
.BgClassName
{
background-color: #961479;
}
</style>
border-color css
<style>
span { border-color: #961479; }
span { border-color: rgb(150,20,121); }
td.TdClassName
{
border-color: #961479;
}
.TagClassName
{
border-color: #961479;
}
</style>