Shades of Dark Magenta #83019A
Tints of Dark Magenta #83019A
RGB
CMYK
RGB Variations
Color information
#83019A (or 0x83019A) is known color: Dark Magenta. HEX triplet: 83, 01 and 9A. RGB value is (131,1,154). Sum of RGB (Red+Green+Blue) = 131+1+154=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #83019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83019A is #7CFE65. Grayscale: #383838. Windows color (decimal): -8191590 or 10092931. OLE color: 10092931.
HSL color Cylindrical-coordinate representation of color #83019A: hue angle of 290.98º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83019A is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 1 | 154 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.40 |
| HSL | 290.98º | 0.99% | 0.3% | - |
| HSV(B) | 290.98º | 0.99% | 0.6% | - |
| XYZ | 15.2 | 7.18 | 31.16 | - |
| YUV | 57.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 154 | 0.15 | 0.99 | 0 | 0.40 | 290.98 | 0.99 | 0.3 |
| Hex | 83 | 1 | 9A | F | 63 | 0 | 28 | 123 | 63 | 1E |
| Octal | 203 | 1 | 232 | 17 | 143 | 0 | 50 | 443 | 143 | 36 |
| Binary | 10000011 | 1 | 10011010 | 1111 | 1100011 | 0 | 101000 | 100100011 | 1100011 | 11110 |
Color Harmonies of #83019A
Complementary color
Monochromatic Colors of #83019A
Black with #83019A
Text Example
Text Example
White with #83019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83019A; }
p { color: rgb(131,1,154); }
H1.HeaderClassName
{
color: #83019A;
}
.AnyTagClassName
{
color: #83019A;
}
</style>
background-color css
<style>
a { background-color: #83019A; }
a { background-color: rgb(131,1,154); }
div.DivClassName
{
background-color: #83019A;
}
.BgClassName
{
background-color: #83019A;
}
</style>
border-color css
<style>
span { border-color: #83019A; }
span { border-color: rgb(131,1,154); }
td.TdClassName
{
border-color: #83019A;
}
.TagClassName
{
border-color: #83019A;
}
</style>