Shades of Dark Purple #83206C
Tints of Dark Purple #83206C
RGB
CMYK
RGB Variations
Color information
#83206C (or 0x83206C) is known color: Dark Purple. HEX triplet: 83, 20 and 6C. RGB value is (131,32,108). Sum of RGB (Red+Green+Blue) = 131+32+108=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #83206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83206C is #7CDF93. Grayscale: #464646. Windows color (decimal): -8183700 or 7086211. OLE color: 7086211.
HSL color Cylindrical-coordinate representation of color #83206C: hue angle of 313.94º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83206C is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 108 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.49 |
| HSL | 313.94º | 0.61% | 0.32% | - |
| HSV(B) | 313.94º | 0.76% | 0.51% | - |
| XYZ | 12.58 | 6.94 | 14.86 | - |
| YUV | 70.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 108 | 0 | 0.76 | 0.18 | 0.49 | 313.94 | 0.61 | 0.32 |
| Hex | 83 | 20 | 6C | 0 | 4C | 12 | 31 | 13A | 3D | 20 |
| Octal | 203 | 40 | 154 | 0 | 114 | 22 | 61 | 472 | 75 | 40 |
| Binary | 10000011 | 100000 | 1101100 | 0 | 1001100 | 10010 | 110001 | 100111010 | 111101 | 100000 |
Color Harmonies of #83206C
Complementary color
Monochromatic Colors of #83206C
Black with #83206C
Text Example
Text Example
White with #83206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83206C; }
p { color: rgb(131,32,108); }
H1.HeaderClassName
{
color: #83206C;
}
.AnyTagClassName
{
color: #83206C;
}
</style>
background-color css
<style>
a { background-color: #83206C; }
a { background-color: rgb(131,32,108); }
div.DivClassName
{
background-color: #83206C;
}
.BgClassName
{
background-color: #83206C;
}
</style>
border-color css
<style>
span { border-color: #83206C; }
span { border-color: rgb(131,32,108); }
td.TdClassName
{
border-color: #83206C;
}
.TagClassName
{
border-color: #83206C;
}
</style>