Shades of Dark Magenta #800C8E
Tints of Dark Magenta #800C8E
RGB
CMYK
RGB Variations
Color information
#800C8E (or 0x800C8E) is known color: Dark Magenta. HEX triplet: 80, 0C and 8E. RGB value is (128,12,142). Sum of RGB (Red+Green+Blue) = 128+12+142=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #800C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800C8E is #7FF371. Grayscale: #3D3D3D. Windows color (decimal): -8385394 or 9309312. OLE color: 9309312.
HSL color Cylindrical-coordinate representation of color #800C8E: hue angle of 293.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800C8E is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 12 | 142 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.44 |
| HSL | 293.54º | 0.84% | 0.3% | - |
| HSV(B) | 293.54º | 0.92% | 0.56% | - |
| XYZ | 13.92 | 6.81 | 26.17 | - |
| YUV | 61.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 142 | 0.10 | 0.92 | 0 | 0.44 | 293.54 | 0.84 | 0.3 |
| Hex | 80 | C | 8E | A | 5C | 0 | 2C | 126 | 54 | 1E |
| Octal | 200 | 14 | 216 | 12 | 134 | 0 | 54 | 446 | 124 | 36 |
| Binary | 10000000 | 1100 | 10001110 | 1010 | 1011100 | 0 | 101100 | 100100110 | 1010100 | 11110 |
Color Harmonies of #800C8E
Complementary color
Monochromatic Colors of #800C8E
Black with #800C8E
Text Example
Text Example
White with #800C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C8E; }
p { color: rgb(128,12,142); }
H1.HeaderClassName
{
color: #800C8E;
}
.AnyTagClassName
{
color: #800C8E;
}
</style>
background-color css
<style>
a { background-color: #800C8E; }
a { background-color: rgb(128,12,142); }
div.DivClassName
{
background-color: #800C8E;
}
.BgClassName
{
background-color: #800C8E;
}
</style>
border-color css
<style>
span { border-color: #800C8E; }
span { border-color: rgb(128,12,142); }
td.TdClassName
{
border-color: #800C8E;
}
.TagClassName
{
border-color: #800C8E;
}
</style>