Shades of Dark Magenta #830EAA
Tints of Dark Magenta #830EAA
RGB
CMYK
RGB Variations
Color information
#830EAA (or 0x830EAA) is known color: Dark Magenta. HEX triplet: 83, 0E and AA. RGB value is (131,14,170). Sum of RGB (Red+Green+Blue) = 131+14+170=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #830EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830EAA is #7CF155. Grayscale: #424242. Windows color (decimal): -8188246 or 11144835. OLE color: 11144835.
HSL color Cylindrical-coordinate representation of color #830EAA: hue angle of 285º degrees, saturation: 0.85, 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 #830EAA is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 14 | 170 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.33 |
| HSL | 285º | 0.85% | 0.36% | - |
| HSV(B) | 285º | 0.92% | 0.67% | - |
| XYZ | 16.77 | 8.04 | 38.7 | - |
| YUV | 66.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 170 | 0.23 | 0.92 | 0 | 0.33 | 285 | 0.85 | 0.36 |
| Hex | 83 | E | AA | 17 | 5C | 0 | 21 | 11D | 55 | 24 |
| Octal | 203 | 16 | 252 | 27 | 134 | 0 | 41 | 435 | 125 | 44 |
| Binary | 10000011 | 1110 | 10101010 | 10111 | 1011100 | 0 | 100001 | 100011101 | 1010101 | 100100 |
Color Harmonies of #830EAA
Complementary color
Monochromatic Colors of #830EAA
Black with #830EAA
Text Example
Text Example
White with #830EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830EAA; }
p { color: rgb(131,14,170); }
H1.HeaderClassName
{
color: #830EAA;
}
.AnyTagClassName
{
color: #830EAA;
}
</style>
background-color css
<style>
a { background-color: #830EAA; }
a { background-color: rgb(131,14,170); }
div.DivClassName
{
background-color: #830EAA;
}
.BgClassName
{
background-color: #830EAA;
}
</style>
border-color css
<style>
span { border-color: #830EAA; }
span { border-color: rgb(131,14,170); }
td.TdClassName
{
border-color: #830EAA;
}
.TagClassName
{
border-color: #830EAA;
}
</style>