Shades of Dark Magenta #83099A
Tints of Dark Magenta #83099A
RGB
CMYK
RGB Variations
Color information
#83099A (or 0x83099A) is known color: Dark Magenta. HEX triplet: 83, 09 and 9A. RGB value is (131,9,154). Sum of RGB (Red+Green+Blue) = 131+9+154=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #83099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83099A is #7CF665. Grayscale: #3D3D3D. Windows color (decimal): -8189542 or 10094979. OLE color: 10094979.
HSL color Cylindrical-coordinate representation of color #83099A: hue angle of 290.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83099A is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 9 | 154 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.40 |
| HSL | 290.48º | 0.89% | 0.32% | - |
| HSV(B) | 290.48º | 0.94% | 0.6% | - |
| XYZ | 15.29 | 7.35 | 31.19 | - |
| YUV | 62.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 154 | 0.15 | 0.94 | 0 | 0.40 | 290.48 | 0.89 | 0.32 |
| Hex | 83 | 9 | 9A | F | 5E | 0 | 28 | 122 | 59 | 20 |
| Octal | 203 | 11 | 232 | 17 | 136 | 0 | 50 | 442 | 131 | 40 |
| Binary | 10000011 | 1001 | 10011010 | 1111 | 1011110 | 0 | 101000 | 100100010 | 1011001 | 100000 |
Color Harmonies of #83099A
Complementary color
Monochromatic Colors of #83099A
Black with #83099A
Text Example
Text Example
White with #83099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83099A; }
p { color: rgb(131,9,154); }
H1.HeaderClassName
{
color: #83099A;
}
.AnyTagClassName
{
color: #83099A;
}
</style>
background-color css
<style>
a { background-color: #83099A; }
a { background-color: rgb(131,9,154); }
div.DivClassName
{
background-color: #83099A;
}
.BgClassName
{
background-color: #83099A;
}
</style>
border-color css
<style>
span { border-color: #83099A; }
span { border-color: rgb(131,9,154); }
td.TdClassName
{
border-color: #83099A;
}
.TagClassName
{
border-color: #83099A;
}
</style>