Shades of Dark Magenta #82099B
Tints of Dark Magenta #82099B
RGB
CMYK
RGB Variations
Color information
#82099B (or 0x82099B) is known color: Dark Magenta. HEX triplet: 82, 09 and 9B. RGB value is (130,9,155). Sum of RGB (Red+Green+Blue) = 130+9+155=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #82099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82099B is #7DF664. Grayscale: #3D3D3D. Windows color (decimal): -8255077 or 10160514. OLE color: 10160514.
HSL color Cylindrical-coordinate representation of color #82099B: hue angle of 289.73º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82099B is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 9 | 155 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.39 |
| HSL | 289.73º | 0.89% | 0.32% | - |
| HSV(B) | 289.73º | 0.94% | 0.61% | - |
| XYZ | 15.22 | 7.31 | 31.62 | - |
| YUV | 61.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 155 | 0.16 | 0.94 | 0 | 0.39 | 289.73 | 0.89 | 0.32 |
| Hex | 82 | 9 | 9B | 10 | 5E | 0 | 27 | 122 | 59 | 20 |
| Octal | 202 | 11 | 233 | 20 | 136 | 0 | 47 | 442 | 131 | 40 |
| Binary | 10000010 | 1001 | 10011011 | 10000 | 1011110 | 0 | 100111 | 100100010 | 1011001 | 100000 |
Color Harmonies of #82099B
Complementary color
Monochromatic Colors of #82099B
Black with #82099B
Text Example
Text Example
White with #82099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82099B; }
p { color: rgb(130,9,155); }
H1.HeaderClassName
{
color: #82099B;
}
.AnyTagClassName
{
color: #82099B;
}
</style>
background-color css
<style>
a { background-color: #82099B; }
a { background-color: rgb(130,9,155); }
div.DivClassName
{
background-color: #82099B;
}
.BgClassName
{
background-color: #82099B;
}
</style>
border-color css
<style>
span { border-color: #82099B; }
span { border-color: rgb(130,9,155); }
td.TdClassName
{
border-color: #82099B;
}
.TagClassName
{
border-color: #82099B;
}
</style>