Shades of Dark Purple #962479
Tints of Dark Purple #962479
RGB
CMYK
RGB Variations
Color information
#962479 (or 0x962479) is known color: Dark Purple. HEX triplet: 96, 24 and 79. RGB value is (150,36,121). Sum of RGB (Red+Green+Blue) = 150+36+121=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #962479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962479 is #69DB86. Grayscale: #4F4F4F. Windows color (decimal): -6937479 or 7939222. OLE color: 7939222.
HSL color Cylindrical-coordinate representation of color #962479: hue angle of 315.26º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962479 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 121 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.41 |
| HSL | 315.26º | 0.61% | 0.36% | - |
| HSV(B) | 315.26º | 0.76% | 0.59% | - |
| XYZ | 16.66 | 9.13 | 18.97 | - |
| YUV | 79.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 121 | 0 | 0.76 | 0.19 | 0.41 | 315.26 | 0.61 | 0.36 |
| Hex | 96 | 24 | 79 | 0 | 4C | 13 | 29 | 13B | 3D | 24 |
| Octal | 226 | 44 | 171 | 0 | 114 | 23 | 51 | 473 | 75 | 44 |
| Binary | 10010110 | 100100 | 1111001 | 0 | 1001100 | 10011 | 101001 | 100111011 | 111101 | 100100 |
Color Harmonies of #962479
Complementary color
Monochromatic Colors of #962479
Black with #962479
Text Example
Text Example
White with #962479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962479; }
p { color: rgb(150,36,121); }
H1.HeaderClassName
{
color: #962479;
}
.AnyTagClassName
{
color: #962479;
}
</style>
background-color css
<style>
a { background-color: #962479; }
a { background-color: rgb(150,36,121); }
div.DivClassName
{
background-color: #962479;
}
.BgClassName
{
background-color: #962479;
}
</style>
border-color css
<style>
span { border-color: #962479; }
span { border-color: rgb(150,36,121); }
td.TdClassName
{
border-color: #962479;
}
.TagClassName
{
border-color: #962479;
}
</style>