Shades of Dark Purple #961E82
Tints of Dark Purple #961E82
RGB
CMYK
RGB Variations
Color information
#961E82 (or 0x961E82) is known color: Dark Purple. HEX triplet: 96, 1E and 82. RGB value is (150,30,130). Sum of RGB (Red+Green+Blue) = 150+30+130=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #961E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961E82 is #69E17D. Grayscale: #4D4D4D. Windows color (decimal): -6939006 or 8527510. OLE color: 8527510.
HSL color Cylindrical-coordinate representation of color #961E82: hue angle of 310º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E82 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 130 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.41 |
| HSL | 310º | 0.67% | 0.35% | - |
| HSV(B) | 310º | 0.8% | 0.59% | - |
| XYZ | 17.07 | 9.02 | 21.96 | - |
| YUV | 77.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 130 | 0 | 0.80 | 0.13 | 0.41 | 310 | 0.67 | 0.35 |
| Hex | 96 | 1E | 82 | 0 | 50 | D | 29 | 136 | 43 | 23 |
| Octal | 226 | 36 | 202 | 0 | 120 | 15 | 51 | 466 | 103 | 43 |
| Binary | 10010110 | 11110 | 10000010 | 0 | 1010000 | 1101 | 101001 | 100110110 | 1000011 | 100011 |
Color Harmonies of #961E82
Complementary color
Monochromatic Colors of #961E82
Black with #961E82
Text Example
Text Example
White with #961E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E82; }
p { color: rgb(150,30,130); }
H1.HeaderClassName
{
color: #961E82;
}
.AnyTagClassName
{
color: #961E82;
}
</style>
background-color css
<style>
a { background-color: #961E82; }
a { background-color: rgb(150,30,130); }
div.DivClassName
{
background-color: #961E82;
}
.BgClassName
{
background-color: #961E82;
}
</style>
border-color css
<style>
span { border-color: #961E82; }
span { border-color: rgb(150,30,130); }
td.TdClassName
{
border-color: #961E82;
}
.TagClassName
{
border-color: #961E82;
}
</style>