Shades of Dark Magenta #82098D
Tints of Dark Magenta #82098D
RGB
CMYK
RGB Variations
Color information
#82098D (or 0x82098D) is known color: Dark Magenta. HEX triplet: 82, 09 and 8D. RGB value is (130,9,141). Sum of RGB (Red+Green+Blue) = 130+9+141=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #82098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82098D is #7DF672. Grayscale: #3B3B3B. Windows color (decimal): -8255091 or 9243010. OLE color: 9243010.
HSL color Cylindrical-coordinate representation of color #82098D: hue angle of 295º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82098D is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 9 | 141 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.45 |
| HSL | 295º | 0.88% | 0.29% | - |
| HSV(B) | 295º | 0.94% | 0.55% | - |
| XYZ | 14.11 | 6.86 | 25.78 | - |
| YUV | 60.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 141 | 0.08 | 0.94 | 0 | 0.45 | 295 | 0.88 | 0.29 |
| Hex | 82 | 9 | 8D | 8 | 5E | 0 | 2D | 127 | 58 | 1D |
| Octal | 202 | 11 | 215 | 10 | 136 | 0 | 55 | 447 | 130 | 35 |
| Binary | 10000010 | 1001 | 10001101 | 1000 | 1011110 | 0 | 101101 | 100100111 | 1011000 | 11101 |
Color Harmonies of #82098D
Complementary color
Monochromatic Colors of #82098D
Black with #82098D
Text Example
Text Example
White with #82098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82098D; }
p { color: rgb(130,9,141); }
H1.HeaderClassName
{
color: #82098D;
}
.AnyTagClassName
{
color: #82098D;
}
</style>
background-color css
<style>
a { background-color: #82098D; }
a { background-color: rgb(130,9,141); }
div.DivClassName
{
background-color: #82098D;
}
.BgClassName
{
background-color: #82098D;
}
</style>
border-color css
<style>
span { border-color: #82098D; }
span { border-color: rgb(130,9,141); }
td.TdClassName
{
border-color: #82098D;
}
.TagClassName
{
border-color: #82098D;
}
</style>