Shades of Dark Purple #961F7B
Tints of Dark Purple #961F7B
RGB
CMYK
RGB Variations
Color information
#961F7B (or 0x961F7B) is known color: Dark Purple. HEX triplet: 96, 1F and 7B. RGB value is (150,31,123). Sum of RGB (Red+Green+Blue) = 150+31+123=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #961F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F7B is #69E084. Grayscale: #4C4C4C. Windows color (decimal): -6938757 or 8069014. OLE color: 8069014.
HSL color Cylindrical-coordinate representation of color #961F7B: hue angle of 313.61º 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 #961F7B is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 123 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.41 |
| HSL | 313.61º | 0.66% | 0.35% | - |
| HSV(B) | 313.61º | 0.79% | 0.59% | - |
| XYZ | 16.64 | 8.89 | 19.58 | - |
| YUV | 77.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 123 | 0 | 0.79 | 0.18 | 0.41 | 313.61 | 0.66 | 0.35 |
| Hex | 96 | 1F | 7B | 0 | 4F | 12 | 29 | 13A | 42 | 23 |
| Octal | 226 | 37 | 173 | 0 | 117 | 22 | 51 | 472 | 102 | 43 |
| Binary | 10010110 | 11111 | 1111011 | 0 | 1001111 | 10010 | 101001 | 100111010 | 1000010 | 100011 |
Color Harmonies of #961F7B
Complementary color
Monochromatic Colors of #961F7B
Black with #961F7B
Text Example
Text Example
White with #961F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F7B; }
p { color: rgb(150,31,123); }
H1.HeaderClassName
{
color: #961F7B;
}
.AnyTagClassName
{
color: #961F7B;
}
</style>
background-color css
<style>
a { background-color: #961F7B; }
a { background-color: rgb(150,31,123); }
div.DivClassName
{
background-color: #961F7B;
}
.BgClassName
{
background-color: #961F7B;
}
</style>
border-color css
<style>
span { border-color: #961F7B; }
span { border-color: rgb(150,31,123); }
td.TdClassName
{
border-color: #961F7B;
}
.TagClassName
{
border-color: #961F7B;
}
</style>