Shades of Dark Purple #831A7E
Tints of Dark Purple #831A7E
RGB
CMYK
RGB Variations
Color information
#831A7E (or 0x831A7E) is known color: Dark Purple. HEX triplet: 83, 1A and 7E. RGB value is (131,26,126). Sum of RGB (Red+Green+Blue) = 131+26+126=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #831A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831A7E is #7CE581. Grayscale: #444444. Windows color (decimal): -8185218 or 8264323. OLE color: 8264323.
HSL color Cylindrical-coordinate representation of color #831A7E: hue angle of 302.86º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A7E is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 26 | 126 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.49 |
| HSL | 302.86º | 0.67% | 0.31% | - |
| HSV(B) | 302.86º | 0.8% | 0.51% | - |
| XYZ | 13.5 | 7.07 | 20.39 | - |
| YUV | 68.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 126 | 0 | 0.80 | 0.04 | 0.49 | 302.86 | 0.67 | 0.31 |
| Hex | 83 | 1A | 7E | 0 | 50 | 4 | 31 | 12F | 43 | 1F |
| Octal | 203 | 32 | 176 | 0 | 120 | 4 | 61 | 457 | 103 | 37 |
| Binary | 10000011 | 11010 | 1111110 | 0 | 1010000 | 100 | 110001 | 100101111 | 1000011 | 11111 |
Color Harmonies of #831A7E
Complementary color
Monochromatic Colors of #831A7E
Black with #831A7E
Text Example
Text Example
White with #831A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831A7E; }
p { color: rgb(131,26,126); }
H1.HeaderClassName
{
color: #831A7E;
}
.AnyTagClassName
{
color: #831A7E;
}
</style>
background-color css
<style>
a { background-color: #831A7E; }
a { background-color: rgb(131,26,126); }
div.DivClassName
{
background-color: #831A7E;
}
.BgClassName
{
background-color: #831A7E;
}
</style>
border-color css
<style>
span { border-color: #831A7E; }
span { border-color: rgb(131,26,126); }
td.TdClassName
{
border-color: #831A7E;
}
.TagClassName
{
border-color: #831A7E;
}
</style>