Shades of Dark Magenta #830589
Tints of Dark Magenta #830589
RGB
CMYK
RGB Variations
Color information
#830589 (or 0x830589) is known color: Dark Magenta. HEX triplet: 83, 05 and 89. RGB value is (131,5,137). Sum of RGB (Red+Green+Blue) = 131+5+137=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #830589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830589 is #7CFA76. Grayscale: #393939. Windows color (decimal): -8190583 or 8979843. OLE color: 8979843.
HSL color Cylindrical-coordinate representation of color #830589: hue angle of 297.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830589 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 5 | 137 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.46 |
| HSL | 297.27º | 0.93% | 0.28% | - |
| HSV(B) | 297.27º | 0.96% | 0.54% | - |
| XYZ | 13.93 | 6.74 | 24.23 | - |
| YUV | 57.72 | 172.74 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 137 | 0.04 | 0.96 | 0 | 0.46 | 297.27 | 0.93 | 0.28 |
| Hex | 83 | 5 | 89 | 4 | 60 | 0 | 2E | 129 | 5D | 1C |
| Octal | 203 | 5 | 211 | 4 | 140 | 0 | 56 | 451 | 135 | 34 |
| Binary | 10000011 | 101 | 10001001 | 100 | 1100000 | 0 | 101110 | 100101001 | 1011101 | 11100 |
Color Harmonies of #830589
Complementary color
Monochromatic Colors of #830589
Black with #830589
Text Example
Text Example
White with #830589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830589; }
p { color: rgb(131,5,137); }
H1.HeaderClassName
{
color: #830589;
}
.AnyTagClassName
{
color: #830589;
}
</style>
background-color css
<style>
a { background-color: #830589; }
a { background-color: rgb(131,5,137); }
div.DivClassName
{
background-color: #830589;
}
.BgClassName
{
background-color: #830589;
}
</style>
border-color css
<style>
span { border-color: #830589; }
span { border-color: rgb(131,5,137); }
td.TdClassName
{
border-color: #830589;
}
.TagClassName
{
border-color: #830589;
}
</style>