Shades of Dark Magenta #830492
Tints of Dark Magenta #830492
RGB
CMYK
RGB Variations
Color information
#830492 (or 0x830492) is known color: Dark Magenta. HEX triplet: 83, 04 and 92. RGB value is (131,4,146). Sum of RGB (Red+Green+Blue) = 131+4+146=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #830492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830492 is #7CFB6D. Grayscale: #393939. Windows color (decimal): -8190830 or 9569411. OLE color: 9569411.
HSL color Cylindrical-coordinate representation of color #830492: hue angle of 293.66º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830492 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 4 | 146 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.43 |
| HSL | 293.66º | 0.95% | 0.29% | - |
| HSV(B) | 293.66º | 0.97% | 0.57% | - |
| XYZ | 14.59 | 6.99 | 27.77 | - |
| YUV | 58.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 146 | 0.10 | 0.97 | 0 | 0.43 | 293.66 | 0.95 | 0.29 |
| Hex | 83 | 4 | 92 | A | 61 | 0 | 2B | 126 | 5F | 1D |
| Octal | 203 | 4 | 222 | 12 | 141 | 0 | 53 | 446 | 137 | 35 |
| Binary | 10000011 | 100 | 10010010 | 1010 | 1100001 | 0 | 101011 | 100100110 | 1011111 | 11101 |
Color Harmonies of #830492
Complementary color
Monochromatic Colors of #830492
Black with #830492
Text Example
Text Example
White with #830492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830492; }
p { color: rgb(131,4,146); }
H1.HeaderClassName
{
color: #830492;
}
.AnyTagClassName
{
color: #830492;
}
</style>
background-color css
<style>
a { background-color: #830492; }
a { background-color: rgb(131,4,146); }
div.DivClassName
{
background-color: #830492;
}
.BgClassName
{
background-color: #830492;
}
</style>
border-color css
<style>
span { border-color: #830492; }
span { border-color: rgb(131,4,146); }
td.TdClassName
{
border-color: #830492;
}
.TagClassName
{
border-color: #830492;
}
</style>