Shades of Dark Purple #963483
Tints of Dark Purple #963483
RGB
CMYK
RGB Variations
Color information
#963483 (or 0x963483) is known color: Dark Purple. HEX triplet: 96, 34 and 83. RGB value is (150,52,131). Sum of RGB (Red+Green+Blue) = 150+52+131=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #963483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963483 is #69CB7C. Grayscale: #5A5A5A. Windows color (decimal): -6933373 or 8598678. OLE color: 8598678.
HSL color Cylindrical-coordinate representation of color #963483: hue angle of 311.63º degrees, saturation: 0.49, 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 #963483 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 131 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.41 |
| HSL | 311.63º | 0.49% | 0.4% | - |
| HSV(B) | 311.63º | 0.65% | 0.59% | - |
| XYZ | 17.9 | 10.58 | 22.57 | - |
| YUV | 90.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 131 | 0 | 0.65 | 0.13 | 0.41 | 311.63 | 0.49 | 0.4 |
| Hex | 96 | 34 | 83 | 0 | 41 | D | 29 | 138 | 31 | 28 |
| Octal | 226 | 64 | 203 | 0 | 101 | 15 | 51 | 470 | 61 | 50 |
| Binary | 10010110 | 110100 | 10000011 | 0 | 1000001 | 1101 | 101001 | 100111000 | 110001 | 101000 |
Color Harmonies of #963483
Complementary color
Monochromatic Colors of #963483
Black with #963483
Text Example
Text Example
White with #963483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963483; }
p { color: rgb(150,52,131); }
H1.HeaderClassName
{
color: #963483;
}
.AnyTagClassName
{
color: #963483;
}
</style>
background-color css
<style>
a { background-color: #963483; }
a { background-color: rgb(150,52,131); }
div.DivClassName
{
background-color: #963483;
}
.BgClassName
{
background-color: #963483;
}
</style>
border-color css
<style>
span { border-color: #963483; }
span { border-color: rgb(150,52,131); }
td.TdClassName
{
border-color: #963483;
}
.TagClassName
{
border-color: #963483;
}
</style>