Shades of Dark Magenta #8209A6
Tints of Dark Magenta #8209A6
RGB
CMYK
RGB Variations
Color information
#8209A6 (or 0x8209A6) is known color: Dark Magenta. HEX triplet: 82, 09 and A6. RGB value is (130,9,166). Sum of RGB (Red+Green+Blue) = 130+9+166=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 166 (65.23% from 255 or 54.43% from 305); Max value from RGB is 166 - color contains mainly: blue. Hex color #8209A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8209A6 is #7DF659. Grayscale: #3E3E3E. Windows color (decimal): -8255066 or 10881410. OLE color: 10881410.
HSL color Cylindrical-coordinate representation of color #8209A6: hue angle of 286.24º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8209A6 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 9 | 166 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.35 |
| HSL | 286.24º | 0.9% | 0.34% | - |
| HSV(B) | 286.24º | 0.95% | 0.65% | - |
| XYZ | 16.19 | 7.69 | 36.71 | - |
| YUV | 63.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 166 | 0.22 | 0.95 | 0 | 0.35 | 286.24 | 0.9 | 0.34 |
| Hex | 82 | 9 | A6 | 16 | 5F | 0 | 23 | 11E | 5A | 22 |
| Octal | 202 | 11 | 246 | 26 | 137 | 0 | 43 | 436 | 132 | 42 |
| Binary | 10000010 | 1001 | 10100110 | 10110 | 1011111 | 0 | 100011 | 100011110 | 1011010 | 100010 |
Color Harmonies of #8209A6
Complementary color
Monochromatic Colors of #8209A6
Black with #8209A6
Text Example
Text Example
White with #8209A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209A6; }
p { color: rgb(130,9,166); }
H1.HeaderClassName
{
color: #8209A6;
}
.AnyTagClassName
{
color: #8209A6;
}
</style>
background-color css
<style>
a { background-color: #8209A6; }
a { background-color: rgb(130,9,166); }
div.DivClassName
{
background-color: #8209A6;
}
.BgClassName
{
background-color: #8209A6;
}
</style>
border-color css
<style>
span { border-color: #8209A6; }
span { border-color: rgb(130,9,166); }
td.TdClassName
{
border-color: #8209A6;
}
.TagClassName
{
border-color: #8209A6;
}
</style>