Shades of Dark Purple #832D83
Tints of Dark Purple #832D83
RGB
CMYK
RGB Variations
Color information
#832D83 (or 0x832D83) is known color: Dark Purple. HEX triplet: 83, 2D and 83. RGB value is (131,45,131). Sum of RGB (Red+Green+Blue) = 131+45+131=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #832D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832D83 is #7CD27C. Grayscale: #505050. Windows color (decimal): -8180349 or 8596867. OLE color: 8596867.
HSL color Cylindrical-coordinate representation of color #832D83: hue angle of 300º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D83 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 131 | - |
| CMYK | 0 | 0.66 | 0 | 0.49 |
| HSL | 300º | 0.49% | 0.35% | - |
| HSV(B) | 300º | 0.66% | 0.51% | - |
| XYZ | 14.4 | 8.34 | 22.32 | - |
| YUV | 80.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 131 | 0 | 0.66 | 0 | 0.49 | 300 | 0.49 | 0.35 |
| Hex | 83 | 2D | 83 | 0 | 42 | 0 | 31 | 12C | 31 | 23 |
| Octal | 203 | 55 | 203 | 0 | 102 | 0 | 61 | 454 | 61 | 43 |
| Binary | 10000011 | 101101 | 10000011 | 0 | 1000010 | 0 | 110001 | 100101100 | 110001 | 100011 |
Color Harmonies of #832D83
Complementary color
Monochromatic Colors of #832D83
Black with #832D83
Text Example
Text Example
White with #832D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D83; }
p { color: rgb(131,45,131); }
H1.HeaderClassName
{
color: #832D83;
}
.AnyTagClassName
{
color: #832D83;
}
</style>
background-color css
<style>
a { background-color: #832D83; }
a { background-color: rgb(131,45,131); }
div.DivClassName
{
background-color: #832D83;
}
.BgClassName
{
background-color: #832D83;
}
</style>
border-color css
<style>
span { border-color: #832D83; }
span { border-color: rgb(131,45,131); }
td.TdClassName
{
border-color: #832D83;
}
.TagClassName
{
border-color: #832D83;
}
</style>