Shades of Dark Purple #962983
Tints of Dark Purple #962983
RGB
CMYK
RGB Variations
Color information
#962983 (or 0x962983) is known color: Dark Purple. HEX triplet: 96, 29 and 83. RGB value is (150,41,131). Sum of RGB (Red+Green+Blue) = 150+41+131=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #962983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962983 is #69D67C. Grayscale: #535353. Windows color (decimal): -6936189 or 8595862. OLE color: 8595862.
HSL color Cylindrical-coordinate representation of color #962983: hue angle of 310.46º degrees, saturation: 0.57, 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 #962983 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 131 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.41 |
| HSL | 310.46º | 0.57% | 0.37% | - |
| HSV(B) | 310.46º | 0.73% | 0.59% | - |
| XYZ | 17.47 | 9.71 | 22.43 | - |
| YUV | 83.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 131 | 0 | 0.73 | 0.13 | 0.41 | 310.46 | 0.57 | 0.37 |
| Hex | 96 | 29 | 83 | 0 | 49 | D | 29 | 136 | 39 | 25 |
| Octal | 226 | 51 | 203 | 0 | 111 | 15 | 51 | 466 | 71 | 45 |
| Binary | 10010110 | 101001 | 10000011 | 0 | 1001001 | 1101 | 101001 | 100110110 | 111001 | 100101 |
Color Harmonies of #962983
Complementary color
Monochromatic Colors of #962983
Black with #962983
Text Example
Text Example
White with #962983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962983; }
p { color: rgb(150,41,131); }
H1.HeaderClassName
{
color: #962983;
}
.AnyTagClassName
{
color: #962983;
}
</style>
background-color css
<style>
a { background-color: #962983; }
a { background-color: rgb(150,41,131); }
div.DivClassName
{
background-color: #962983;
}
.BgClassName
{
background-color: #962983;
}
</style>
border-color css
<style>
span { border-color: #962983; }
span { border-color: rgb(150,41,131); }
td.TdClassName
{
border-color: #962983;
}
.TagClassName
{
border-color: #962983;
}
</style>