Shades of Dark Purple #961C7E
Tints of Dark Purple #961C7E
RGB
CMYK
RGB Variations
Color information
#961C7E (or 0x961C7E) is known color: Dark Purple. HEX triplet: 96, 1C and 7E. RGB value is (150,28,126). Sum of RGB (Red+Green+Blue) = 150+28+126=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #961C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C7E is #69E381. Grayscale: #4B4B4B. Windows color (decimal): -6939522 or 8264854. OLE color: 8264854.
HSL color Cylindrical-coordinate representation of color #961C7E: hue angle of 311.8º degrees, saturation: 0.69, 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 #961C7E is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 28 | 126 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.41 |
| HSL | 311.8º | 0.69% | 0.35% | - |
| HSV(B) | 311.8º | 0.81% | 0.59% | - |
| XYZ | 16.76 | 8.82 | 20.56 | - |
| YUV | 75.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 28 | 126 | 0 | 0.81 | 0.16 | 0.41 | 311.8 | 0.69 | 0.35 |
| Hex | 96 | 1C | 7E | 0 | 51 | 10 | 29 | 138 | 45 | 23 |
| Octal | 226 | 34 | 176 | 0 | 121 | 20 | 51 | 470 | 105 | 43 |
| Binary | 10010110 | 11100 | 1111110 | 0 | 1010001 | 10000 | 101001 | 100111000 | 1000101 | 100011 |
Color Harmonies of #961C7E
Complementary color
Monochromatic Colors of #961C7E
Black with #961C7E
Text Example
Text Example
White with #961C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961C7E; }
p { color: rgb(150,28,126); }
H1.HeaderClassName
{
color: #961C7E;
}
.AnyTagClassName
{
color: #961C7E;
}
</style>
background-color css
<style>
a { background-color: #961C7E; }
a { background-color: rgb(150,28,126); }
div.DivClassName
{
background-color: #961C7E;
}
.BgClassName
{
background-color: #961C7E;
}
</style>
border-color css
<style>
span { border-color: #961C7E; }
span { border-color: rgb(150,28,126); }
td.TdClassName
{
border-color: #961C7E;
}
.TagClassName
{
border-color: #961C7E;
}
</style>