Shades of Dark Magenta #830A89
Tints of Dark Magenta #830A89
RGB
CMYK
RGB Variations
Color information
#830A89 (or 0x830A89) is known color: Dark Magenta. HEX triplet: 83, 0A and 89. RGB value is (131,10,137). Sum of RGB (Red+Green+Blue) = 131+10+137=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #830A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830A89 is #7CF576. Grayscale: #3C3C3C. Windows color (decimal): -8189303 or 8981123. OLE color: 8981123.
HSL color Cylindrical-coordinate representation of color #830A89: hue angle of 297.17º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830A89 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 10 | 137 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.46 |
| HSL | 297.17º | 0.86% | 0.29% | - |
| HSV(B) | 297.17º | 0.93% | 0.54% | - |
| XYZ | 13.98 | 6.85 | 24.25 | - |
| YUV | 60.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 137 | 0.04 | 0.93 | 0 | 0.46 | 297.17 | 0.86 | 0.29 |
| Hex | 83 | A | 89 | 4 | 5D | 0 | 2E | 129 | 56 | 1D |
| Octal | 203 | 12 | 211 | 4 | 135 | 0 | 56 | 451 | 126 | 35 |
| Binary | 10000011 | 1010 | 10001001 | 100 | 1011101 | 0 | 101110 | 100101001 | 1010110 | 11101 |
Color Harmonies of #830A89
Complementary color
Monochromatic Colors of #830A89
Black with #830A89
Text Example
Text Example
White with #830A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830A89; }
p { color: rgb(131,10,137); }
H1.HeaderClassName
{
color: #830A89;
}
.AnyTagClassName
{
color: #830A89;
}
</style>
background-color css
<style>
a { background-color: #830A89; }
a { background-color: rgb(131,10,137); }
div.DivClassName
{
background-color: #830A89;
}
.BgClassName
{
background-color: #830A89;
}
</style>
border-color css
<style>
span { border-color: #830A89; }
span { border-color: rgb(131,10,137); }
td.TdClassName
{
border-color: #830A89;
}
.TagClassName
{
border-color: #830A89;
}
</style>