Shades of Dark Magenta #830195
Tints of Dark Magenta #830195
RGB
CMYK
RGB Variations
Color information
#830195 (or 0x830195) is known color: Dark Magenta. HEX triplet: 83, 01 and 95. RGB value is (131,1,149). Sum of RGB (Red+Green+Blue) = 131+1+149=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #830195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830195 is #7CFE6A. Grayscale: #383838. Windows color (decimal): -8191595 or 9765251. OLE color: 9765251.
HSL color Cylindrical-coordinate representation of color #830195: hue angle of 292.7º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830195 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 1 | 149 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.42 |
| HSL | 292.7º | 0.99% | 0.29% | - |
| HSV(B) | 292.7º | 0.99% | 0.58% | - |
| XYZ | 14.8 | 7.02 | 29.01 | - |
| YUV | 56.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 149 | 0.12 | 0.99 | 0 | 0.42 | 292.7 | 0.99 | 0.29 |
| Hex | 83 | 1 | 95 | C | 63 | 0 | 2A | 125 | 63 | 1D |
| Octal | 203 | 1 | 225 | 14 | 143 | 0 | 52 | 445 | 143 | 35 |
| Binary | 10000011 | 1 | 10010101 | 1100 | 1100011 | 0 | 101010 | 100100101 | 1100011 | 11101 |
Color Harmonies of #830195
Complementary color
Monochromatic Colors of #830195
Black with #830195
Text Example
Text Example
White with #830195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830195; }
p { color: rgb(131,1,149); }
H1.HeaderClassName
{
color: #830195;
}
.AnyTagClassName
{
color: #830195;
}
</style>
background-color css
<style>
a { background-color: #830195; }
a { background-color: rgb(131,1,149); }
div.DivClassName
{
background-color: #830195;
}
.BgClassName
{
background-color: #830195;
}
</style>
border-color css
<style>
span { border-color: #830195; }
span { border-color: rgb(131,1,149); }
td.TdClassName
{
border-color: #830195;
}
.TagClassName
{
border-color: #830195;
}
</style>