Shades of Dark Magenta #830588
Tints of Dark Magenta #830588
RGB
CMYK
RGB Variations
Color information
#830588 (or 0x830588) is known color: Dark Magenta. HEX triplet: 83, 05 and 88. RGB value is (131,5,136). Sum of RGB (Red+Green+Blue) = 131+5+136=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #830588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830588 is #7CFA77. Grayscale: #393939. Windows color (decimal): -8190584 or 8914307. OLE color: 8914307.
HSL color Cylindrical-coordinate representation of color #830588: hue angle of 297.71º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830588 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 5 | 136 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.47 |
| HSL | 297.71º | 0.93% | 0.28% | - |
| HSV(B) | 297.71º | 0.96% | 0.53% | - |
| XYZ | 13.86 | 6.71 | 23.86 | - |
| YUV | 57.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 136 | 0.04 | 0.96 | 0 | 0.47 | 297.71 | 0.93 | 0.28 |
| Hex | 83 | 5 | 88 | 4 | 60 | 0 | 2F | 12A | 5D | 1C |
| Octal | 203 | 5 | 210 | 4 | 140 | 0 | 57 | 452 | 135 | 34 |
| Binary | 10000011 | 101 | 10001000 | 100 | 1100000 | 0 | 101111 | 100101010 | 1011101 | 11100 |
Color Harmonies of #830588
Complementary color
Monochromatic Colors of #830588
Black with #830588
Text Example
Text Example
White with #830588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830588; }
p { color: rgb(131,5,136); }
H1.HeaderClassName
{
color: #830588;
}
.AnyTagClassName
{
color: #830588;
}
</style>
background-color css
<style>
a { background-color: #830588; }
a { background-color: rgb(131,5,136); }
div.DivClassName
{
background-color: #830588;
}
.BgClassName
{
background-color: #830588;
}
</style>
border-color css
<style>
span { border-color: #830588; }
span { border-color: rgb(131,5,136); }
td.TdClassName
{
border-color: #830588;
}
.TagClassName
{
border-color: #830588;
}
</style>