Shades of Dark Purple #963084
Tints of Dark Purple #963084
RGB
CMYK
RGB Variations
Color information
#963084 (or 0x963084) is known color: Dark Purple. HEX triplet: 96, 30 and 84. RGB value is (150,48,132). Sum of RGB (Red+Green+Blue) = 150+48+132=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #963084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963084 is #69CF7B. Grayscale: #575757. Windows color (decimal): -6934396 or 8663190. OLE color: 8663190.
HSL color Cylindrical-coordinate representation of color #963084: hue angle of 310.59º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963084 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 132 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.41 |
| HSL | 310.59º | 0.52% | 0.39% | - |
| HSV(B) | 310.59º | 0.68% | 0.59% | - |
| XYZ | 17.8 | 10.26 | 22.87 | - |
| YUV | 88.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 132 | 0 | 0.68 | 0.12 | 0.41 | 310.59 | 0.52 | 0.39 |
| Hex | 96 | 30 | 84 | 0 | 44 | C | 29 | 137 | 34 | 27 |
| Octal | 226 | 60 | 204 | 0 | 104 | 14 | 51 | 467 | 64 | 47 |
| Binary | 10010110 | 110000 | 10000100 | 0 | 1000100 | 1100 | 101001 | 100110111 | 110100 | 100111 |
Color Harmonies of #963084
Complementary color
Monochromatic Colors of #963084
Black with #963084
Text Example
Text Example
White with #963084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963084; }
p { color: rgb(150,48,132); }
H1.HeaderClassName
{
color: #963084;
}
.AnyTagClassName
{
color: #963084;
}
</style>
background-color css
<style>
a { background-color: #963084; }
a { background-color: rgb(150,48,132); }
div.DivClassName
{
background-color: #963084;
}
.BgClassName
{
background-color: #963084;
}
</style>
border-color css
<style>
span { border-color: #963084; }
span { border-color: rgb(150,48,132); }
td.TdClassName
{
border-color: #963084;
}
.TagClassName
{
border-color: #963084;
}
</style>