Shades of Dark Purple #831784
Tints of Dark Purple #831784
RGB
CMYK
RGB Variations
Color information
#831784 (or 0x831784) is known color: Dark Purple. HEX triplet: 83, 17 and 84. RGB value is (131,23,132). Sum of RGB (Red+Green+Blue) = 131+23+132=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #831784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831784 is #7CE87B. Grayscale: #434343. Windows color (decimal): -8185980 or 8656771. OLE color: 8656771.
HSL color Cylindrical-coordinate representation of color #831784: hue angle of 299.45º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831784 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 23 | 132 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.48 |
| HSL | 299.45º | 0.7% | 0.3% | - |
| HSV(B) | 299.45º | 0.83% | 0.52% | - |
| XYZ | 13.83 | 7.1 | 22.47 | - |
| YUV | 67.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 132 | 0.01 | 0.83 | 0 | 0.48 | 299.45 | 0.7 | 0.3 |
| Hex | 83 | 17 | 84 | 1 | 53 | 0 | 30 | 12B | 46 | 1E |
| Octal | 203 | 27 | 204 | 1 | 123 | 0 | 60 | 453 | 106 | 36 |
| Binary | 10000011 | 10111 | 10000100 | 1 | 1010011 | 0 | 110000 | 100101011 | 1000110 | 11110 |
Color Harmonies of #831784
Complementary color
Monochromatic Colors of #831784
Black with #831784
Text Example
Text Example
White with #831784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831784; }
p { color: rgb(131,23,132); }
H1.HeaderClassName
{
color: #831784;
}
.AnyTagClassName
{
color: #831784;
}
</style>
background-color css
<style>
a { background-color: #831784; }
a { background-color: rgb(131,23,132); }
div.DivClassName
{
background-color: #831784;
}
.BgClassName
{
background-color: #831784;
}
</style>
border-color css
<style>
span { border-color: #831784; }
span { border-color: rgb(131,23,132); }
td.TdClassName
{
border-color: #831784;
}
.TagClassName
{
border-color: #831784;
}
</style>