Shades of Dark Purple #962881
Tints of Dark Purple #962881
RGB
CMYK
RGB Variations
Color information
#962881 (or 0x962881) is known color: Dark Purple. HEX triplet: 96, 28 and 81. RGB value is (150,40,129). Sum of RGB (Red+Green+Blue) = 150+40+129=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962881 is #69D77E. Grayscale: #525252. Windows color (decimal): -6936447 or 8464534. OLE color: 8464534.
HSL color Cylindrical-coordinate representation of color #962881: hue angle of 311.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962881 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 129 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.41 |
| HSL | 311.45º | 0.58% | 0.37% | - |
| HSV(B) | 311.45º | 0.73% | 0.59% | - |
| XYZ | 17.3 | 9.59 | 21.71 | - |
| YUV | 83.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 129 | 0 | 0.73 | 0.14 | 0.41 | 311.45 | 0.58 | 0.37 |
| Hex | 96 | 28 | 81 | 0 | 49 | E | 29 | 137 | 3A | 25 |
| Octal | 226 | 50 | 201 | 0 | 111 | 16 | 51 | 467 | 72 | 45 |
| Binary | 10010110 | 101000 | 10000001 | 0 | 1001001 | 1110 | 101001 | 100110111 | 111010 | 100101 |
Color Harmonies of #962881
Complementary color
Monochromatic Colors of #962881
Black with #962881
Text Example
Text Example
White with #962881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962881; }
p { color: rgb(150,40,129); }
H1.HeaderClassName
{
color: #962881;
}
.AnyTagClassName
{
color: #962881;
}
</style>
background-color css
<style>
a { background-color: #962881; }
a { background-color: rgb(150,40,129); }
div.DivClassName
{
background-color: #962881;
}
.BgClassName
{
background-color: #962881;
}
</style>
border-color css
<style>
span { border-color: #962881; }
span { border-color: rgb(150,40,129); }
td.TdClassName
{
border-color: #962881;
}
.TagClassName
{
border-color: #962881;
}
</style>