Shades of Dark Purple #962E86
Tints of Dark Purple #962E86
RGB
CMYK
RGB Variations
Color information
#962E86 (or 0x962E86) is known color: Dark Purple. HEX triplet: 96, 2E and 86. RGB value is (150,46,134). Sum of RGB (Red+Green+Blue) = 150+46+134=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #962E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962E86 is #69D179. Grayscale: #565656. Windows color (decimal): -6934906 or 8793750. OLE color: 8793750.
HSL color Cylindrical-coordinate representation of color #962E86: hue angle of 309.23º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E86 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 134 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.41 |
| HSL | 309.23º | 0.53% | 0.38% | - |
| HSV(B) | 309.23º | 0.69% | 0.59% | - |
| XYZ | 17.86 | 10.16 | 23.57 | - |
| YUV | 87.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 134 | 0 | 0.69 | 0.11 | 0.41 | 309.23 | 0.53 | 0.38 |
| Hex | 96 | 2E | 86 | 0 | 45 | B | 29 | 135 | 35 | 26 |
| Octal | 226 | 56 | 206 | 0 | 105 | 13 | 51 | 465 | 65 | 46 |
| Binary | 10010110 | 101110 | 10000110 | 0 | 1000101 | 1011 | 101001 | 100110101 | 110101 | 100110 |
Color Harmonies of #962E86
Complementary color
Monochromatic Colors of #962E86
Black with #962E86
Text Example
Text Example
White with #962E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E86; }
p { color: rgb(150,46,134); }
H1.HeaderClassName
{
color: #962E86;
}
.AnyTagClassName
{
color: #962E86;
}
</style>
background-color css
<style>
a { background-color: #962E86; }
a { background-color: rgb(150,46,134); }
div.DivClassName
{
background-color: #962E86;
}
.BgClassName
{
background-color: #962E86;
}
</style>
border-color css
<style>
span { border-color: #962E86; }
span { border-color: rgb(150,46,134); }
td.TdClassName
{
border-color: #962E86;
}
.TagClassName
{
border-color: #962E86;
}
</style>