Shades of Dark Magenta #830892
Tints of Dark Magenta #830892
RGB
CMYK
RGB Variations
Color information
#830892 (or 0x830892) is known color: Dark Magenta. HEX triplet: 83, 08 and 92. RGB value is (131,8,146). Sum of RGB (Red+Green+Blue) = 131+8+146=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #830892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830892 is #7CF76D. Grayscale: #3C3C3C. Windows color (decimal): -8189806 or 9570435. OLE color: 9570435.
HSL color Cylindrical-coordinate representation of color #830892: hue angle of 293.48º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830892 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 8 | 146 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.43 |
| HSL | 293.48º | 0.9% | 0.3% | - |
| HSV(B) | 293.48º | 0.95% | 0.57% | - |
| XYZ | 14.64 | 7.07 | 27.79 | - |
| YUV | 60.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 146 | 0.10 | 0.95 | 0 | 0.43 | 293.48 | 0.9 | 0.3 |
| Hex | 83 | 8 | 92 | A | 5F | 0 | 2B | 125 | 5A | 1E |
| Octal | 203 | 10 | 222 | 12 | 137 | 0 | 53 | 445 | 132 | 36 |
| Binary | 10000011 | 1000 | 10010010 | 1010 | 1011111 | 0 | 101011 | 100100101 | 1011010 | 11110 |
Color Harmonies of #830892
Complementary color
Monochromatic Colors of #830892
Black with #830892
Text Example
Text Example
White with #830892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830892; }
p { color: rgb(131,8,146); }
H1.HeaderClassName
{
color: #830892;
}
.AnyTagClassName
{
color: #830892;
}
</style>
background-color css
<style>
a { background-color: #830892; }
a { background-color: rgb(131,8,146); }
div.DivClassName
{
background-color: #830892;
}
.BgClassName
{
background-color: #830892;
}
</style>
border-color css
<style>
span { border-color: #830892; }
span { border-color: rgb(131,8,146); }
td.TdClassName
{
border-color: #830892;
}
.TagClassName
{
border-color: #830892;
}
</style>