Shades of Dark Purple #961F6B
Tints of Dark Purple #961F6B
RGB
CMYK
RGB Variations
Color information
#961F6B (or 0x961F6B) is known color: Dark Purple. HEX triplet: 96, 1F and 6B. RGB value is (150,31,107). Sum of RGB (Red+Green+Blue) = 150+31+107=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #961F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F6B is #69E094. Grayscale: #4B4B4B. Windows color (decimal): -6938773 or 7020438. OLE color: 7020438.
HSL color Cylindrical-coordinate representation of color #961F6B: hue angle of 321.68º 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 #961F6B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 107 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.41 |
| HSL | 321.68º | 0.66% | 0.35% | - |
| HSV(B) | 321.68º | 0.79% | 0.59% | - |
| XYZ | 15.72 | 8.53 | 14.73 | - |
| YUV | 75.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 107 | 0 | 0.79 | 0.29 | 0.41 | 321.68 | 0.66 | 0.35 |
| Hex | 96 | 1F | 6B | 0 | 4F | 1D | 29 | 142 | 42 | 23 |
| Octal | 226 | 37 | 153 | 0 | 117 | 35 | 51 | 502 | 102 | 43 |
| Binary | 10010110 | 11111 | 1101011 | 0 | 1001111 | 11101 | 101001 | 101000010 | 1000010 | 100011 |
Color Harmonies of #961F6B
Complementary color
Monochromatic Colors of #961F6B
Black with #961F6B
Text Example
Text Example
White with #961F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F6B; }
p { color: rgb(150,31,107); }
H1.HeaderClassName
{
color: #961F6B;
}
.AnyTagClassName
{
color: #961F6B;
}
</style>
background-color css
<style>
a { background-color: #961F6B; }
a { background-color: rgb(150,31,107); }
div.DivClassName
{
background-color: #961F6B;
}
.BgClassName
{
background-color: #961F6B;
}
</style>
border-color css
<style>
span { border-color: #961F6B; }
span { border-color: rgb(150,31,107); }
td.TdClassName
{
border-color: #961F6B;
}
.TagClassName
{
border-color: #961F6B;
}
</style>