Shades of Dark Magenta #830E97
Tints of Dark Magenta #830E97
RGB
CMYK
RGB Variations
Color information
#830E97 (or 0x830E97) is known color: Dark Magenta. HEX triplet: 83, 0E and 97. RGB value is (131,14,151). Sum of RGB (Red+Green+Blue) = 131+14+151=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #830E97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830E97 is #7CF168. Grayscale: #404040. Windows color (decimal): -8188265 or 9899651. OLE color: 9899651.
HSL color Cylindrical-coordinate representation of color #830E97: hue angle of 291.24º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830E97 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 14 | 151 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.41 |
| HSL | 291.24º | 0.83% | 0.32% | - |
| HSV(B) | 291.24º | 0.91% | 0.59% | - |
| XYZ | 15.1 | 7.37 | 29.91 | - |
| YUV | 64.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 151 | 0.13 | 0.91 | 0 | 0.41 | 291.24 | 0.83 | 0.32 |
| Hex | 83 | E | 97 | D | 5B | 0 | 29 | 123 | 53 | 20 |
| Octal | 203 | 16 | 227 | 15 | 133 | 0 | 51 | 443 | 123 | 40 |
| Binary | 10000011 | 1110 | 10010111 | 1101 | 1011011 | 0 | 101001 | 100100011 | 1010011 | 100000 |
Color Harmonies of #830E97
Complementary color
Monochromatic Colors of #830E97
Black with #830E97
Text Example
Text Example
White with #830E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830E97; }
p { color: rgb(131,14,151); }
H1.HeaderClassName
{
color: #830E97;
}
.AnyTagClassName
{
color: #830E97;
}
</style>
background-color css
<style>
a { background-color: #830E97; }
a { background-color: rgb(131,14,151); }
div.DivClassName
{
background-color: #830E97;
}
.BgClassName
{
background-color: #830E97;
}
</style>
border-color css
<style>
span { border-color: #830E97; }
span { border-color: rgb(131,14,151); }
td.TdClassName
{
border-color: #830E97;
}
.TagClassName
{
border-color: #830E97;
}
</style>