Shades of Dark Purple #962579
Tints of Dark Purple #962579
RGB
CMYK
RGB Variations
Color information
#962579 (or 0x962579) is known color: Dark Purple. HEX triplet: 96, 25 and 79. RGB value is (150,37,121). Sum of RGB (Red+Green+Blue) = 150+37+121=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #962579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962579 is #69DA86. Grayscale: #505050. Windows color (decimal): -6937223 or 7939478. OLE color: 7939478.
HSL color Cylindrical-coordinate representation of color #962579: hue angle of 315.4º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962579 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 121 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.41 |
| HSL | 315.4º | 0.6% | 0.37% | - |
| HSV(B) | 315.4º | 0.75% | 0.59% | - |
| XYZ | 16.69 | 9.19 | 18.98 | - |
| YUV | 80.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 121 | 0 | 0.75 | 0.19 | 0.41 | 315.4 | 0.6 | 0.37 |
| Hex | 96 | 25 | 79 | 0 | 4B | 13 | 29 | 13B | 3C | 25 |
| Octal | 226 | 45 | 171 | 0 | 113 | 23 | 51 | 473 | 74 | 45 |
| Binary | 10010110 | 100101 | 1111001 | 0 | 1001011 | 10011 | 101001 | 100111011 | 111100 | 100101 |
Color Harmonies of #962579
Complementary color
Monochromatic Colors of #962579
Black with #962579
Text Example
Text Example
White with #962579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962579; }
p { color: rgb(150,37,121); }
H1.HeaderClassName
{
color: #962579;
}
.AnyTagClassName
{
color: #962579;
}
</style>
background-color css
<style>
a { background-color: #962579; }
a { background-color: rgb(150,37,121); }
div.DivClassName
{
background-color: #962579;
}
.BgClassName
{
background-color: #962579;
}
</style>
border-color css
<style>
span { border-color: #962579; }
span { border-color: rgb(150,37,121); }
td.TdClassName
{
border-color: #962579;
}
.TagClassName
{
border-color: #962579;
}
</style>