Shades of Dark Magenta #82019B
Tints of Dark Magenta #82019B
RGB
CMYK
RGB Variations
Color information
#82019B (or 0x82019B) is known color: Dark Magenta. HEX triplet: 82, 01 and 9B. RGB value is (130,1,155). Sum of RGB (Red+Green+Blue) = 130+1+155=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #82019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82019B is #7DFE64. Grayscale: #383838. Windows color (decimal): -8257125 or 10158466. OLE color: 10158466.
HSL color Cylindrical-coordinate representation of color #82019B: hue angle of 290.26º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82019B is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 1 | 155 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.39 |
| HSL | 290.26º | 0.99% | 0.31% | - |
| HSV(B) | 290.26º | 0.99% | 0.61% | - |
| XYZ | 15.13 | 7.13 | 31.59 | - |
| YUV | 57.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 155 | 0.16 | 0.99 | 0 | 0.39 | 290.26 | 0.99 | 0.31 |
| Hex | 82 | 1 | 9B | 10 | 63 | 0 | 27 | 122 | 63 | 1F |
| Octal | 202 | 1 | 233 | 20 | 143 | 0 | 47 | 442 | 143 | 37 |
| Binary | 10000010 | 1 | 10011011 | 10000 | 1100011 | 0 | 100111 | 100100010 | 1100011 | 11111 |
Color Harmonies of #82019B
Complementary color
Monochromatic Colors of #82019B
Black with #82019B
Text Example
Text Example
White with #82019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82019B; }
p { color: rgb(130,1,155); }
H1.HeaderClassName
{
color: #82019B;
}
.AnyTagClassName
{
color: #82019B;
}
</style>
background-color css
<style>
a { background-color: #82019B; }
a { background-color: rgb(130,1,155); }
div.DivClassName
{
background-color: #82019B;
}
.BgClassName
{
background-color: #82019B;
}
</style>
border-color css
<style>
span { border-color: #82019B; }
span { border-color: rgb(130,1,155); }
td.TdClassName
{
border-color: #82019B;
}
.TagClassName
{
border-color: #82019B;
}
</style>