Shades of Dark Purple #832165
Tints of Dark Purple #832165
RGB
CMYK
RGB Variations
Color information
#832165 (or 0x832165) is known color: Dark Purple. HEX triplet: 83, 21 and 65. RGB value is (131,33,101). Sum of RGB (Red+Green+Blue) = 131+33+101=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #832165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832165 is #7CDE9A. Grayscale: #454545. Windows color (decimal): -8183451 or 6627715. OLE color: 6627715.
HSL color Cylindrical-coordinate representation of color #832165: hue angle of 318.37º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832165 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 101 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.49 |
| HSL | 318.37º | 0.6% | 0.32% | - |
| HSV(B) | 318.37º | 0.75% | 0.51% | - |
| XYZ | 12.25 | 6.85 | 12.99 | - |
| YUV | 70.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 101 | 0 | 0.75 | 0.23 | 0.49 | 318.37 | 0.6 | 0.32 |
| Hex | 83 | 21 | 65 | 0 | 4B | 17 | 31 | 13E | 3C | 20 |
| Octal | 203 | 41 | 145 | 0 | 113 | 27 | 61 | 476 | 74 | 40 |
| Binary | 10000011 | 100001 | 1100101 | 0 | 1001011 | 10111 | 110001 | 100111110 | 111100 | 100000 |
Color Harmonies of #832165
Complementary color
Monochromatic Colors of #832165
Black with #832165
Text Example
Text Example
White with #832165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832165; }
p { color: rgb(131,33,101); }
H1.HeaderClassName
{
color: #832165;
}
.AnyTagClassName
{
color: #832165;
}
</style>
background-color css
<style>
a { background-color: #832165; }
a { background-color: rgb(131,33,101); }
div.DivClassName
{
background-color: #832165;
}
.BgClassName
{
background-color: #832165;
}
</style>
border-color css
<style>
span { border-color: #832165; }
span { border-color: rgb(131,33,101); }
td.TdClassName
{
border-color: #832165;
}
.TagClassName
{
border-color: #832165;
}
</style>