Shades of Dark Magenta #830498
Tints of Dark Magenta #830498
RGB
CMYK
RGB Variations
Color information
#830498 (or 0x830498) is known color: Dark Magenta. HEX triplet: 83, 04 and 98. RGB value is (131,4,152). Sum of RGB (Red+Green+Blue) = 131+4+152=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #830498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830498 is #7CFB67. Grayscale: #3A3A3A. Windows color (decimal): -8190824 or 9962627. OLE color: 9962627.
HSL color Cylindrical-coordinate representation of color #830498: hue angle of 291.49º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830498 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 4 | 152 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.40 |
| HSL | 291.49º | 0.95% | 0.31% | - |
| HSV(B) | 291.49º | 0.97% | 0.6% | - |
| XYZ | 15.07 | 7.18 | 30.3 | - |
| YUV | 58.85 | 180.58 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 152 | 0.14 | 0.97 | 0 | 0.40 | 291.49 | 0.95 | 0.31 |
| Hex | 83 | 4 | 98 | E | 61 | 0 | 28 | 123 | 5F | 1F |
| Octal | 203 | 4 | 230 | 16 | 141 | 0 | 50 | 443 | 137 | 37 |
| Binary | 10000011 | 100 | 10011000 | 1110 | 1100001 | 0 | 101000 | 100100011 | 1011111 | 11111 |
Color Harmonies of #830498
Complementary color
Monochromatic Colors of #830498
Black with #830498
Text Example
Text Example
White with #830498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830498; }
p { color: rgb(131,4,152); }
H1.HeaderClassName
{
color: #830498;
}
.AnyTagClassName
{
color: #830498;
}
</style>
background-color css
<style>
a { background-color: #830498; }
a { background-color: rgb(131,4,152); }
div.DivClassName
{
background-color: #830498;
}
.BgClassName
{
background-color: #830498;
}
</style>
border-color css
<style>
span { border-color: #830498; }
span { border-color: rgb(131,4,152); }
td.TdClassName
{
border-color: #830498;
}
.TagClassName
{
border-color: #830498;
}
</style>