Shades of Dark Purple #832B81
Tints of Dark Purple #832B81
RGB
CMYK
RGB Variations
Color information
#832B81 (or 0x832B81) is known color: Dark Purple. HEX triplet: 83, 2B and 81. RGB value is (131,43,129). Sum of RGB (Red+Green+Blue) = 131+43+129=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #832B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832B81 is #7CD47E. Grayscale: #4E4E4E. Windows color (decimal): -8180863 or 8465283. OLE color: 8465283.
HSL color Cylindrical-coordinate representation of color #832B81: hue angle of 301.36º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B81 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 129 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.49 |
| HSL | 301.36º | 0.51% | 0.34% | - |
| HSV(B) | 301.36º | 0.67% | 0.51% | - |
| XYZ | 14.19 | 8.14 | 21.59 | - |
| YUV | 79.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 129 | 0 | 0.67 | 0.02 | 0.49 | 301.36 | 0.51 | 0.34 |
| Hex | 83 | 2B | 81 | 0 | 43 | 2 | 31 | 12D | 33 | 22 |
| Octal | 203 | 53 | 201 | 0 | 103 | 2 | 61 | 455 | 63 | 42 |
| Binary | 10000011 | 101011 | 10000001 | 0 | 1000011 | 10 | 110001 | 100101101 | 110011 | 100010 |
Color Harmonies of #832B81
Complementary color
Monochromatic Colors of #832B81
Black with #832B81
Text Example
Text Example
White with #832B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B81; }
p { color: rgb(131,43,129); }
H1.HeaderClassName
{
color: #832B81;
}
.AnyTagClassName
{
color: #832B81;
}
</style>
background-color css
<style>
a { background-color: #832B81; }
a { background-color: rgb(131,43,129); }
div.DivClassName
{
background-color: #832B81;
}
.BgClassName
{
background-color: #832B81;
}
</style>
border-color css
<style>
span { border-color: #832B81; }
span { border-color: rgb(131,43,129); }
td.TdClassName
{
border-color: #832B81;
}
.TagClassName
{
border-color: #832B81;
}
</style>