Shades of Dark Magenta #83058B
Tints of Dark Magenta #83058B
RGB
CMYK
RGB Variations
Color information
#83058B (or 0x83058B) is known color: Dark Magenta. HEX triplet: 83, 05 and 8B. RGB value is (131,5,139). Sum of RGB (Red+Green+Blue) = 131+5+139=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #83058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83058B is #7CFA74. Grayscale: #393939. Windows color (decimal): -8190581 or 9110915. OLE color: 9110915.
HSL color Cylindrical-coordinate representation of color #83058B: hue angle of 296.42º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83058B is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 5 | 139 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.45 |
| HSL | 296.42º | 0.93% | 0.28% | - |
| HSV(B) | 296.42º | 0.96% | 0.55% | - |
| XYZ | 14.07 | 6.8 | 25 | - |
| YUV | 57.95 | 173.74 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 139 | 0.06 | 0.96 | 0 | 0.45 | 296.42 | 0.93 | 0.28 |
| Hex | 83 | 5 | 8B | 6 | 60 | 0 | 2D | 128 | 5D | 1C |
| Octal | 203 | 5 | 213 | 6 | 140 | 0 | 55 | 450 | 135 | 34 |
| Binary | 10000011 | 101 | 10001011 | 110 | 1100000 | 0 | 101101 | 100101000 | 1011101 | 11100 |
Color Harmonies of #83058B
Complementary color
Monochromatic Colors of #83058B
Black with #83058B
Text Example
Text Example
White with #83058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83058B; }
p { color: rgb(131,5,139); }
H1.HeaderClassName
{
color: #83058B;
}
.AnyTagClassName
{
color: #83058B;
}
</style>
background-color css
<style>
a { background-color: #83058B; }
a { background-color: rgb(131,5,139); }
div.DivClassName
{
background-color: #83058B;
}
.BgClassName
{
background-color: #83058B;
}
</style>
border-color css
<style>
span { border-color: #83058B; }
span { border-color: rgb(131,5,139); }
td.TdClassName
{
border-color: #83058B;
}
.TagClassName
{
border-color: #83058B;
}
</style>