Shades of Dark Magenta #800F93
Tints of Dark Magenta #800F93
RGB
CMYK
RGB Variations
Color information
#800F93 (or 0x800F93) is known color: Dark Magenta. HEX triplet: 80, 0F and 93. RGB value is (128,15,147). Sum of RGB (Red+Green+Blue) = 128+15+147=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #800F93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F93 is #7FF06C. Grayscale: #3F3F3F. Windows color (decimal): -8384621 or 9637760. OLE color: 9637760.
HSL color Cylindrical-coordinate representation of color #800F93: hue angle of 291.36º degrees, saturation: 0.81, 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 #800F93 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 15 | 147 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.42 |
| HSL | 291.36º | 0.81% | 0.32% | - |
| HSV(B) | 291.36º | 0.9% | 0.58% | - |
| XYZ | 14.34 | 7.04 | 28.21 | - |
| YUV | 63.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 147 | 0.13 | 0.90 | 0 | 0.42 | 291.36 | 0.81 | 0.32 |
| Hex | 80 | F | 93 | D | 5A | 0 | 2A | 123 | 51 | 20 |
| Octal | 200 | 17 | 223 | 15 | 132 | 0 | 52 | 443 | 121 | 40 |
| Binary | 10000000 | 1111 | 10010011 | 1101 | 1011010 | 0 | 101010 | 100100011 | 1010001 | 100000 |
Color Harmonies of #800F93
Complementary color
Monochromatic Colors of #800F93
Black with #800F93
Text Example
Text Example
White with #800F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F93; }
p { color: rgb(128,15,147); }
H1.HeaderClassName
{
color: #800F93;
}
.AnyTagClassName
{
color: #800F93;
}
</style>
background-color css
<style>
a { background-color: #800F93; }
a { background-color: rgb(128,15,147); }
div.DivClassName
{
background-color: #800F93;
}
.BgClassName
{
background-color: #800F93;
}
</style>
border-color css
<style>
span { border-color: #800F93; }
span { border-color: rgb(128,15,147); }
td.TdClassName
{
border-color: #800F93;
}
.TagClassName
{
border-color: #800F93;
}
</style>