Shades of Dark Purple #961184
Tints of Dark Purple #961184
RGB
CMYK
RGB Variations
Color information
#961184 (or 0x961184) is known color: Dark Purple. HEX triplet: 96, 11 and 84. RGB value is (150,17,132). Sum of RGB (Red+Green+Blue) = 150+17+132=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #961184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961184 is #69EE7B. Grayscale: #454545. Windows color (decimal): -6942332 or 8655254. OLE color: 8655254.
HSL color Cylindrical-coordinate representation of color #961184: hue angle of 308.12º 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 #961184 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 132 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.41 |
| HSL | 308.12º | 0.8% | 0.33% | - |
| HSV(B) | 308.12º | 0.89% | 0.59% | - |
| XYZ | 16.94 | 8.55 | 22.59 | - |
| YUV | 69.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 132 | 0 | 0.89 | 0.12 | 0.41 | 308.12 | 0.8 | 0.33 |
| Hex | 96 | 11 | 84 | 0 | 59 | C | 29 | 134 | 50 | 21 |
| Octal | 226 | 21 | 204 | 0 | 131 | 14 | 51 | 464 | 120 | 41 |
| Binary | 10010110 | 10001 | 10000100 | 0 | 1011001 | 1100 | 101001 | 100110100 | 1010000 | 100001 |
Color Harmonies of #961184
Complementary color
Monochromatic Colors of #961184
Black with #961184
Text Example
Text Example
White with #961184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961184; }
p { color: rgb(150,17,132); }
H1.HeaderClassName
{
color: #961184;
}
.AnyTagClassName
{
color: #961184;
}
</style>
background-color css
<style>
a { background-color: #961184; }
a { background-color: rgb(150,17,132); }
div.DivClassName
{
background-color: #961184;
}
.BgClassName
{
background-color: #961184;
}
</style>
border-color css
<style>
span { border-color: #961184; }
span { border-color: rgb(150,17,132); }
td.TdClassName
{
border-color: #961184;
}
.TagClassName
{
border-color: #961184;
}
</style>