Shades of Dark Magenta #830BAA
Tints of Dark Magenta #830BAA
RGB
CMYK
RGB Variations
Color information
#830BAA (or 0x830BAA) is known color: Dark Magenta. HEX triplet: 83, 0B and AA. RGB value is (131,11,170). Sum of RGB (Red+Green+Blue) = 131+11+170=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #830BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830BAA is #7CF455. Grayscale: #404040. Windows color (decimal): -8189014 or 11144067. OLE color: 11144067.
HSL color Cylindrical-coordinate representation of color #830BAA: hue angle of 285.28º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BAA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 11 | 170 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.33 |
| HSL | 285.28º | 0.88% | 0.35% | - |
| HSV(B) | 285.28º | 0.94% | 0.67% | - |
| XYZ | 16.74 | 7.97 | 38.69 | - |
| YUV | 65.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 170 | 0.23 | 0.94 | 0 | 0.33 | 285.28 | 0.88 | 0.35 |
| Hex | 83 | B | AA | 17 | 5E | 0 | 21 | 11D | 58 | 23 |
| Octal | 203 | 13 | 252 | 27 | 136 | 0 | 41 | 435 | 130 | 43 |
| Binary | 10000011 | 1011 | 10101010 | 10111 | 1011110 | 0 | 100001 | 100011101 | 1011000 | 100011 |
Color Harmonies of #830BAA
Complementary color
Monochromatic Colors of #830BAA
Black with #830BAA
Text Example
Text Example
White with #830BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830BAA; }
p { color: rgb(131,11,170); }
H1.HeaderClassName
{
color: #830BAA;
}
.AnyTagClassName
{
color: #830BAA;
}
</style>
background-color css
<style>
a { background-color: #830BAA; }
a { background-color: rgb(131,11,170); }
div.DivClassName
{
background-color: #830BAA;
}
.BgClassName
{
background-color: #830BAA;
}
</style>
border-color css
<style>
span { border-color: #830BAA; }
span { border-color: rgb(131,11,170); }
td.TdClassName
{
border-color: #830BAA;
}
.TagClassName
{
border-color: #830BAA;
}
</style>