Shades of Dark Purple #831E6D
Tints of Dark Purple #831E6D
RGB
CMYK
RGB Variations
Color information
#831E6D (or 0x831E6D) is known color: Dark Purple. HEX triplet: 83, 1E and 6D. RGB value is (131,30,109). Sum of RGB (Red+Green+Blue) = 131+30+109=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #831E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831E6D is #7CE192. Grayscale: #444444. Windows color (decimal): -8184211 or 7151235. OLE color: 7151235.
HSL color Cylindrical-coordinate representation of color #831E6D: hue angle of 313.07º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E6D is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 30 | 109 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.49 |
| HSL | 313.07º | 0.63% | 0.32% | - |
| HSV(B) | 313.07º | 0.77% | 0.51% | - |
| XYZ | 12.58 | 6.86 | 15.13 | - |
| YUV | 69.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 109 | 0 | 0.77 | 0.17 | 0.49 | 313.07 | 0.63 | 0.32 |
| Hex | 83 | 1E | 6D | 0 | 4D | 11 | 31 | 139 | 3F | 20 |
| Octal | 203 | 36 | 155 | 0 | 115 | 21 | 61 | 471 | 77 | 40 |
| Binary | 10000011 | 11110 | 1101101 | 0 | 1001101 | 10001 | 110001 | 100111001 | 111111 | 100000 |
Color Harmonies of #831E6D
Complementary color
Monochromatic Colors of #831E6D
Black with #831E6D
Text Example
Text Example
White with #831E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831E6D; }
p { color: rgb(131,30,109); }
H1.HeaderClassName
{
color: #831E6D;
}
.AnyTagClassName
{
color: #831E6D;
}
</style>
background-color css
<style>
a { background-color: #831E6D; }
a { background-color: rgb(131,30,109); }
div.DivClassName
{
background-color: #831E6D;
}
.BgClassName
{
background-color: #831E6D;
}
</style>
border-color css
<style>
span { border-color: #831E6D; }
span { border-color: rgb(131,30,109); }
td.TdClassName
{
border-color: #831E6D;
}
.TagClassName
{
border-color: #831E6D;
}
</style>