Shades of Dark Magenta #830DAC
Tints of Dark Magenta #830DAC
RGB
CMYK
RGB Variations
Color information
#830DAC (or 0x830DAC) is known color: Dark Magenta. HEX triplet: 83, 0D and AC. RGB value is (131,13,172). Sum of RGB (Red+Green+Blue) = 131+13+172=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #830DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830DAC is #7CF253. Grayscale: #414141. Windows color (decimal): -8188500 or 11275651. OLE color: 11275651.
HSL color Cylindrical-coordinate representation of color #830DAC: hue angle of 284.53º 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 #830DAC is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 13 | 172 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.33 |
| HSL | 284.53º | 0.86% | 0.36% | - |
| HSV(B) | 284.53º | 0.92% | 0.67% | - |
| XYZ | 16.95 | 8.09 | 39.7 | - |
| YUV | 66.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 172 | 0.24 | 0.92 | 0 | 0.33 | 284.53 | 0.86 | 0.36 |
| Hex | 83 | D | AC | 18 | 5C | 0 | 21 | 11D | 56 | 24 |
| Octal | 203 | 15 | 254 | 30 | 134 | 0 | 41 | 435 | 126 | 44 |
| Binary | 10000011 | 1101 | 10101100 | 11000 | 1011100 | 0 | 100001 | 100011101 | 1010110 | 100100 |
Color Harmonies of #830DAC
Complementary color
Monochromatic Colors of #830DAC
Black with #830DAC
Text Example
Text Example
White with #830DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830DAC; }
p { color: rgb(131,13,172); }
H1.HeaderClassName
{
color: #830DAC;
}
.AnyTagClassName
{
color: #830DAC;
}
</style>
background-color css
<style>
a { background-color: #830DAC; }
a { background-color: rgb(131,13,172); }
div.DivClassName
{
background-color: #830DAC;
}
.BgClassName
{
background-color: #830DAC;
}
</style>
border-color css
<style>
span { border-color: #830DAC; }
span { border-color: rgb(131,13,172); }
td.TdClassName
{
border-color: #830DAC;
}
.TagClassName
{
border-color: #830DAC;
}
</style>