Shades of Dark Magenta #800F94
Tints of Dark Magenta #800F94
RGB
CMYK
RGB Variations
Color information
#800F94 (or 0x800F94) is known color: Dark Magenta. HEX triplet: 80, 0F and 94. RGB value is (128,15,148). Sum of RGB (Red+Green+Blue) = 128+15+148=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #800F94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F94 is #7FF06B. Grayscale: #3F3F3F. Windows color (decimal): -8384620 or 9703296. OLE color: 9703296.
HSL color Cylindrical-coordinate representation of color #800F94: hue angle of 290.98º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800F94 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 15 | 148 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.42 |
| HSL | 290.98º | 0.82% | 0.32% | - |
| HSV(B) | 290.98º | 0.9% | 0.58% | - |
| XYZ | 14.42 | 7.07 | 28.62 | - |
| YUV | 63.95 | 175.44 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 148 | 0.14 | 0.90 | 0 | 0.42 | 290.98 | 0.82 | 0.32 |
| Hex | 80 | F | 94 | E | 5A | 0 | 2A | 123 | 52 | 20 |
| Octal | 200 | 17 | 224 | 16 | 132 | 0 | 52 | 443 | 122 | 40 |
| Binary | 10000000 | 1111 | 10010100 | 1110 | 1011010 | 0 | 101010 | 100100011 | 1010010 | 100000 |
Color Harmonies of #800F94
Complementary color
Monochromatic Colors of #800F94
Black with #800F94
Text Example
Text Example
White with #800F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F94; }
p { color: rgb(128,15,148); }
H1.HeaderClassName
{
color: #800F94;
}
.AnyTagClassName
{
color: #800F94;
}
</style>
background-color css
<style>
a { background-color: #800F94; }
a { background-color: rgb(128,15,148); }
div.DivClassName
{
background-color: #800F94;
}
.BgClassName
{
background-color: #800F94;
}
</style>
border-color css
<style>
span { border-color: #800F94; }
span { border-color: rgb(128,15,148); }
td.TdClassName
{
border-color: #800F94;
}
.TagClassName
{
border-color: #800F94;
}
</style>