Shades of Dark Purple #832685
Tints of Dark Purple #832685
RGB
CMYK
RGB Variations
Color information
#832685 (or 0x832685) is known color: Dark Purple. HEX triplet: 83, 26 and 85. RGB value is (131,38,133). Sum of RGB (Red+Green+Blue) = 131+38+133=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #832685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832685 is #7CD97A. Grayscale: #4C4C4C. Windows color (decimal): -8182139 or 8726147. OLE color: 8726147.
HSL color Cylindrical-coordinate representation of color #832685: hue angle of 298.74º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832685 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 38 | 133 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.48 |
| HSL | 298.74º | 0.56% | 0.34% | - |
| HSV(B) | 298.74º | 0.71% | 0.52% | - |
| XYZ | 14.29 | 7.9 | 22.96 | - |
| YUV | 76.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 133 | 0.02 | 0.71 | 0 | 0.48 | 298.74 | 0.56 | 0.34 |
| Hex | 83 | 26 | 85 | 2 | 47 | 0 | 30 | 12B | 38 | 22 |
| Octal | 203 | 46 | 205 | 2 | 107 | 0 | 60 | 453 | 70 | 42 |
| Binary | 10000011 | 100110 | 10000101 | 10 | 1000111 | 0 | 110000 | 100101011 | 111000 | 100010 |
Color Harmonies of #832685
Complementary color
Monochromatic Colors of #832685
Black with #832685
Text Example
Text Example
White with #832685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832685; }
p { color: rgb(131,38,133); }
H1.HeaderClassName
{
color: #832685;
}
.AnyTagClassName
{
color: #832685;
}
</style>
background-color css
<style>
a { background-color: #832685; }
a { background-color: rgb(131,38,133); }
div.DivClassName
{
background-color: #832685;
}
.BgClassName
{
background-color: #832685;
}
</style>
border-color css
<style>
span { border-color: #832685; }
span { border-color: rgb(131,38,133); }
td.TdClassName
{
border-color: #832685;
}
.TagClassName
{
border-color: #832685;
}
</style>