Shades of Dark Purple #961B76
Tints of Dark Purple #961B76
RGB
CMYK
RGB Variations
Color information
#961B76 (or 0x961B76) is known color: Dark Purple. HEX triplet: 96, 1B and 76. RGB value is (150,27,118). Sum of RGB (Red+Green+Blue) = 150+27+118=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #961B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961B76 is #69E489. Grayscale: #494949. Windows color (decimal): -6939786 or 7740310. OLE color: 7740310.
HSL color Cylindrical-coordinate representation of color #961B76: hue angle of 315.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961B76 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 27 | 118 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.41 |
| HSL | 315.61º | 0.69% | 0.35% | - |
| HSV(B) | 315.61º | 0.82% | 0.59% | - |
| XYZ | 16.24 | 8.58 | 17.94 | - |
| YUV | 74.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 118 | 0 | 0.82 | 0.21 | 0.41 | 315.61 | 0.69 | 0.35 |
| Hex | 96 | 1B | 76 | 0 | 52 | 15 | 29 | 13C | 45 | 23 |
| Octal | 226 | 33 | 166 | 0 | 122 | 25 | 51 | 474 | 105 | 43 |
| Binary | 10010110 | 11011 | 1110110 | 0 | 1010010 | 10101 | 101001 | 100111100 | 1000101 | 100011 |
Color Harmonies of #961B76
Complementary color
Monochromatic Colors of #961B76
Black with #961B76
Text Example
Text Example
White with #961B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961B76; }
p { color: rgb(150,27,118); }
H1.HeaderClassName
{
color: #961B76;
}
.AnyTagClassName
{
color: #961B76;
}
</style>
background-color css
<style>
a { background-color: #961B76; }
a { background-color: rgb(150,27,118); }
div.DivClassName
{
background-color: #961B76;
}
.BgClassName
{
background-color: #961B76;
}
</style>
border-color css
<style>
span { border-color: #961B76; }
span { border-color: rgb(150,27,118); }
td.TdClassName
{
border-color: #961B76;
}
.TagClassName
{
border-color: #961B76;
}
</style>