Shades of Dark Magenta #83088A
Tints of Dark Magenta #83088A
RGB
CMYK
RGB Variations
Color information
#83088A (or 0x83088A) is known color: Dark Magenta. HEX triplet: 83, 08 and 8A. RGB value is (131,8,138). Sum of RGB (Red+Green+Blue) = 131+8+138=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #83088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83088A is #7CF775. Grayscale: #3B3B3B. Windows color (decimal): -8189814 or 9046147. OLE color: 9046147.
HSL color Cylindrical-coordinate representation of color #83088A: hue angle of 296.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83088A is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 8 | 138 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.46 |
| HSL | 296.77º | 0.89% | 0.29% | - |
| HSV(B) | 296.77º | 0.94% | 0.54% | - |
| XYZ | 14.03 | 6.83 | 24.62 | - |
| YUV | 59.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 138 | 0.05 | 0.94 | 0 | 0.46 | 296.77 | 0.89 | 0.29 |
| Hex | 83 | 8 | 8A | 5 | 5E | 0 | 2E | 129 | 59 | 1D |
| Octal | 203 | 10 | 212 | 5 | 136 | 0 | 56 | 451 | 131 | 35 |
| Binary | 10000011 | 1000 | 10001010 | 101 | 1011110 | 0 | 101110 | 100101001 | 1011001 | 11101 |
Color Harmonies of #83088A
Complementary color
Monochromatic Colors of #83088A
Black with #83088A
Text Example
Text Example
White with #83088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83088A; }
p { color: rgb(131,8,138); }
H1.HeaderClassName
{
color: #83088A;
}
.AnyTagClassName
{
color: #83088A;
}
</style>
background-color css
<style>
a { background-color: #83088A; }
a { background-color: rgb(131,8,138); }
div.DivClassName
{
background-color: #83088A;
}
.BgClassName
{
background-color: #83088A;
}
</style>
border-color css
<style>
span { border-color: #83088A; }
span { border-color: rgb(131,8,138); }
td.TdClassName
{
border-color: #83088A;
}
.TagClassName
{
border-color: #83088A;
}
</style>