Shades of Dark Purple #962290
Tints of Dark Purple #962290
RGB
CMYK
RGB Variations
Color information
#962290 (or 0x962290) is known color: Dark Purple. HEX triplet: 96, 22 and 90. RGB value is (150,34,144). Sum of RGB (Red+Green+Blue) = 150+34+144=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #962290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962290 is #69DD6F. Grayscale: #505050. Windows color (decimal): -6937968 or 9446038. OLE color: 9446038.
HSL color Cylindrical-coordinate representation of color #962290: hue angle of 303.1º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962290 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 144 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.41 |
| HSL | 303.1º | 0.63% | 0.36% | - |
| HSV(B) | 303.1º | 0.77% | 0.59% | - |
| XYZ | 18.18 | 9.64 | 27.29 | - |
| YUV | 81.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 144 | 0 | 0.77 | 0.04 | 0.41 | 303.1 | 0.63 | 0.36 |
| Hex | 96 | 22 | 90 | 0 | 4D | 4 | 29 | 12F | 3F | 24 |
| Octal | 226 | 42 | 220 | 0 | 115 | 4 | 51 | 457 | 77 | 44 |
| Binary | 10010110 | 100010 | 10010000 | 0 | 1001101 | 100 | 101001 | 100101111 | 111111 | 100100 |
Color Harmonies of #962290
Complementary color
Monochromatic Colors of #962290
Black with #962290
Text Example
Text Example
White with #962290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962290; }
p { color: rgb(150,34,144); }
H1.HeaderClassName
{
color: #962290;
}
.AnyTagClassName
{
color: #962290;
}
</style>
background-color css
<style>
a { background-color: #962290; }
a { background-color: rgb(150,34,144); }
div.DivClassName
{
background-color: #962290;
}
.BgClassName
{
background-color: #962290;
}
</style>
border-color css
<style>
span { border-color: #962290; }
span { border-color: rgb(150,34,144); }
td.TdClassName
{
border-color: #962290;
}
.TagClassName
{
border-color: #962290;
}
</style>