Shades of Dark Magenta #830890
Tints of Dark Magenta #830890
RGB
CMYK
RGB Variations
Color information
#830890 (or 0x830890) is known color: Dark Magenta. HEX triplet: 83, 08 and 90. RGB value is (131,8,144). Sum of RGB (Red+Green+Blue) = 131+8+144=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #830890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830890 is #7CF76F. Grayscale: #3B3B3B. Windows color (decimal): -8189808 or 9439363. OLE color: 9439363.
HSL color Cylindrical-coordinate representation of color #830890: hue angle of 294.26º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830890 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 8 | 144 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.44 |
| HSL | 294.26º | 0.89% | 0.3% | - |
| HSV(B) | 294.26º | 0.94% | 0.56% | - |
| XYZ | 14.48 | 7.01 | 26.98 | - |
| YUV | 60.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 144 | 0.09 | 0.94 | 0 | 0.44 | 294.26 | 0.89 | 0.3 |
| Hex | 83 | 8 | 90 | 9 | 5E | 0 | 2C | 126 | 59 | 1E |
| Octal | 203 | 10 | 220 | 11 | 136 | 0 | 54 | 446 | 131 | 36 |
| Binary | 10000011 | 1000 | 10010000 | 1001 | 1011110 | 0 | 101100 | 100100110 | 1011001 | 11110 |
Color Harmonies of #830890
Complementary color
Monochromatic Colors of #830890
Black with #830890
Text Example
Text Example
White with #830890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830890; }
p { color: rgb(131,8,144); }
H1.HeaderClassName
{
color: #830890;
}
.AnyTagClassName
{
color: #830890;
}
</style>
background-color css
<style>
a { background-color: #830890; }
a { background-color: rgb(131,8,144); }
div.DivClassName
{
background-color: #830890;
}
.BgClassName
{
background-color: #830890;
}
</style>
border-color css
<style>
span { border-color: #830890; }
span { border-color: rgb(131,8,144); }
td.TdClassName
{
border-color: #830890;
}
.TagClassName
{
border-color: #830890;
}
</style>