Shades of Dark Purple #832584
Tints of Dark Purple #832584
RGB
CMYK
RGB Variations
Color information
#832584 (or 0x832584) is known color: Dark Purple. HEX triplet: 83, 25 and 84. RGB value is (131,37,132). Sum of RGB (Red+Green+Blue) = 131+37+132=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #832584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832584 is #7CDA7B. Grayscale: #4B4B4B. Windows color (decimal): -8182396 or 8660355. OLE color: 8660355.
HSL color Cylindrical-coordinate representation of color #832584: hue angle of 299.37º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832584 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 37 | 132 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.48 |
| HSL | 299.37º | 0.56% | 0.33% | - |
| HSV(B) | 299.37º | 0.72% | 0.52% | - |
| XYZ | 14.19 | 7.81 | 22.59 | - |
| YUV | 75.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 132 | 0.01 | 0.72 | 0 | 0.48 | 299.37 | 0.56 | 0.33 |
| Hex | 83 | 25 | 84 | 1 | 48 | 0 | 30 | 12B | 38 | 21 |
| Octal | 203 | 45 | 204 | 1 | 110 | 0 | 60 | 453 | 70 | 41 |
| Binary | 10000011 | 100101 | 10000100 | 1 | 1001000 | 0 | 110000 | 100101011 | 111000 | 100001 |
Color Harmonies of #832584
Complementary color
Monochromatic Colors of #832584
Black with #832584
Text Example
Text Example
White with #832584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832584; }
p { color: rgb(131,37,132); }
H1.HeaderClassName
{
color: #832584;
}
.AnyTagClassName
{
color: #832584;
}
</style>
background-color css
<style>
a { background-color: #832584; }
a { background-color: rgb(131,37,132); }
div.DivClassName
{
background-color: #832584;
}
.BgClassName
{
background-color: #832584;
}
</style>
border-color css
<style>
span { border-color: #832584; }
span { border-color: rgb(131,37,132); }
td.TdClassName
{
border-color: #832584;
}
.TagClassName
{
border-color: #832584;
}
</style>