Shades of Dark Magenta #800E9A
Tints of Dark Magenta #800E9A
RGB
CMYK
RGB Variations
Color information
#800E9A (or 0x800E9A) is known color: Dark Magenta. HEX triplet: 80, 0E and 9A. RGB value is (128,14,154). Sum of RGB (Red+Green+Blue) = 128+14+154=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #800E9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800E9A is #7FF165. Grayscale: #3F3F3F. Windows color (decimal): -8384870 or 10096256. OLE color: 10096256.
HSL color Cylindrical-coordinate representation of color #800E9A: hue angle of 288.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800E9A is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 14 | 154 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.40 |
| HSL | 288.86º | 0.83% | 0.33% | - |
| HSV(B) | 288.86º | 0.91% | 0.6% | - |
| XYZ | 14.89 | 7.24 | 31.18 | - |
| YUV | 64.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 154 | 0.17 | 0.91 | 0 | 0.40 | 288.86 | 0.83 | 0.33 |
| Hex | 80 | E | 9A | 11 | 5B | 0 | 28 | 121 | 53 | 21 |
| Octal | 200 | 16 | 232 | 21 | 133 | 0 | 50 | 441 | 123 | 41 |
| Binary | 10000000 | 1110 | 10011010 | 10001 | 1011011 | 0 | 101000 | 100100001 | 1010011 | 100001 |
Color Harmonies of #800E9A
Complementary color
Monochromatic Colors of #800E9A
Black with #800E9A
Text Example
Text Example
White with #800E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E9A; }
p { color: rgb(128,14,154); }
H1.HeaderClassName
{
color: #800E9A;
}
.AnyTagClassName
{
color: #800E9A;
}
</style>
background-color css
<style>
a { background-color: #800E9A; }
a { background-color: rgb(128,14,154); }
div.DivClassName
{
background-color: #800E9A;
}
.BgClassName
{
background-color: #800E9A;
}
</style>
border-color css
<style>
span { border-color: #800E9A; }
span { border-color: rgb(128,14,154); }
td.TdClassName
{
border-color: #800E9A;
}
.TagClassName
{
border-color: #800E9A;
}
</style>