Shades of Dark Purple #962085
Tints of Dark Purple #962085
RGB
CMYK
RGB Variations
Color information
#962085 (or 0x962085) is known color: Dark Purple. HEX triplet: 96, 20 and 85. RGB value is (150,32,133). Sum of RGB (Red+Green+Blue) = 150+32+133=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #962085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962085 is #69DF7A. Grayscale: #4E4E4E. Windows color (decimal): -6938491 or 8724630. OLE color: 8724630.
HSL color Cylindrical-coordinate representation of color #962085: hue angle of 308.64º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962085 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 133 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.41 |
| HSL | 308.64º | 0.65% | 0.36% | - |
| HSV(B) | 308.64º | 0.79% | 0.59% | - |
| XYZ | 17.33 | 9.21 | 23.05 | - |
| YUV | 78.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 133 | 0 | 0.79 | 0.11 | 0.41 | 308.64 | 0.65 | 0.36 |
| Hex | 96 | 20 | 85 | 0 | 4F | B | 29 | 135 | 41 | 24 |
| Octal | 226 | 40 | 205 | 0 | 117 | 13 | 51 | 465 | 101 | 44 |
| Binary | 10010110 | 100000 | 10000101 | 0 | 1001111 | 1011 | 101001 | 100110101 | 1000001 | 100100 |
Color Harmonies of #962085
Complementary color
Monochromatic Colors of #962085
Black with #962085
Text Example
Text Example
White with #962085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962085; }
p { color: rgb(150,32,133); }
H1.HeaderClassName
{
color: #962085;
}
.AnyTagClassName
{
color: #962085;
}
</style>
background-color css
<style>
a { background-color: #962085; }
a { background-color: rgb(150,32,133); }
div.DivClassName
{
background-color: #962085;
}
.BgClassName
{
background-color: #962085;
}
</style>
border-color css
<style>
span { border-color: #962085; }
span { border-color: rgb(150,32,133); }
td.TdClassName
{
border-color: #962085;
}
.TagClassName
{
border-color: #962085;
}
</style>