Shades of Dark Magenta #830789
Tints of Dark Magenta #830789
RGB
CMYK
RGB Variations
Color information
#830789 (or 0x830789) is known color: Dark Magenta. HEX triplet: 83, 07 and 89. RGB value is (131,7,137). Sum of RGB (Red+Green+Blue) = 131+7+137=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #830789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830789 is #7CF876. Grayscale: #3A3A3A. Windows color (decimal): -8190071 or 8980355. OLE color: 8980355.
HSL color Cylindrical-coordinate representation of color #830789: hue angle of 297.23º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830789 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 7 | 137 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.46 |
| HSL | 297.23º | 0.9% | 0.28% | - |
| HSV(B) | 297.23º | 0.95% | 0.54% | - |
| XYZ | 13.95 | 6.78 | 24.24 | - |
| YUV | 58.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 137 | 0.04 | 0.95 | 0 | 0.46 | 297.23 | 0.9 | 0.28 |
| Hex | 83 | 7 | 89 | 4 | 5F | 0 | 2E | 129 | 5A | 1C |
| Octal | 203 | 7 | 211 | 4 | 137 | 0 | 56 | 451 | 132 | 34 |
| Binary | 10000011 | 111 | 10001001 | 100 | 1011111 | 0 | 101110 | 100101001 | 1011010 | 11100 |
Color Harmonies of #830789
Complementary color
Monochromatic Colors of #830789
Black with #830789
Text Example
Text Example
White with #830789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830789; }
p { color: rgb(131,7,137); }
H1.HeaderClassName
{
color: #830789;
}
.AnyTagClassName
{
color: #830789;
}
</style>
background-color css
<style>
a { background-color: #830789; }
a { background-color: rgb(131,7,137); }
div.DivClassName
{
background-color: #830789;
}
.BgClassName
{
background-color: #830789;
}
</style>
border-color css
<style>
span { border-color: #830789; }
span { border-color: rgb(131,7,137); }
td.TdClassName
{
border-color: #830789;
}
.TagClassName
{
border-color: #830789;
}
</style>