Shades of Dark Purple #83206E
Tints of Dark Purple #83206E
RGB
CMYK
RGB Variations
Color information
#83206E (or 0x83206E) is known color: Dark Purple. HEX triplet: 83, 20 and 6E. RGB value is (131,32,110). Sum of RGB (Red+Green+Blue) = 131+32+110=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83206E is #7CDF91. Grayscale: #464646. Windows color (decimal): -8183698 or 7217283. OLE color: 7217283.
HSL color Cylindrical-coordinate representation of color #83206E: hue angle of 312.73º 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 #83206E is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 110 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.49 |
| HSL | 312.73º | 0.61% | 0.32% | - |
| HSV(B) | 312.73º | 0.76% | 0.51% | - |
| XYZ | 12.69 | 6.98 | 15.43 | - |
| YUV | 70.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 110 | 0 | 0.76 | 0.16 | 0.49 | 312.73 | 0.61 | 0.32 |
| Hex | 83 | 20 | 6E | 0 | 4C | 10 | 31 | 139 | 3D | 20 |
| Octal | 203 | 40 | 156 | 0 | 114 | 20 | 61 | 471 | 75 | 40 |
| Binary | 10000011 | 100000 | 1101110 | 0 | 1001100 | 10000 | 110001 | 100111001 | 111101 | 100000 |
Color Harmonies of #83206E
Complementary color
Monochromatic Colors of #83206E
Black with #83206E
Text Example
Text Example
White with #83206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83206E; }
p { color: rgb(131,32,110); }
H1.HeaderClassName
{
color: #83206E;
}
.AnyTagClassName
{
color: #83206E;
}
</style>
background-color css
<style>
a { background-color: #83206E; }
a { background-color: rgb(131,32,110); }
div.DivClassName
{
background-color: #83206E;
}
.BgClassName
{
background-color: #83206E;
}
</style>
border-color css
<style>
span { border-color: #83206E; }
span { border-color: rgb(131,32,110); }
td.TdClassName
{
border-color: #83206E;
}
.TagClassName
{
border-color: #83206E;
}
</style>