Shades of Dark Purple #961F6E
Tints of Dark Purple #961F6E
RGB
CMYK
RGB Variations
Color information
#961F6E (or 0x961F6E) is known color: Dark Purple. HEX triplet: 96, 1F and 6E. RGB value is (150,31,110). Sum of RGB (Red+Green+Blue) = 150+31+110=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #961F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F6E is #69E091. Grayscale: #4B4B4B. Windows color (decimal): -6938770 or 7217046. OLE color: 7217046.
HSL color Cylindrical-coordinate representation of color #961F6E: hue angle of 320.17º 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 #961F6E is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 110 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.41 |
| HSL | 320.17º | 0.66% | 0.35% | - |
| HSV(B) | 320.17º | 0.79% | 0.59% | - |
| XYZ | 15.88 | 8.59 | 15.57 | - |
| YUV | 75.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 110 | 0 | 0.79 | 0.27 | 0.41 | 320.17 | 0.66 | 0.35 |
| Hex | 96 | 1F | 6E | 0 | 4F | 1B | 29 | 140 | 42 | 23 |
| Octal | 226 | 37 | 156 | 0 | 117 | 33 | 51 | 500 | 102 | 43 |
| Binary | 10010110 | 11111 | 1101110 | 0 | 1001111 | 11011 | 101001 | 101000000 | 1000010 | 100011 |
Color Harmonies of #961F6E
Complementary color
Monochromatic Colors of #961F6E
Black with #961F6E
Text Example
Text Example
White with #961F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F6E; }
p { color: rgb(150,31,110); }
H1.HeaderClassName
{
color: #961F6E;
}
.AnyTagClassName
{
color: #961F6E;
}
</style>
background-color css
<style>
a { background-color: #961F6E; }
a { background-color: rgb(150,31,110); }
div.DivClassName
{
background-color: #961F6E;
}
.BgClassName
{
background-color: #961F6E;
}
</style>
border-color css
<style>
span { border-color: #961F6E; }
span { border-color: rgb(150,31,110); }
td.TdClassName
{
border-color: #961F6E;
}
.TagClassName
{
border-color: #961F6E;
}
</style>