Shades of Dark Magenta #800DA6
Tints of Dark Magenta #800DA6
RGB
CMYK
RGB Variations
Color information
#800DA6 (or 0x800DA6) is known color: Dark Magenta. HEX triplet: 80, 0D and A6. RGB value is (128,13,166). Sum of RGB (Red+Green+Blue) = 128+13+166=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #800DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800DA6 is #7FF259. Grayscale: #404040. Windows color (decimal): -8385114 or 10882432. OLE color: 10882432.
HSL color Cylindrical-coordinate representation of color #800DA6: hue angle of 285.1º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800DA6 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 13 | 166 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.35 |
| HSL | 285.1º | 0.85% | 0.35% | - |
| HSV(B) | 285.1º | 0.92% | 0.65% | - |
| XYZ | 15.93 | 7.63 | 36.71 | - |
| YUV | 64.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 166 | 0.23 | 0.92 | 0 | 0.35 | 285.1 | 0.85 | 0.35 |
| Hex | 80 | D | A6 | 17 | 5C | 0 | 23 | 11D | 55 | 23 |
| Octal | 200 | 15 | 246 | 27 | 134 | 0 | 43 | 435 | 125 | 43 |
| Binary | 10000000 | 1101 | 10100110 | 10111 | 1011100 | 0 | 100011 | 100011101 | 1010101 | 100011 |
Color Harmonies of #800DA6
Complementary color
Monochromatic Colors of #800DA6
Black with #800DA6
Text Example
Text Example
White with #800DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DA6; }
p { color: rgb(128,13,166); }
H1.HeaderClassName
{
color: #800DA6;
}
.AnyTagClassName
{
color: #800DA6;
}
</style>
background-color css
<style>
a { background-color: #800DA6; }
a { background-color: rgb(128,13,166); }
div.DivClassName
{
background-color: #800DA6;
}
.BgClassName
{
background-color: #800DA6;
}
</style>
border-color css
<style>
span { border-color: #800DA6; }
span { border-color: rgb(128,13,166); }
td.TdClassName
{
border-color: #800DA6;
}
.TagClassName
{
border-color: #800DA6;
}
</style>