Shades of Dark Purple #963981
Tints of Dark Purple #963981
RGB
CMYK
RGB Variations
Color information
#963981 (or 0x963981) is known color: Dark Purple. HEX triplet: 96, 39 and 81. RGB value is (150,57,129). Sum of RGB (Red+Green+Blue) = 150+57+129=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #963981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963981 is #69C67E. Grayscale: #5C5C5C. Windows color (decimal): -6932095 or 8468886. OLE color: 8468886.
HSL color Cylindrical-coordinate representation of color #963981: hue angle of 313.55º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963981 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 129 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.41 |
| HSL | 313.55º | 0.45% | 0.41% | - |
| HSV(B) | 313.55º | 0.62% | 0.59% | - |
| XYZ | 18 | 11 | 21.94 | - |
| YUV | 93.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 129 | 0 | 0.62 | 0.14 | 0.41 | 313.55 | 0.45 | 0.41 |
| Hex | 96 | 39 | 81 | 0 | 3E | E | 29 | 13A | 2D | 29 |
| Octal | 226 | 71 | 201 | 0 | 76 | 16 | 51 | 472 | 55 | 51 |
| Binary | 10010110 | 111001 | 10000001 | 0 | 111110 | 1110 | 101001 | 100111010 | 101101 | 101001 |
Color Harmonies of #963981
Complementary color
Monochromatic Colors of #963981
Black with #963981
Text Example
Text Example
White with #963981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963981; }
p { color: rgb(150,57,129); }
H1.HeaderClassName
{
color: #963981;
}
.AnyTagClassName
{
color: #963981;
}
</style>
background-color css
<style>
a { background-color: #963981; }
a { background-color: rgb(150,57,129); }
div.DivClassName
{
background-color: #963981;
}
.BgClassName
{
background-color: #963981;
}
</style>
border-color css
<style>
span { border-color: #963981; }
span { border-color: rgb(150,57,129); }
td.TdClassName
{
border-color: #963981;
}
.TagClassName
{
border-color: #963981;
}
</style>