Shades of Dark Magenta #830DAA
Tints of Dark Magenta #830DAA
RGB
CMYK
RGB Variations
Color information
#830DAA (or 0x830DAA) is known color: Dark Magenta. HEX triplet: 83, 0D and AA. RGB value is (131,13,170). Sum of RGB (Red+Green+Blue) = 131+13+170=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #830DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830DAA is #7CF255. Grayscale: #414141. Windows color (decimal): -8188502 or 11144579. OLE color: 11144579.
HSL color Cylindrical-coordinate representation of color #830DAA: hue angle of 285.1º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830DAA is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 13 | 170 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.33 |
| HSL | 285.1º | 0.86% | 0.36% | - |
| HSV(B) | 285.1º | 0.92% | 0.67% | - |
| XYZ | 16.76 | 8.02 | 38.69 | - |
| YUV | 66.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 170 | 0.23 | 0.92 | 0 | 0.33 | 285.1 | 0.86 | 0.36 |
| Hex | 83 | D | AA | 17 | 5C | 0 | 21 | 11D | 56 | 24 |
| Octal | 203 | 15 | 252 | 27 | 134 | 0 | 41 | 435 | 126 | 44 |
| Binary | 10000011 | 1101 | 10101010 | 10111 | 1011100 | 0 | 100001 | 100011101 | 1010110 | 100100 |
Color Harmonies of #830DAA
Complementary color
Monochromatic Colors of #830DAA
Black with #830DAA
Text Example
Text Example
White with #830DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DAA; }
p { color: rgb(131,13,170); }
H1.HeaderClassName
{
color: #830DAA;
}
.AnyTagClassName
{
color: #830DAA;
}
</style>
background-color css
<style>
a { background-color: #830DAA; }
a { background-color: rgb(131,13,170); }
div.DivClassName
{
background-color: #830DAA;
}
.BgClassName
{
background-color: #830DAA;
}
</style>
border-color css
<style>
span { border-color: #830DAA; }
span { border-color: rgb(131,13,170); }
td.TdClassName
{
border-color: #830DAA;
}
.TagClassName
{
border-color: #830DAA;
}
</style>