Shades of Dark Magenta #830FAC
Tints of Dark Magenta #830FAC
RGB
CMYK
RGB Variations
Color information
#830FAC (or 0x830FAC) is known color: Dark Magenta. HEX triplet: 83, 0F and AC. RGB value is (131,15,172). Sum of RGB (Red+Green+Blue) = 131+15+172=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #830FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830FAC is #7CF053. Grayscale: #434343. Windows color (decimal): -8187988 or 11276163. OLE color: 11276163.
HSL color Cylindrical-coordinate representation of color #830FAC: hue angle of 284.33º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830FAC is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 15 | 172 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.33 |
| HSL | 284.33º | 0.84% | 0.37% | - |
| HSV(B) | 284.33º | 0.91% | 0.67% | - |
| XYZ | 16.98 | 8.15 | 39.71 | - |
| YUV | 67.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 172 | 0.24 | 0.91 | 0 | 0.33 | 284.33 | 0.84 | 0.37 |
| Hex | 83 | F | AC | 18 | 5B | 0 | 21 | 11C | 54 | 25 |
| Octal | 203 | 17 | 254 | 30 | 133 | 0 | 41 | 434 | 124 | 45 |
| Binary | 10000011 | 1111 | 10101100 | 11000 | 1011011 | 0 | 100001 | 100011100 | 1010100 | 100101 |
Color Harmonies of #830FAC
Complementary color
Monochromatic Colors of #830FAC
Black with #830FAC
Text Example
Text Example
White with #830FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830FAC; }
p { color: rgb(131,15,172); }
H1.HeaderClassName
{
color: #830FAC;
}
.AnyTagClassName
{
color: #830FAC;
}
</style>
background-color css
<style>
a { background-color: #830FAC; }
a { background-color: rgb(131,15,172); }
div.DivClassName
{
background-color: #830FAC;
}
.BgClassName
{
background-color: #830FAC;
}
</style>
border-color css
<style>
span { border-color: #830FAC; }
span { border-color: rgb(131,15,172); }
td.TdClassName
{
border-color: #830FAC;
}
.TagClassName
{
border-color: #830FAC;
}
</style>