Shades of Dark Purple #962885
Tints of Dark Purple #962885
RGB
CMYK
RGB Variations
Color information
#962885 (or 0x962885) is known color: Dark Purple. HEX triplet: 96, 28 and 85. RGB value is (150,40,133). Sum of RGB (Red+Green+Blue) = 150+40+133=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #962885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962885 is #69D77A. Grayscale: #535353. Windows color (decimal): -6936443 or 8726678. OLE color: 8726678.
HSL color Cylindrical-coordinate representation of color #962885: hue angle of 309.27º degrees, saturation: 0.58, 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 #962885 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 133 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.41 |
| HSL | 309.27º | 0.58% | 0.37% | - |
| HSV(B) | 309.27º | 0.73% | 0.59% | - |
| XYZ | 17.57 | 9.7 | 23.14 | - |
| YUV | 83.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 133 | 0 | 0.73 | 0.11 | 0.41 | 309.27 | 0.58 | 0.37 |
| Hex | 96 | 28 | 85 | 0 | 49 | B | 29 | 135 | 3A | 25 |
| Octal | 226 | 50 | 205 | 0 | 111 | 13 | 51 | 465 | 72 | 45 |
| Binary | 10010110 | 101000 | 10000101 | 0 | 1001001 | 1011 | 101001 | 100110101 | 111010 | 100101 |
Color Harmonies of #962885
Complementary color
Monochromatic Colors of #962885
Black with #962885
Text Example
Text Example
White with #962885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962885; }
p { color: rgb(150,40,133); }
H1.HeaderClassName
{
color: #962885;
}
.AnyTagClassName
{
color: #962885;
}
</style>
background-color css
<style>
a { background-color: #962885; }
a { background-color: rgb(150,40,133); }
div.DivClassName
{
background-color: #962885;
}
.BgClassName
{
background-color: #962885;
}
</style>
border-color css
<style>
span { border-color: #962885; }
span { border-color: rgb(150,40,133); }
td.TdClassName
{
border-color: #962885;
}
.TagClassName
{
border-color: #962885;
}
</style>