Shades of Dark Magenta #82038D
Tints of Dark Magenta #82038D
RGB
CMYK
RGB Variations
Color information
#82038D (or 0x82038D) is known color: Dark Magenta. HEX triplet: 82, 03 and 8D. RGB value is (130,3,141). Sum of RGB (Red+Green+Blue) = 130+3+141=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #82038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82038D is #7DFC72. Grayscale: #383838. Windows color (decimal): -8256627 or 9241474. OLE color: 9241474.
HSL color Cylindrical-coordinate representation of color #82038D: hue angle of 295.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82038D is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 3 | 141 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.45 |
| HSL | 295.22º | 0.96% | 0.28% | - |
| HSV(B) | 295.22º | 0.98% | 0.55% | - |
| XYZ | 14.05 | 6.73 | 25.76 | - |
| YUV | 56.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 141 | 0.08 | 0.98 | 0 | 0.45 | 295.22 | 0.96 | 0.28 |
| Hex | 82 | 3 | 8D | 8 | 62 | 0 | 2D | 127 | 60 | 1C |
| Octal | 202 | 3 | 215 | 10 | 142 | 0 | 55 | 447 | 140 | 34 |
| Binary | 10000010 | 11 | 10001101 | 1000 | 1100010 | 0 | 101101 | 100100111 | 1100000 | 11100 |
Color Harmonies of #82038D
Complementary color
Monochromatic Colors of #82038D
Black with #82038D
Text Example
Text Example
White with #82038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82038D; }
p { color: rgb(130,3,141); }
H1.HeaderClassName
{
color: #82038D;
}
.AnyTagClassName
{
color: #82038D;
}
</style>
background-color css
<style>
a { background-color: #82038D; }
a { background-color: rgb(130,3,141); }
div.DivClassName
{
background-color: #82038D;
}
.BgClassName
{
background-color: #82038D;
}
</style>
border-color css
<style>
span { border-color: #82038D; }
span { border-color: rgb(130,3,141); }
td.TdClassName
{
border-color: #82038D;
}
.TagClassName
{
border-color: #82038D;
}
</style>