Shades of Dark Magenta #830194
Tints of Dark Magenta #830194
RGB
CMYK
RGB Variations
Color information
#830194 (or 0x830194) is known color: Dark Magenta. HEX triplet: 83, 01 and 94. RGB value is (131,1,148). Sum of RGB (Red+Green+Blue) = 131+1+148=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #830194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830194 is #7CFE6B. Grayscale: #383838. Windows color (decimal): -8191596 or 9699715. OLE color: 9699715.
HSL color Cylindrical-coordinate representation of color #830194: hue angle of 293.06º 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 #830194 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 1 | 148 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.42 |
| HSL | 293.06º | 0.99% | 0.29% | - |
| HSV(B) | 293.06º | 0.99% | 0.58% | - |
| XYZ | 14.72 | 6.99 | 28.59 | - |
| YUV | 56.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 148 | 0.11 | 0.99 | 0 | 0.42 | 293.06 | 0.99 | 0.29 |
| Hex | 83 | 1 | 94 | B | 63 | 0 | 2A | 125 | 63 | 1D |
| Octal | 203 | 1 | 224 | 13 | 143 | 0 | 52 | 445 | 143 | 35 |
| Binary | 10000011 | 1 | 10010100 | 1011 | 1100011 | 0 | 101010 | 100100101 | 1100011 | 11101 |
Color Harmonies of #830194
Complementary color
Monochromatic Colors of #830194
Black with #830194
Text Example
Text Example
White with #830194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830194; }
p { color: rgb(131,1,148); }
H1.HeaderClassName
{
color: #830194;
}
.AnyTagClassName
{
color: #830194;
}
</style>
background-color css
<style>
a { background-color: #830194; }
a { background-color: rgb(131,1,148); }
div.DivClassName
{
background-color: #830194;
}
.BgClassName
{
background-color: #830194;
}
</style>
border-color css
<style>
span { border-color: #830194; }
span { border-color: rgb(131,1,148); }
td.TdClassName
{
border-color: #830194;
}
.TagClassName
{
border-color: #830194;
}
</style>