Shades of Dark Magenta #830397
Tints of Dark Magenta #830397
RGB
CMYK
RGB Variations
Color information
#830397 (or 0x830397) is known color: Dark Magenta. HEX triplet: 83, 03 and 97. RGB value is (131,3,151). Sum of RGB (Red+Green+Blue) = 131+3+151=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #830397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830397 is #7CFC68. Grayscale: #393939. Windows color (decimal): -8191081 or 9896835. OLE color: 9896835.
HSL color Cylindrical-coordinate representation of color #830397: hue angle of 291.89º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830397 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 3 | 151 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.41 |
| HSL | 291.89º | 0.96% | 0.3% | - |
| HSV(B) | 291.89º | 0.98% | 0.59% | - |
| XYZ | 14.98 | 7.12 | 29.86 | - |
| YUV | 58.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 151 | 0.13 | 0.98 | 0 | 0.41 | 291.89 | 0.96 | 0.3 |
| Hex | 83 | 3 | 97 | D | 62 | 0 | 29 | 124 | 60 | 1E |
| Octal | 203 | 3 | 227 | 15 | 142 | 0 | 51 | 444 | 140 | 36 |
| Binary | 10000011 | 11 | 10010111 | 1101 | 1100010 | 0 | 101001 | 100100100 | 1100000 | 11110 |
Color Harmonies of #830397
Complementary color
Monochromatic Colors of #830397
Black with #830397
Text Example
Text Example
White with #830397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830397; }
p { color: rgb(131,3,151); }
H1.HeaderClassName
{
color: #830397;
}
.AnyTagClassName
{
color: #830397;
}
</style>
background-color css
<style>
a { background-color: #830397; }
a { background-color: rgb(131,3,151); }
div.DivClassName
{
background-color: #830397;
}
.BgClassName
{
background-color: #830397;
}
</style>
border-color css
<style>
span { border-color: #830397; }
span { border-color: rgb(131,3,151); }
td.TdClassName
{
border-color: #830397;
}
.TagClassName
{
border-color: #830397;
}
</style>