Shades of Dark Magenta #831A8E
Tints of Dark Magenta #831A8E
RGB
CMYK
RGB Variations
Color information
#831A8E (or 0x831A8E) is known color: Dark Magenta. HEX triplet: 83, 1A and 8E. RGB value is (131,26,142). Sum of RGB (Red+Green+Blue) = 131+26+142=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #831A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831A8E is #7CE571. Grayscale: #464646. Windows color (decimal): -8185202 or 9312899. OLE color: 9312899.
HSL color Cylindrical-coordinate representation of color #831A8E: hue angle of 294.31º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831A8E is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 26 | 142 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.44 |
| HSL | 294.31º | 0.69% | 0.33% | - |
| HSV(B) | 294.31º | 0.82% | 0.56% | - |
| XYZ | 14.61 | 7.52 | 26.27 | - |
| YUV | 70.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 142 | 0.08 | 0.82 | 0 | 0.44 | 294.31 | 0.69 | 0.33 |
| Hex | 83 | 1A | 8E | 8 | 52 | 0 | 2C | 126 | 45 | 21 |
| Octal | 203 | 32 | 216 | 10 | 122 | 0 | 54 | 446 | 105 | 41 |
| Binary | 10000011 | 11010 | 10001110 | 1000 | 1010010 | 0 | 101100 | 100100110 | 1000101 | 100001 |
Color Harmonies of #831A8E
Complementary color
Monochromatic Colors of #831A8E
Black with #831A8E
Text Example
Text Example
White with #831A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831A8E; }
p { color: rgb(131,26,142); }
H1.HeaderClassName
{
color: #831A8E;
}
.AnyTagClassName
{
color: #831A8E;
}
</style>
background-color css
<style>
a { background-color: #831A8E; }
a { background-color: rgb(131,26,142); }
div.DivClassName
{
background-color: #831A8E;
}
.BgClassName
{
background-color: #831A8E;
}
</style>
border-color css
<style>
span { border-color: #831A8E; }
span { border-color: rgb(131,26,142); }
td.TdClassName
{
border-color: #831A8E;
}
.TagClassName
{
border-color: #831A8E;
}
</style>