Shades of Dark Purple #83206A
Tints of Dark Purple #83206A
RGB
CMYK
RGB Variations
Color information
#83206A (or 0x83206A) is known color: Dark Purple. HEX triplet: 83, 20 and 6A. RGB value is (131,32,106). Sum of RGB (Red+Green+Blue) = 131+32+106=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #83206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83206A is #7CDF95. Grayscale: #454545. Windows color (decimal): -8183702 or 6955139. OLE color: 6955139.
HSL color Cylindrical-coordinate representation of color #83206A: hue angle of 315.15º 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 #83206A is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 106 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.49 |
| HSL | 315.15º | 0.61% | 0.32% | - |
| HSV(B) | 315.15º | 0.76% | 0.51% | - |
| XYZ | 12.48 | 6.9 | 14.31 | - |
| YUV | 70.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 106 | 0 | 0.76 | 0.19 | 0.49 | 315.15 | 0.61 | 0.32 |
| Hex | 83 | 20 | 6A | 0 | 4C | 13 | 31 | 13B | 3D | 20 |
| Octal | 203 | 40 | 152 | 0 | 114 | 23 | 61 | 473 | 75 | 40 |
| Binary | 10000011 | 100000 | 1101010 | 0 | 1001100 | 10011 | 110001 | 100111011 | 111101 | 100000 |
Color Harmonies of #83206A
Complementary color
Monochromatic Colors of #83206A
Black with #83206A
Text Example
Text Example
White with #83206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83206A; }
p { color: rgb(131,32,106); }
H1.HeaderClassName
{
color: #83206A;
}
.AnyTagClassName
{
color: #83206A;
}
</style>
background-color css
<style>
a { background-color: #83206A; }
a { background-color: rgb(131,32,106); }
div.DivClassName
{
background-color: #83206A;
}
.BgClassName
{
background-color: #83206A;
}
</style>
border-color css
<style>
span { border-color: #83206A; }
span { border-color: rgb(131,32,106); }
td.TdClassName
{
border-color: #83206A;
}
.TagClassName
{
border-color: #83206A;
}
</style>