Shades of Dark Purple #962F85
Tints of Dark Purple #962F85
RGB
CMYK
RGB Variations
Color information
#962F85 (or 0x962F85) is known color: Dark Purple. HEX triplet: 96, 2F and 85. RGB value is (150,47,133). Sum of RGB (Red+Green+Blue) = 150+47+133=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #962F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962F85 is #69D07A. Grayscale: #575757. Windows color (decimal): -6934651 or 8728470. OLE color: 8728470.
HSL color Cylindrical-coordinate representation of color #962F85: hue angle of 309.9º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F85 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 133 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.41 |
| HSL | 309.9º | 0.52% | 0.39% | - |
| HSV(B) | 309.9º | 0.69% | 0.59% | - |
| XYZ | 17.83 | 10.21 | 23.22 | - |
| YUV | 87.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 133 | 0 | 0.69 | 0.11 | 0.41 | 309.9 | 0.52 | 0.39 |
| Hex | 96 | 2F | 85 | 0 | 45 | B | 29 | 136 | 34 | 27 |
| Octal | 226 | 57 | 205 | 0 | 105 | 13 | 51 | 466 | 64 | 47 |
| Binary | 10010110 | 101111 | 10000101 | 0 | 1000101 | 1011 | 101001 | 100110110 | 110100 | 100111 |
Color Harmonies of #962F85
Complementary color
Monochromatic Colors of #962F85
Black with #962F85
Text Example
Text Example
White with #962F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F85; }
p { color: rgb(150,47,133); }
H1.HeaderClassName
{
color: #962F85;
}
.AnyTagClassName
{
color: #962F85;
}
</style>
background-color css
<style>
a { background-color: #962F85; }
a { background-color: rgb(150,47,133); }
div.DivClassName
{
background-color: #962F85;
}
.BgClassName
{
background-color: #962F85;
}
</style>
border-color css
<style>
span { border-color: #962F85; }
span { border-color: rgb(150,47,133); }
td.TdClassName
{
border-color: #962F85;
}
.TagClassName
{
border-color: #962F85;
}
</style>