Shades of Dark Purple #963583
Tints of Dark Purple #963583
RGB
CMYK
RGB Variations
Color information
#963583 (or 0x963583) is known color: Dark Purple. HEX triplet: 96, 35 and 83. RGB value is (150,53,131). Sum of RGB (Red+Green+Blue) = 150+53+131=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #963583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963583 is #69CA7C. Grayscale: #5A5A5A. Windows color (decimal): -6933117 or 8598934. OLE color: 8598934.
HSL color Cylindrical-coordinate representation of color #963583: hue angle of 311.75º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963583 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 131 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.41 |
| HSL | 311.75º | 0.48% | 0.4% | - |
| HSV(B) | 311.75º | 0.65% | 0.59% | - |
| XYZ | 17.95 | 10.67 | 22.59 | - |
| YUV | 90.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 131 | 0 | 0.65 | 0.13 | 0.41 | 311.75 | 0.48 | 0.4 |
| Hex | 96 | 35 | 83 | 0 | 41 | D | 29 | 138 | 30 | 28 |
| Octal | 226 | 65 | 203 | 0 | 101 | 15 | 51 | 470 | 60 | 50 |
| Binary | 10010110 | 110101 | 10000011 | 0 | 1000001 | 1101 | 101001 | 100111000 | 110000 | 101000 |
Color Harmonies of #963583
Complementary color
Monochromatic Colors of #963583
Black with #963583
Text Example
Text Example
White with #963583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963583; }
p { color: rgb(150,53,131); }
H1.HeaderClassName
{
color: #963583;
}
.AnyTagClassName
{
color: #963583;
}
</style>
background-color css
<style>
a { background-color: #963583; }
a { background-color: rgb(150,53,131); }
div.DivClassName
{
background-color: #963583;
}
.BgClassName
{
background-color: #963583;
}
</style>
border-color css
<style>
span { border-color: #963583; }
span { border-color: rgb(150,53,131); }
td.TdClassName
{
border-color: #963583;
}
.TagClassName
{
border-color: #963583;
}
</style>