Shades of Dark Purple #961C83
Tints of Dark Purple #961C83
RGB
CMYK
RGB Variations
Color information
#961C83 (or 0x961C83) is known color: Dark Purple. HEX triplet: 96, 1C and 83. RGB value is (150,28,131). Sum of RGB (Red+Green+Blue) = 150+28+131=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #961C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C83 is #69E37C. Grayscale: #4B4B4B. Windows color (decimal): -6939517 or 8592534. OLE color: 8592534.
HSL color Cylindrical-coordinate representation of color #961C83: hue angle of 309.34º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961C83 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 28 | 131 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.41 |
| HSL | 309.34º | 0.69% | 0.35% | - |
| HSV(B) | 309.34º | 0.81% | 0.59% | - |
| XYZ | 17.09 | 8.95 | 22.3 | - |
| YUV | 76.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 28 | 131 | 0 | 0.81 | 0.13 | 0.41 | 309.34 | 0.69 | 0.35 |
| Hex | 96 | 1C | 83 | 0 | 51 | D | 29 | 135 | 45 | 23 |
| Octal | 226 | 34 | 203 | 0 | 121 | 15 | 51 | 465 | 105 | 43 |
| Binary | 10010110 | 11100 | 10000011 | 0 | 1010001 | 1101 | 101001 | 100110101 | 1000101 | 100011 |
Color Harmonies of #961C83
Complementary color
Monochromatic Colors of #961C83
Black with #961C83
Text Example
Text Example
White with #961C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961C83; }
p { color: rgb(150,28,131); }
H1.HeaderClassName
{
color: #961C83;
}
.AnyTagClassName
{
color: #961C83;
}
</style>
background-color css
<style>
a { background-color: #961C83; }
a { background-color: rgb(150,28,131); }
div.DivClassName
{
background-color: #961C83;
}
.BgClassName
{
background-color: #961C83;
}
</style>
border-color css
<style>
span { border-color: #961C83; }
span { border-color: rgb(150,28,131); }
td.TdClassName
{
border-color: #961C83;
}
.TagClassName
{
border-color: #961C83;
}
</style>