Shades of Dark Purple #961872
Tints of Dark Purple #961872
RGB
CMYK
RGB Variations
Color information
#961872 (or 0x961872) is known color: Dark Purple. HEX triplet: 96, 18 and 72. RGB value is (150,24,114). Sum of RGB (Red+Green+Blue) = 150+24+114=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #961872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961872 is #69E78D. Grayscale: #474747. Windows color (decimal): -6940558 or 7477398. OLE color: 7477398.
HSL color Cylindrical-coordinate representation of color #961872: hue angle of 317.14º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961872 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 114 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.41 |
| HSL | 317.14º | 0.72% | 0.34% | - |
| HSV(B) | 317.14º | 0.84% | 0.59% | - |
| XYZ | 15.94 | 8.35 | 16.69 | - |
| YUV | 71.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 114 | 0 | 0.84 | 0.24 | 0.41 | 317.14 | 0.72 | 0.34 |
| Hex | 96 | 18 | 72 | 0 | 54 | 18 | 29 | 13D | 48 | 22 |
| Octal | 226 | 30 | 162 | 0 | 124 | 30 | 51 | 475 | 110 | 42 |
| Binary | 10010110 | 11000 | 1110010 | 0 | 1010100 | 11000 | 101001 | 100111101 | 1001000 | 100010 |
Color Harmonies of #961872
Complementary color
Monochromatic Colors of #961872
Black with #961872
Text Example
Text Example
White with #961872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961872; }
p { color: rgb(150,24,114); }
H1.HeaderClassName
{
color: #961872;
}
.AnyTagClassName
{
color: #961872;
}
</style>
background-color css
<style>
a { background-color: #961872; }
a { background-color: rgb(150,24,114); }
div.DivClassName
{
background-color: #961872;
}
.BgClassName
{
background-color: #961872;
}
</style>
border-color css
<style>
span { border-color: #961872; }
span { border-color: rgb(150,24,114); }
td.TdClassName
{
border-color: #961872;
}
.TagClassName
{
border-color: #961872;
}
</style>