Shades of Dark Magenta #830CAA
Tints of Dark Magenta #830CAA
RGB
CMYK
RGB Variations
Color information
#830CAA (or 0x830CAA) is known color: Dark Magenta. HEX triplet: 83, 0C and AA. RGB value is (131,12,170). Sum of RGB (Red+Green+Blue) = 131+12+170=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #830CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830CAA is #7CF355. Grayscale: #414141. Windows color (decimal): -8188758 or 11144323. OLE color: 11144323.
HSL color Cylindrical-coordinate representation of color #830CAA: hue angle of 285.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830CAA is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 12 | 170 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.33 |
| HSL | 285.19º | 0.87% | 0.36% | - |
| HSV(B) | 285.19º | 0.93% | 0.67% | - |
| XYZ | 16.75 | 7.99 | 38.69 | - |
| YUV | 65.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 170 | 0.23 | 0.93 | 0 | 0.33 | 285.19 | 0.87 | 0.36 |
| Hex | 83 | C | AA | 17 | 5D | 0 | 21 | 11D | 57 | 24 |
| Octal | 203 | 14 | 252 | 27 | 135 | 0 | 41 | 435 | 127 | 44 |
| Binary | 10000011 | 1100 | 10101010 | 10111 | 1011101 | 0 | 100001 | 100011101 | 1010111 | 100100 |
Color Harmonies of #830CAA
Complementary color
Monochromatic Colors of #830CAA
Black with #830CAA
Text Example
Text Example
White with #830CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830CAA; }
p { color: rgb(131,12,170); }
H1.HeaderClassName
{
color: #830CAA;
}
.AnyTagClassName
{
color: #830CAA;
}
</style>
background-color css
<style>
a { background-color: #830CAA; }
a { background-color: rgb(131,12,170); }
div.DivClassName
{
background-color: #830CAA;
}
.BgClassName
{
background-color: #830CAA;
}
</style>
border-color css
<style>
span { border-color: #830CAA; }
span { border-color: rgb(131,12,170); }
td.TdClassName
{
border-color: #830CAA;
}
.TagClassName
{
border-color: #830CAA;
}
</style>