Shades of Dark Purple #961183
Tints of Dark Purple #961183
RGB
CMYK
RGB Variations
Color information
#961183 (or 0x961183) is known color: Dark Purple. HEX triplet: 96, 11 and 83. RGB value is (150,17,131). Sum of RGB (Red+Green+Blue) = 150+17+131=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #961183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961183 is #69EE7C. Grayscale: #454545. Windows color (decimal): -6942333 or 8589718. OLE color: 8589718.
HSL color Cylindrical-coordinate representation of color #961183: hue angle of 308.57º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961183 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 131 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.41 |
| HSL | 308.57º | 0.8% | 0.33% | - |
| HSV(B) | 308.57º | 0.89% | 0.59% | - |
| XYZ | 16.87 | 8.52 | 22.23 | - |
| YUV | 69.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 131 | 0 | 0.89 | 0.13 | 0.41 | 308.57 | 0.8 | 0.33 |
| Hex | 96 | 11 | 83 | 0 | 59 | D | 29 | 135 | 50 | 21 |
| Octal | 226 | 21 | 203 | 0 | 131 | 15 | 51 | 465 | 120 | 41 |
| Binary | 10010110 | 10001 | 10000011 | 0 | 1011001 | 1101 | 101001 | 100110101 | 1010000 | 100001 |
Color Harmonies of #961183
Complementary color
Monochromatic Colors of #961183
Black with #961183
Text Example
Text Example
White with #961183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961183; }
p { color: rgb(150,17,131); }
H1.HeaderClassName
{
color: #961183;
}
.AnyTagClassName
{
color: #961183;
}
</style>
background-color css
<style>
a { background-color: #961183; }
a { background-color: rgb(150,17,131); }
div.DivClassName
{
background-color: #961183;
}
.BgClassName
{
background-color: #961183;
}
</style>
border-color css
<style>
span { border-color: #961183; }
span { border-color: rgb(150,17,131); }
td.TdClassName
{
border-color: #961183;
}
.TagClassName
{
border-color: #961183;
}
</style>