Shades of Dark Purple #831F6F
Tints of Dark Purple #831F6F
RGB
CMYK
RGB Variations
Color information
#831F6F (or 0x831F6F) is known color: Dark Purple. HEX triplet: 83, 1F and 6F. RGB value is (131,31,111). Sum of RGB (Red+Green+Blue) = 131+31+111=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #831F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831F6F is #7CE090. Grayscale: #454545. Windows color (decimal): -8183953 or 7282563. OLE color: 7282563.
HSL color Cylindrical-coordinate representation of color #831F6F: hue angle of 312º 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 #831F6F is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 31 | 111 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.49 |
| HSL | 312º | 0.62% | 0.32% | - |
| HSV(B) | 312º | 0.76% | 0.51% | - |
| XYZ | 12.72 | 6.95 | 15.71 | - |
| YUV | 70.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 111 | 0 | 0.76 | 0.15 | 0.49 | 312 | 0.62 | 0.32 |
| Hex | 83 | 1F | 6F | 0 | 4C | F | 31 | 138 | 3E | 20 |
| Octal | 203 | 37 | 157 | 0 | 114 | 17 | 61 | 470 | 76 | 40 |
| Binary | 10000011 | 11111 | 1101111 | 0 | 1001100 | 1111 | 110001 | 100111000 | 111110 | 100000 |
Color Harmonies of #831F6F
Complementary color
Monochromatic Colors of #831F6F
Black with #831F6F
Text Example
Text Example
White with #831F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831F6F; }
p { color: rgb(131,31,111); }
H1.HeaderClassName
{
color: #831F6F;
}
.AnyTagClassName
{
color: #831F6F;
}
</style>
background-color css
<style>
a { background-color: #831F6F; }
a { background-color: rgb(131,31,111); }
div.DivClassName
{
background-color: #831F6F;
}
.BgClassName
{
background-color: #831F6F;
}
</style>
border-color css
<style>
span { border-color: #831F6F; }
span { border-color: rgb(131,31,111); }
td.TdClassName
{
border-color: #831F6F;
}
.TagClassName
{
border-color: #831F6F;
}
</style>