Shades of Dark Purple #832683
Tints of Dark Purple #832683
RGB
CMYK
RGB Variations
Color information
#832683 (or 0x832683) is known color: Dark Purple. HEX triplet: 83, 26 and 83. RGB value is (131,38,131). Sum of RGB (Red+Green+Blue) = 131+38+131=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #832683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832683 is #7CD97C. Grayscale: #4C4C4C. Windows color (decimal): -8182141 or 8595075. OLE color: 8595075.
HSL color Cylindrical-coordinate representation of color #832683: hue angle of 300º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832683 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 131 | - |
| CMYK | 0 | 0.71 | 0 | 0.49 |
| HSL | 300º | 0.55% | 0.33% | - |
| HSV(B) | 300º | 0.71% | 0.51% | - |
| XYZ | 14.15 | 7.85 | 22.24 | - |
| YUV | 76.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 131 | 0 | 0.71 | 0 | 0.49 | 300 | 0.55 | 0.33 |
| Hex | 83 | 26 | 83 | 0 | 47 | 0 | 31 | 12C | 37 | 21 |
| Octal | 203 | 46 | 203 | 0 | 107 | 0 | 61 | 454 | 67 | 41 |
| Binary | 10000011 | 100110 | 10000011 | 0 | 1000111 | 0 | 110001 | 100101100 | 110111 | 100001 |
Color Harmonies of #832683
Complementary color
Monochromatic Colors of #832683
Black with #832683
Text Example
Text Example
White with #832683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832683; }
p { color: rgb(131,38,131); }
H1.HeaderClassName
{
color: #832683;
}
.AnyTagClassName
{
color: #832683;
}
</style>
background-color css
<style>
a { background-color: #832683; }
a { background-color: rgb(131,38,131); }
div.DivClassName
{
background-color: #832683;
}
.BgClassName
{
background-color: #832683;
}
</style>
border-color css
<style>
span { border-color: #832683; }
span { border-color: rgb(131,38,131); }
td.TdClassName
{
border-color: #832683;
}
.TagClassName
{
border-color: #832683;
}
</style>