Shades of Dark Magenta #800A9C
Tints of Dark Magenta #800A9C
RGB
CMYK
RGB Variations
Color information
#800A9C (or 0x800A9C) is known color: Dark Magenta. HEX triplet: 80, 0A and 9C. RGB value is (128,10,156). Sum of RGB (Red+Green+Blue) = 128+10+156=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #800A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800A9C is #7FF563. Grayscale: #3D3D3D. Windows color (decimal): -8385892 or 10226304. OLE color: 10226304.
HSL color Cylindrical-coordinate representation of color #800A9C: hue angle of 288.49º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800A9C is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 10 | 156 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.39 |
| HSL | 288.49º | 0.88% | 0.33% | - |
| HSV(B) | 288.49º | 0.94% | 0.61% | - |
| XYZ | 15.01 | 7.21 | 32.05 | - |
| YUV | 61.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 156 | 0.18 | 0.94 | 0 | 0.39 | 288.49 | 0.88 | 0.33 |
| Hex | 80 | A | 9C | 12 | 5E | 0 | 27 | 120 | 58 | 21 |
| Octal | 200 | 12 | 234 | 22 | 136 | 0 | 47 | 440 | 130 | 41 |
| Binary | 10000000 | 1010 | 10011100 | 10010 | 1011110 | 0 | 100111 | 100100000 | 1011000 | 100001 |
Color Harmonies of #800A9C
Complementary color
Monochromatic Colors of #800A9C
Black with #800A9C
Text Example
Text Example
White with #800A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800A9C; }
p { color: rgb(128,10,156); }
H1.HeaderClassName
{
color: #800A9C;
}
.AnyTagClassName
{
color: #800A9C;
}
</style>
background-color css
<style>
a { background-color: #800A9C; }
a { background-color: rgb(128,10,156); }
div.DivClassName
{
background-color: #800A9C;
}
.BgClassName
{
background-color: #800A9C;
}
</style>
border-color css
<style>
span { border-color: #800A9C; }
span { border-color: rgb(128,10,156); }
td.TdClassName
{
border-color: #800A9C;
}
.TagClassName
{
border-color: #800A9C;
}
</style>