Shades of Dark Magenta #830393
Tints of Dark Magenta #830393
RGB
CMYK
RGB Variations
Color information
#830393 (or 0x830393) is known color: Dark Magenta. HEX triplet: 83, 03 and 93. RGB value is (131,3,147). Sum of RGB (Red+Green+Blue) = 131+3+147=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #830393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830393 is #7CFC6C. Grayscale: #393939. Windows color (decimal): -8191085 or 9634691. OLE color: 9634691.
HSL color Cylindrical-coordinate representation of color #830393: hue angle of 293.33º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830393 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 3 | 147 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.42 |
| HSL | 293.33º | 0.96% | 0.29% | - |
| HSV(B) | 293.33º | 0.98% | 0.58% | - |
| XYZ | 14.66 | 7 | 28.18 | - |
| YUV | 57.69 | 178.41 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 147 | 0.11 | 0.98 | 0 | 0.42 | 293.33 | 0.96 | 0.29 |
| Hex | 83 | 3 | 93 | B | 62 | 0 | 2A | 125 | 60 | 1D |
| Octal | 203 | 3 | 223 | 13 | 142 | 0 | 52 | 445 | 140 | 35 |
| Binary | 10000011 | 11 | 10010011 | 1011 | 1100010 | 0 | 101010 | 100100101 | 1100000 | 11101 |
Color Harmonies of #830393
Complementary color
Monochromatic Colors of #830393
Black with #830393
Text Example
Text Example
White with #830393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830393; }
p { color: rgb(131,3,147); }
H1.HeaderClassName
{
color: #830393;
}
.AnyTagClassName
{
color: #830393;
}
</style>
background-color css
<style>
a { background-color: #830393; }
a { background-color: rgb(131,3,147); }
div.DivClassName
{
background-color: #830393;
}
.BgClassName
{
background-color: #830393;
}
</style>
border-color css
<style>
span { border-color: #830393; }
span { border-color: rgb(131,3,147); }
td.TdClassName
{
border-color: #830393;
}
.TagClassName
{
border-color: #830393;
}
</style>