Shades of Dark Magenta #830F95
Tints of Dark Magenta #830F95
RGB
CMYK
RGB Variations
Color information
#830F95 (or 0x830F95) is known color: Dark Magenta. HEX triplet: 83, 0F and 95. RGB value is (131,15,149). Sum of RGB (Red+Green+Blue) = 131+15+149=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #830F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830F95 is #7CF06A. Grayscale: #404040. Windows color (decimal): -8188011 or 9768835. OLE color: 9768835.
HSL color Cylindrical-coordinate representation of color #830F95: hue angle of 291.94º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830F95 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 15 | 149 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.42 |
| HSL | 291.94º | 0.82% | 0.32% | - |
| HSV(B) | 291.94º | 0.9% | 0.58% | - |
| XYZ | 14.96 | 7.34 | 29.06 | - |
| YUV | 64.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 149 | 0.12 | 0.90 | 0 | 0.42 | 291.94 | 0.82 | 0.32 |
| Hex | 83 | F | 95 | C | 5A | 0 | 2A | 124 | 52 | 20 |
| Octal | 203 | 17 | 225 | 14 | 132 | 0 | 52 | 444 | 122 | 40 |
| Binary | 10000011 | 1111 | 10010101 | 1100 | 1011010 | 0 | 101010 | 100100100 | 1010010 | 100000 |
Color Harmonies of #830F95
Complementary color
Monochromatic Colors of #830F95
Black with #830F95
Text Example
Text Example
White with #830F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830F95; }
p { color: rgb(131,15,149); }
H1.HeaderClassName
{
color: #830F95;
}
.AnyTagClassName
{
color: #830F95;
}
</style>
background-color css
<style>
a { background-color: #830F95; }
a { background-color: rgb(131,15,149); }
div.DivClassName
{
background-color: #830F95;
}
.BgClassName
{
background-color: #830F95;
}
</style>
border-color css
<style>
span { border-color: #830F95; }
span { border-color: rgb(131,15,149); }
td.TdClassName
{
border-color: #830F95;
}
.TagClassName
{
border-color: #830F95;
}
</style>