Shades of Dark Magenta #830689
Tints of Dark Magenta #830689
RGB
CMYK
RGB Variations
Color information
#830689 (or 0x830689) is known color: Dark Magenta. HEX triplet: 83, 06 and 89. RGB value is (131,6,137). Sum of RGB (Red+Green+Blue) = 131+6+137=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #830689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830689 is #7CF976. Grayscale: #393939. Windows color (decimal): -8190327 or 8980099. OLE color: 8980099.
HSL color Cylindrical-coordinate representation of color #830689: hue angle of 297.25º degrees, saturation: 0.92, 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 #830689 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 6 | 137 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.46 |
| HSL | 297.25º | 0.92% | 0.28% | - |
| HSV(B) | 297.25º | 0.96% | 0.54% | - |
| XYZ | 13.94 | 6.76 | 24.24 | - |
| YUV | 58.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 137 | 0.04 | 0.96 | 0 | 0.46 | 297.25 | 0.92 | 0.28 |
| Hex | 83 | 6 | 89 | 4 | 60 | 0 | 2E | 129 | 5C | 1C |
| Octal | 203 | 6 | 211 | 4 | 140 | 0 | 56 | 451 | 134 | 34 |
| Binary | 10000011 | 110 | 10001001 | 100 | 1100000 | 0 | 101110 | 100101001 | 1011100 | 11100 |
Color Harmonies of #830689
Complementary color
Monochromatic Colors of #830689
Black with #830689
Text Example
Text Example
White with #830689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830689; }
p { color: rgb(131,6,137); }
H1.HeaderClassName
{
color: #830689;
}
.AnyTagClassName
{
color: #830689;
}
</style>
background-color css
<style>
a { background-color: #830689; }
a { background-color: rgb(131,6,137); }
div.DivClassName
{
background-color: #830689;
}
.BgClassName
{
background-color: #830689;
}
</style>
border-color css
<style>
span { border-color: #830689; }
span { border-color: rgb(131,6,137); }
td.TdClassName
{
border-color: #830689;
}
.TagClassName
{
border-color: #830689;
}
</style>