Shades of Dark Purple #961E80
Tints of Dark Purple #961E80
RGB
CMYK
RGB Variations
Color information
#961E80 (or 0x961E80) is known color: Dark Purple. HEX triplet: 96, 1E and 80. RGB value is (150,30,128). Sum of RGB (Red+Green+Blue) = 150+30+128=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #961E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961E80 is #69E17F. Grayscale: #4C4C4C. Windows color (decimal): -6939008 or 8396438. OLE color: 8396438.
HSL color Cylindrical-coordinate representation of color #961E80: hue angle of 311º 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 #961E80 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 128 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.41 |
| HSL | 311º | 0.67% | 0.35% | - |
| HSV(B) | 311º | 0.8% | 0.59% | - |
| XYZ | 16.94 | 8.97 | 21.26 | - |
| YUV | 77.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 128 | 0 | 0.80 | 0.15 | 0.41 | 311 | 0.67 | 0.35 |
| Hex | 96 | 1E | 80 | 0 | 50 | F | 29 | 137 | 43 | 23 |
| Octal | 226 | 36 | 200 | 0 | 120 | 17 | 51 | 467 | 103 | 43 |
| Binary | 10010110 | 11110 | 10000000 | 0 | 1010000 | 1111 | 101001 | 100110111 | 1000011 | 100011 |
Color Harmonies of #961E80
Complementary color
Monochromatic Colors of #961E80
Black with #961E80
Text Example
Text Example
White with #961E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E80; }
p { color: rgb(150,30,128); }
H1.HeaderClassName
{
color: #961E80;
}
.AnyTagClassName
{
color: #961E80;
}
</style>
background-color css
<style>
a { background-color: #961E80; }
a { background-color: rgb(150,30,128); }
div.DivClassName
{
background-color: #961E80;
}
.BgClassName
{
background-color: #961E80;
}
</style>
border-color css
<style>
span { border-color: #961E80; }
span { border-color: rgb(150,30,128); }
td.TdClassName
{
border-color: #961E80;
}
.TagClassName
{
border-color: #961E80;
}
</style>