Shades of Dark Magenta #82138B
Tints of Dark Magenta #82138B
RGB
CMYK
RGB Variations
Color information
#82138B (or 0x82138B) is known color: Dark Magenta. HEX triplet: 82, 13 and 8B. RGB value is (130,19,139). Sum of RGB (Red+Green+Blue) = 130+19+139=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #82138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82138B is #7DEC74. Grayscale: #414141. Windows color (decimal): -8252533 or 9114498. OLE color: 9114498.
HSL color Cylindrical-coordinate representation of color #82138B: hue angle of 295.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82138B is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 19 | 139 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.45 |
| HSL | 295.5º | 0.76% | 0.31% | - |
| HSV(B) | 295.5º | 0.86% | 0.55% | - |
| XYZ | 14.1 | 7.08 | 25.05 | - |
| YUV | 65.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 139 | 0.06 | 0.86 | 0 | 0.45 | 295.5 | 0.76 | 0.31 |
| Hex | 82 | 13 | 8B | 6 | 56 | 0 | 2D | 128 | 4C | 1F |
| Octal | 202 | 23 | 213 | 6 | 126 | 0 | 55 | 450 | 114 | 37 |
| Binary | 10000010 | 10011 | 10001011 | 110 | 1010110 | 0 | 101101 | 100101000 | 1001100 | 11111 |
Color Harmonies of #82138B
Complementary color
Monochromatic Colors of #82138B
Black with #82138B
Text Example
Text Example
White with #82138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82138B; }
p { color: rgb(130,19,139); }
H1.HeaderClassName
{
color: #82138B;
}
.AnyTagClassName
{
color: #82138B;
}
</style>
background-color css
<style>
a { background-color: #82138B; }
a { background-color: rgb(130,19,139); }
div.DivClassName
{
background-color: #82138B;
}
.BgClassName
{
background-color: #82138B;
}
</style>
border-color css
<style>
span { border-color: #82138B; }
span { border-color: rgb(130,19,139); }
td.TdClassName
{
border-color: #82138B;
}
.TagClassName
{
border-color: #82138B;
}
</style>