Shades of Dark Purple #961E93
Tints of Dark Purple #961E93
RGB
CMYK
RGB Variations
Color information
#961E93 (or 0x961E93) is known color: Dark Purple. HEX triplet: 96, 1E and 93. RGB value is (150,30,147). Sum of RGB (Red+Green+Blue) = 150+30+147=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #961E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961E93 is #69E16C. Grayscale: #4E4E4E. Windows color (decimal): -6938989 or 9641622. OLE color: 9641622.
HSL color Cylindrical-coordinate representation of color #961E93: hue angle of 301.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E93 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 147 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.41 |
| HSL | 301.5º | 0.67% | 0.35% | - |
| HSV(B) | 301.5º | 0.8% | 0.59% | - |
| XYZ | 18.31 | 9.52 | 28.48 | - |
| YUV | 79.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 147 | 0 | 0.80 | 0.02 | 0.41 | 301.5 | 0.67 | 0.35 |
| Hex | 96 | 1E | 93 | 0 | 50 | 2 | 29 | 12E | 43 | 23 |
| Octal | 226 | 36 | 223 | 0 | 120 | 2 | 51 | 456 | 103 | 43 |
| Binary | 10010110 | 11110 | 10010011 | 0 | 1010000 | 10 | 101001 | 100101110 | 1000011 | 100011 |
Color Harmonies of #961E93
Complementary color
Monochromatic Colors of #961E93
Black with #961E93
Text Example
Text Example
White with #961E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E93; }
p { color: rgb(150,30,147); }
H1.HeaderClassName
{
color: #961E93;
}
.AnyTagClassName
{
color: #961E93;
}
</style>
background-color css
<style>
a { background-color: #961E93; }
a { background-color: rgb(150,30,147); }
div.DivClassName
{
background-color: #961E93;
}
.BgClassName
{
background-color: #961E93;
}
</style>
border-color css
<style>
span { border-color: #961E93; }
span { border-color: rgb(150,30,147); }
td.TdClassName
{
border-color: #961E93;
}
.TagClassName
{
border-color: #961E93;
}
</style>