Shades of Dark Purple #962080
Tints of Dark Purple #962080
RGB
CMYK
RGB Variations
Color information
#962080 (or 0x962080) is known color: Dark Purple. HEX triplet: 96, 20 and 80. RGB value is (150,32,128). Sum of RGB (Red+Green+Blue) = 150+32+128=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #962080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962080 is #69DF7F. Grayscale: #4D4D4D. Windows color (decimal): -6938496 or 8396950. OLE color: 8396950.
HSL color Cylindrical-coordinate representation of color #962080: hue angle of 311.19º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962080 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 128 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.41 |
| HSL | 311.19º | 0.65% | 0.36% | - |
| HSV(B) | 311.19º | 0.79% | 0.59% | - |
| XYZ | 16.99 | 9.08 | 21.28 | - |
| YUV | 78.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 128 | 0 | 0.79 | 0.15 | 0.41 | 311.19 | 0.65 | 0.36 |
| Hex | 96 | 20 | 80 | 0 | 4F | F | 29 | 137 | 41 | 24 |
| Octal | 226 | 40 | 200 | 0 | 117 | 17 | 51 | 467 | 101 | 44 |
| Binary | 10010110 | 100000 | 10000000 | 0 | 1001111 | 1111 | 101001 | 100110111 | 1000001 | 100100 |
Color Harmonies of #962080
Complementary color
Monochromatic Colors of #962080
Black with #962080
Text Example
Text Example
White with #962080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962080; }
p { color: rgb(150,32,128); }
H1.HeaderClassName
{
color: #962080;
}
.AnyTagClassName
{
color: #962080;
}
</style>
background-color css
<style>
a { background-color: #962080; }
a { background-color: rgb(150,32,128); }
div.DivClassName
{
background-color: #962080;
}
.BgClassName
{
background-color: #962080;
}
</style>
border-color css
<style>
span { border-color: #962080; }
span { border-color: rgb(150,32,128); }
td.TdClassName
{
border-color: #962080;
}
.TagClassName
{
border-color: #962080;
}
</style>