Shades of Dark Purple #961B73
Tints of Dark Purple #961B73
RGB
CMYK
RGB Variations
Color information
#961B73 (or 0x961B73) is known color: Dark Purple. HEX triplet: 96, 1B and 73. RGB value is (150,27,115). Sum of RGB (Red+Green+Blue) = 150+27+115=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #961B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961B73 is #69E48C. Grayscale: #494949. Windows color (decimal): -6939789 or 7543702. OLE color: 7543702.
HSL color Cylindrical-coordinate representation of color #961B73: hue angle of 317.07º 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 #961B73 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 27 | 115 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.41 |
| HSL | 317.07º | 0.69% | 0.35% | - |
| HSV(B) | 317.07º | 0.82% | 0.59% | - |
| XYZ | 16.06 | 8.51 | 17.01 | - |
| YUV | 73.81 | 151.25 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 115 | 0 | 0.82 | 0.23 | 0.41 | 317.07 | 0.69 | 0.35 |
| Hex | 96 | 1B | 73 | 0 | 52 | 17 | 29 | 13D | 45 | 23 |
| Octal | 226 | 33 | 163 | 0 | 122 | 27 | 51 | 475 | 105 | 43 |
| Binary | 10010110 | 11011 | 1110011 | 0 | 1010010 | 10111 | 101001 | 100111101 | 1000101 | 100011 |
Color Harmonies of #961B73
Complementary color
Monochromatic Colors of #961B73
Black with #961B73
Text Example
Text Example
White with #961B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961B73; }
p { color: rgb(150,27,115); }
H1.HeaderClassName
{
color: #961B73;
}
.AnyTagClassName
{
color: #961B73;
}
</style>
background-color css
<style>
a { background-color: #961B73; }
a { background-color: rgb(150,27,115); }
div.DivClassName
{
background-color: #961B73;
}
.BgClassName
{
background-color: #961B73;
}
</style>
border-color css
<style>
span { border-color: #961B73; }
span { border-color: rgb(150,27,115); }
td.TdClassName
{
border-color: #961B73;
}
.TagClassName
{
border-color: #961B73;
}
</style>