Shades of Dark Purple #961E90
Tints of Dark Purple #961E90
RGB
CMYK
RGB Variations
Color information
#961E90 (or 0x961E90) is known color: Dark Purple. HEX triplet: 96, 1E and 90. RGB value is (150,30,144). Sum of RGB (Red+Green+Blue) = 150+30+144=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #961E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961E90 is #69E16F. Grayscale: #4E4E4E. Windows color (decimal): -6938992 or 9445014. OLE color: 9445014.
HSL color Cylindrical-coordinate representation of color #961E90: hue angle of 303º 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 #961E90 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 30 | 144 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.41 |
| HSL | 303º | 0.67% | 0.35% | - |
| HSV(B) | 303º | 0.8% | 0.59% | - |
| XYZ | 18.08 | 9.43 | 27.25 | - |
| YUV | 78.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 144 | 0 | 0.80 | 0.04 | 0.41 | 303 | 0.67 | 0.35 |
| Hex | 96 | 1E | 90 | 0 | 50 | 4 | 29 | 12F | 43 | 23 |
| Octal | 226 | 36 | 220 | 0 | 120 | 4 | 51 | 457 | 103 | 43 |
| Binary | 10010110 | 11110 | 10010000 | 0 | 1010000 | 100 | 101001 | 100101111 | 1000011 | 100011 |
Color Harmonies of #961E90
Complementary color
Monochromatic Colors of #961E90
Black with #961E90
Text Example
Text Example
White with #961E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E90; }
p { color: rgb(150,30,144); }
H1.HeaderClassName
{
color: #961E90;
}
.AnyTagClassName
{
color: #961E90;
}
</style>
background-color css
<style>
a { background-color: #961E90; }
a { background-color: rgb(150,30,144); }
div.DivClassName
{
background-color: #961E90;
}
.BgClassName
{
background-color: #961E90;
}
</style>
border-color css
<style>
span { border-color: #961E90; }
span { border-color: rgb(150,30,144); }
td.TdClassName
{
border-color: #961E90;
}
.TagClassName
{
border-color: #961E90;
}
</style>