Shades of Dark Magenta #83089A
Tints of Dark Magenta #83089A
RGB
CMYK
RGB Variations
Color information
#83089A (or 0x83089A) is known color: Dark Magenta. HEX triplet: 83, 08 and 9A. RGB value is (131,8,154). Sum of RGB (Red+Green+Blue) = 131+8+154=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #83089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83089A is #7CF765. Grayscale: #3C3C3C. Windows color (decimal): -8189798 or 10094723. OLE color: 10094723.
HSL color Cylindrical-coordinate representation of color #83089A: hue angle of 290.55º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83089A is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 8 | 154 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.40 |
| HSL | 290.55º | 0.9% | 0.32% | - |
| HSV(B) | 290.55º | 0.95% | 0.6% | - |
| XYZ | 15.28 | 7.33 | 31.18 | - |
| YUV | 61.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 154 | 0.15 | 0.95 | 0 | 0.40 | 290.55 | 0.9 | 0.32 |
| Hex | 83 | 8 | 9A | F | 5F | 0 | 28 | 123 | 5A | 20 |
| Octal | 203 | 10 | 232 | 17 | 137 | 0 | 50 | 443 | 132 | 40 |
| Binary | 10000011 | 1000 | 10011010 | 1111 | 1011111 | 0 | 101000 | 100100011 | 1011010 | 100000 |
Color Harmonies of #83089A
Complementary color
Monochromatic Colors of #83089A
Black with #83089A
Text Example
Text Example
White with #83089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83089A; }
p { color: rgb(131,8,154); }
H1.HeaderClassName
{
color: #83089A;
}
.AnyTagClassName
{
color: #83089A;
}
</style>
background-color css
<style>
a { background-color: #83089A; }
a { background-color: rgb(131,8,154); }
div.DivClassName
{
background-color: #83089A;
}
.BgClassName
{
background-color: #83089A;
}
</style>
border-color css
<style>
span { border-color: #83089A; }
span { border-color: rgb(131,8,154); }
td.TdClassName
{
border-color: #83089A;
}
.TagClassName
{
border-color: #83089A;
}
</style>