Shades of Dark Magenta #830E89
Tints of Dark Magenta #830E89
RGB
CMYK
RGB Variations
Color information
#830E89 (or 0x830E89) is known color: Dark Magenta. HEX triplet: 83, 0E and 89. RGB value is (131,14,137). Sum of RGB (Red+Green+Blue) = 131+14+137=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #830E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830E89 is #7CF176. Grayscale: #3E3E3E. Windows color (decimal): -8188279 or 8982147. OLE color: 8982147.
HSL color Cylindrical-coordinate representation of color #830E89: hue angle of 297.07º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830E89 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 14 | 137 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.46 |
| HSL | 297.07º | 0.81% | 0.3% | - |
| HSV(B) | 297.07º | 0.9% | 0.54% | - |
| XYZ | 14.03 | 6.95 | 24.27 | - |
| YUV | 63.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 137 | 0.04 | 0.90 | 0 | 0.46 | 297.07 | 0.81 | 0.3 |
| Hex | 83 | E | 89 | 4 | 5A | 0 | 2E | 129 | 51 | 1E |
| Octal | 203 | 16 | 211 | 4 | 132 | 0 | 56 | 451 | 121 | 36 |
| Binary | 10000011 | 1110 | 10001001 | 100 | 1011010 | 0 | 101110 | 100101001 | 1010001 | 11110 |
Color Harmonies of #830E89
Complementary color
Monochromatic Colors of #830E89
Black with #830E89
Text Example
Text Example
White with #830E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830E89; }
p { color: rgb(131,14,137); }
H1.HeaderClassName
{
color: #830E89;
}
.AnyTagClassName
{
color: #830E89;
}
</style>
background-color css
<style>
a { background-color: #830E89; }
a { background-color: rgb(131,14,137); }
div.DivClassName
{
background-color: #830E89;
}
.BgClassName
{
background-color: #830E89;
}
</style>
border-color css
<style>
span { border-color: #830E89; }
span { border-color: rgb(131,14,137); }
td.TdClassName
{
border-color: #830E89;
}
.TagClassName
{
border-color: #830E89;
}
</style>