Shades of Dark Purple #961D6B
Tints of Dark Purple #961D6B
RGB
CMYK
RGB Variations
Color information
#961D6B (or 0x961D6B) is known color: Dark Purple. HEX triplet: 96, 1D and 6B. RGB value is (150,29,107). Sum of RGB (Red+Green+Blue) = 150+29+107=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D6B is #69E294. Grayscale: #494949. Windows color (decimal): -6939285 or 7019926. OLE color: 7019926.
HSL color Cylindrical-coordinate representation of color #961D6B: hue angle of 321.32º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D6B is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 107 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.41 |
| HSL | 321.32º | 0.68% | 0.35% | - |
| HSV(B) | 321.32º | 0.81% | 0.59% | - |
| XYZ | 15.67 | 8.42 | 14.71 | - |
| YUV | 74.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 107 | 0 | 0.81 | 0.29 | 0.41 | 321.32 | 0.68 | 0.35 |
| Hex | 96 | 1D | 6B | 0 | 51 | 1D | 29 | 141 | 44 | 23 |
| Octal | 226 | 35 | 153 | 0 | 121 | 35 | 51 | 501 | 104 | 43 |
| Binary | 10010110 | 11101 | 1101011 | 0 | 1010001 | 11101 | 101001 | 101000001 | 1000100 | 100011 |
Color Harmonies of #961D6B
Complementary color
Monochromatic Colors of #961D6B
Black with #961D6B
Text Example
Text Example
White with #961D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D6B; }
p { color: rgb(150,29,107); }
H1.HeaderClassName
{
color: #961D6B;
}
.AnyTagClassName
{
color: #961D6B;
}
</style>
background-color css
<style>
a { background-color: #961D6B; }
a { background-color: rgb(150,29,107); }
div.DivClassName
{
background-color: #961D6B;
}
.BgClassName
{
background-color: #961D6B;
}
</style>
border-color css
<style>
span { border-color: #961D6B; }
span { border-color: rgb(150,29,107); }
td.TdClassName
{
border-color: #961D6B;
}
.TagClassName
{
border-color: #961D6B;
}
</style>