Shades of Dark Magenta #83079D
Tints of Dark Magenta #83079D
RGB
CMYK
RGB Variations
Color information
#83079D (or 0x83079D) is known color: Dark Magenta. HEX triplet: 83, 07 and 9D. RGB value is (131,7,157). Sum of RGB (Red+Green+Blue) = 131+7+157=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #83079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83079D is #7CF862. Grayscale: #3C3C3C. Windows color (decimal): -8190051 or 10291075. OLE color: 10291075.
HSL color Cylindrical-coordinate representation of color #83079D: hue angle of 289.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83079D is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 7 | 157 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.38 |
| HSL | 289.6º | 0.91% | 0.32% | - |
| HSV(B) | 289.6º | 0.96% | 0.62% | - |
| XYZ | 15.52 | 7.41 | 32.51 | - |
| YUV | 61.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 157 | 0.17 | 0.96 | 0 | 0.38 | 289.6 | 0.91 | 0.32 |
| Hex | 83 | 7 | 9D | 11 | 60 | 0 | 26 | 122 | 5B | 20 |
| Octal | 203 | 7 | 235 | 21 | 140 | 0 | 46 | 442 | 133 | 40 |
| Binary | 10000011 | 111 | 10011101 | 10001 | 1100000 | 0 | 100110 | 100100010 | 1011011 | 100000 |
Color Harmonies of #83079D
Complementary color
Monochromatic Colors of #83079D
Black with #83079D
Text Example
Text Example
White with #83079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83079D; }
p { color: rgb(131,7,157); }
H1.HeaderClassName
{
color: #83079D;
}
.AnyTagClassName
{
color: #83079D;
}
</style>
background-color css
<style>
a { background-color: #83079D; }
a { background-color: rgb(131,7,157); }
div.DivClassName
{
background-color: #83079D;
}
.BgClassName
{
background-color: #83079D;
}
</style>
border-color css
<style>
span { border-color: #83079D; }
span { border-color: rgb(131,7,157); }
td.TdClassName
{
border-color: #83079D;
}
.TagClassName
{
border-color: #83079D;
}
</style>