Shades of Dark Purple #961F94
Tints of Dark Purple #961F94
RGB
CMYK
RGB Variations
Color information
#961F94 (or 0x961F94) is known color: Dark Purple. HEX triplet: 96, 1F and 94. RGB value is (150,31,148). Sum of RGB (Red+Green+Blue) = 150+31+148=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #961F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961F94 is #69E06B. Grayscale: #4F4F4F. Windows color (decimal): -6938732 or 9707414. OLE color: 9707414.
HSL color Cylindrical-coordinate representation of color #961F94: hue angle of 301.01º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F94 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 148 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.41 |
| HSL | 301.01º | 0.66% | 0.35% | - |
| HSV(B) | 301.01º | 0.79% | 0.59% | - |
| XYZ | 18.41 | 9.6 | 28.9 | - |
| YUV | 79.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 148 | 0 | 0.79 | 0.01 | 0.41 | 301.01 | 0.66 | 0.35 |
| Hex | 96 | 1F | 94 | 0 | 4F | 1 | 29 | 12D | 42 | 23 |
| Octal | 226 | 37 | 224 | 0 | 117 | 1 | 51 | 455 | 102 | 43 |
| Binary | 10010110 | 11111 | 10010100 | 0 | 1001111 | 1 | 101001 | 100101101 | 1000010 | 100011 |
Color Harmonies of #961F94
Complementary color
Monochromatic Colors of #961F94
Black with #961F94
Text Example
Text Example
White with #961F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F94; }
p { color: rgb(150,31,148); }
H1.HeaderClassName
{
color: #961F94;
}
.AnyTagClassName
{
color: #961F94;
}
</style>
background-color css
<style>
a { background-color: #961F94; }
a { background-color: rgb(150,31,148); }
div.DivClassName
{
background-color: #961F94;
}
.BgClassName
{
background-color: #961F94;
}
</style>
border-color css
<style>
span { border-color: #961F94; }
span { border-color: rgb(150,31,148); }
td.TdClassName
{
border-color: #961F94;
}
.TagClassName
{
border-color: #961F94;
}
</style>