Shades of Dark Magenta #830096
Tints of Dark Magenta #830096
RGB
CMYK
RGB Variations
Color information
#830096 (or 0x830096) is known color: Dark Magenta. HEX triplet: 83, 00 and 96. RGB value is (131,0,150). Sum of RGB (Red+Green+Blue) = 131+0+150=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #830096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830096 is #7CFF69. Grayscale: #373737. Windows color (decimal): -8191850 or 9830531. OLE color: 9830531.
HSL color Cylindrical-coordinate representation of color #830096: hue angle of 292.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830096 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 0 | 150 | - |
| CMYK | 0.13 | 1 | 0 | 0.41 |
| HSL | 292.4º | 1% | 0.29% | - |
| HSV(B) | 292.4º | 1% | 0.59% | - |
| XYZ | 14.87 | 7.03 | 29.43 | - |
| YUV | 56.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 150 | 0.13 | 1 | 0 | 0.41 | 292.4 | 1 | 0.29 |
| Hex | 83 | 0 | 96 | D | 64 | 0 | 29 | 124 | 64 | 1D |
| Octal | 203 | 0 | 226 | 15 | 144 | 0 | 51 | 444 | 144 | 35 |
| Binary | 10000011 | 0 | 10010110 | 1101 | 1100100 | 0 | 101001 | 100100100 | 1100100 | 11101 |
Color Harmonies of #830096
Complementary color
Monochromatic Colors of #830096
Black with #830096
Text Example
Text Example
White with #830096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830096; }
p { color: rgb(131,0,150); }
H1.HeaderClassName
{
color: #830096;
}
.AnyTagClassName
{
color: #830096;
}
</style>
background-color css
<style>
a { background-color: #830096; }
a { background-color: rgb(131,0,150); }
div.DivClassName
{
background-color: #830096;
}
.BgClassName
{
background-color: #830096;
}
</style>
border-color css
<style>
span { border-color: #830096; }
span { border-color: rgb(131,0,150); }
td.TdClassName
{
border-color: #830096;
}
.TagClassName
{
border-color: #830096;
}
</style>