Shades of Dark Purple #962985
Tints of Dark Purple #962985
RGB
CMYK
RGB Variations
Color information
#962985 (or 0x962985) is known color: Dark Purple. HEX triplet: 96, 29 and 85. RGB value is (150,41,133). Sum of RGB (Red+Green+Blue) = 150+41+133=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #962985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962985 is #69D67A. Grayscale: #535353. Windows color (decimal): -6936187 or 8726934. OLE color: 8726934.
HSL color Cylindrical-coordinate representation of color #962985: hue angle of 309.36º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962985 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 133 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.41 |
| HSL | 309.36º | 0.57% | 0.37% | - |
| HSV(B) | 309.36º | 0.73% | 0.59% | - |
| XYZ | 17.6 | 9.76 | 23.15 | - |
| YUV | 84.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 133 | 0 | 0.73 | 0.11 | 0.41 | 309.36 | 0.57 | 0.37 |
| Hex | 96 | 29 | 85 | 0 | 49 | B | 29 | 135 | 39 | 25 |
| Octal | 226 | 51 | 205 | 0 | 111 | 13 | 51 | 465 | 71 | 45 |
| Binary | 10010110 | 101001 | 10000101 | 0 | 1001001 | 1011 | 101001 | 100110101 | 111001 | 100101 |
Color Harmonies of #962985
Complementary color
Monochromatic Colors of #962985
Black with #962985
Text Example
Text Example
White with #962985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962985; }
p { color: rgb(150,41,133); }
H1.HeaderClassName
{
color: #962985;
}
.AnyTagClassName
{
color: #962985;
}
</style>
background-color css
<style>
a { background-color: #962985; }
a { background-color: rgb(150,41,133); }
div.DivClassName
{
background-color: #962985;
}
.BgClassName
{
background-color: #962985;
}
</style>
border-color css
<style>
span { border-color: #962985; }
span { border-color: rgb(150,41,133); }
td.TdClassName
{
border-color: #962985;
}
.TagClassName
{
border-color: #962985;
}
</style>