Shades of Dark Purple #831886
Tints of Dark Purple #831886
RGB
CMYK
RGB Variations
Color information
#831886 (or 0x831886) is known color: Dark Purple. HEX triplet: 83, 18 and 86. RGB value is (131,24,134). Sum of RGB (Red+Green+Blue) = 131+24+134=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #831886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831886 is #7CE779. Grayscale: #444444. Windows color (decimal): -8185722 or 8788099. OLE color: 8788099.
HSL color Cylindrical-coordinate representation of color #831886: hue angle of 298.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831886 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 24 | 134 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.47 |
| HSL | 298.36º | 0.7% | 0.31% | - |
| HSV(B) | 298.36º | 0.82% | 0.53% | - |
| XYZ | 13.99 | 7.2 | 23.21 | - |
| YUV | 68.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 134 | 0.02 | 0.82 | 0 | 0.47 | 298.36 | 0.7 | 0.31 |
| Hex | 83 | 18 | 86 | 2 | 52 | 0 | 2F | 12A | 46 | 1F |
| Octal | 203 | 30 | 206 | 2 | 122 | 0 | 57 | 452 | 106 | 37 |
| Binary | 10000011 | 11000 | 10000110 | 10 | 1010010 | 0 | 101111 | 100101010 | 1000110 | 11111 |
Color Harmonies of #831886
Complementary color
Monochromatic Colors of #831886
Black with #831886
Text Example
Text Example
White with #831886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831886; }
p { color: rgb(131,24,134); }
H1.HeaderClassName
{
color: #831886;
}
.AnyTagClassName
{
color: #831886;
}
</style>
background-color css
<style>
a { background-color: #831886; }
a { background-color: rgb(131,24,134); }
div.DivClassName
{
background-color: #831886;
}
.BgClassName
{
background-color: #831886;
}
</style>
border-color css
<style>
span { border-color: #831886; }
span { border-color: rgb(131,24,134); }
td.TdClassName
{
border-color: #831886;
}
.TagClassName
{
border-color: #831886;
}
</style>