Shades of Dark Magenta #830692
Tints of Dark Magenta #830692
RGB
CMYK
RGB Variations
Color information
#830692 (or 0x830692) is known color: Dark Magenta. HEX triplet: 83, 06 and 92. RGB value is (131,6,146). Sum of RGB (Red+Green+Blue) = 131+6+146=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #830692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830692 is #7CF96D. Grayscale: #3A3A3A. Windows color (decimal): -8190318 or 9569923. OLE color: 9569923.
HSL color Cylindrical-coordinate representation of color #830692: hue angle of 293.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830692 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 6 | 146 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.43 |
| HSL | 293.57º | 0.92% | 0.3% | - |
| HSV(B) | 293.57º | 0.96% | 0.57% | - |
| XYZ | 14.61 | 7.03 | 27.78 | - |
| YUV | 59.34 | 176.91 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 146 | 0.10 | 0.96 | 0 | 0.43 | 293.57 | 0.92 | 0.3 |
| Hex | 83 | 6 | 92 | A | 60 | 0 | 2B | 126 | 5C | 1E |
| Octal | 203 | 6 | 222 | 12 | 140 | 0 | 53 | 446 | 134 | 36 |
| Binary | 10000011 | 110 | 10010010 | 1010 | 1100000 | 0 | 101011 | 100100110 | 1011100 | 11110 |
Color Harmonies of #830692
Complementary color
Monochromatic Colors of #830692
Black with #830692
Text Example
Text Example
White with #830692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830692; }
p { color: rgb(131,6,146); }
H1.HeaderClassName
{
color: #830692;
}
.AnyTagClassName
{
color: #830692;
}
</style>
background-color css
<style>
a { background-color: #830692; }
a { background-color: rgb(131,6,146); }
div.DivClassName
{
background-color: #830692;
}
.BgClassName
{
background-color: #830692;
}
</style>
border-color css
<style>
span { border-color: #830692; }
span { border-color: rgb(131,6,146); }
td.TdClassName
{
border-color: #830692;
}
.TagClassName
{
border-color: #830692;
}
</style>