Shades of Dark Purple #964082
Tints of Dark Purple #964082
RGB
CMYK
RGB Variations
Color information
#964082 (or 0x964082) is known color: Dark Purple. HEX triplet: 96, 40 and 82. RGB value is (150,64,130). Sum of RGB (Red+Green+Blue) = 150+64+130=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #964082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964082 is #69BF7D. Grayscale: #616161. Windows color (decimal): -6930302 or 8536214. OLE color: 8536214.
HSL color Cylindrical-coordinate representation of color #964082: hue angle of 313.95º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964082 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 130 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.41 |
| HSL | 313.95º | 0.4% | 0.42% | - |
| HSV(B) | 313.95º | 0.57% | 0.59% | - |
| XYZ | 18.44 | 11.76 | 22.42 | - |
| YUV | 97.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 130 | 0 | 0.57 | 0.13 | 0.41 | 313.95 | 0.4 | 0.42 |
| Hex | 96 | 40 | 82 | 0 | 39 | D | 29 | 13A | 28 | 2A |
| Octal | 226 | 100 | 202 | 0 | 71 | 15 | 51 | 472 | 50 | 52 |
| Binary | 10010110 | 1000000 | 10000010 | 0 | 111001 | 1101 | 101001 | 100111010 | 101000 | 101010 |
Color Harmonies of #964082
Complementary color
Monochromatic Colors of #964082
Black with #964082
Text Example
Text Example
White with #964082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964082; }
p { color: rgb(150,64,130); }
H1.HeaderClassName
{
color: #964082;
}
.AnyTagClassName
{
color: #964082;
}
</style>
background-color css
<style>
a { background-color: #964082; }
a { background-color: rgb(150,64,130); }
div.DivClassName
{
background-color: #964082;
}
.BgClassName
{
background-color: #964082;
}
</style>
border-color css
<style>
span { border-color: #964082; }
span { border-color: rgb(150,64,130); }
td.TdClassName
{
border-color: #964082;
}
.TagClassName
{
border-color: #964082;
}
</style>