Shades of Dark Purple #831F7D
Tints of Dark Purple #831F7D
RGB
CMYK
RGB Variations
Color information
#831F7D (or 0x831F7D) is known color: Dark Purple. HEX triplet: 83, 1F and 7D. RGB value is (131,31,125). Sum of RGB (Red+Green+Blue) = 131+31+125=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #831F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831F7D is #7CE082. Grayscale: #474747. Windows color (decimal): -8183939 or 8200067. OLE color: 8200067.
HSL color Cylindrical-coordinate representation of color #831F7D: hue angle of 303.6º degrees, saturation: 0.62, 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 #831F7D is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 31 | 125 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.49 |
| HSL | 303.6º | 0.62% | 0.32% | - |
| HSV(B) | 303.6º | 0.76% | 0.51% | - |
| XYZ | 13.55 | 7.29 | 20.09 | - |
| YUV | 71.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 125 | 0 | 0.76 | 0.05 | 0.49 | 303.6 | 0.62 | 0.32 |
| Hex | 83 | 1F | 7D | 0 | 4C | 5 | 31 | 130 | 3E | 20 |
| Octal | 203 | 37 | 175 | 0 | 114 | 5 | 61 | 460 | 76 | 40 |
| Binary | 10000011 | 11111 | 1111101 | 0 | 1001100 | 101 | 110001 | 100110000 | 111110 | 100000 |
Color Harmonies of #831F7D
Complementary color
Monochromatic Colors of #831F7D
Black with #831F7D
Text Example
Text Example
White with #831F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831F7D; }
p { color: rgb(131,31,125); }
H1.HeaderClassName
{
color: #831F7D;
}
.AnyTagClassName
{
color: #831F7D;
}
</style>
background-color css
<style>
a { background-color: #831F7D; }
a { background-color: rgb(131,31,125); }
div.DivClassName
{
background-color: #831F7D;
}
.BgClassName
{
background-color: #831F7D;
}
</style>
border-color css
<style>
span { border-color: #831F7D; }
span { border-color: rgb(131,31,125); }
td.TdClassName
{
border-color: #831F7D;
}
.TagClassName
{
border-color: #831F7D;
}
</style>