Shades of Dark Magenta #800F96
Tints of Dark Magenta #800F96
RGB
CMYK
RGB Variations
Color information
#800F96 (or 0x800F96) is known color: Dark Magenta. HEX triplet: 80, 0F and 96. RGB value is (128,15,150). Sum of RGB (Red+Green+Blue) = 128+15+150=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #800F96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F96 is #7FF069. Grayscale: #3F3F3F. Windows color (decimal): -8384618 or 9834368. OLE color: 9834368.
HSL color Cylindrical-coordinate representation of color #800F96: hue angle of 290.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800F96 is Cyan = 0.15, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 15 | 150 | - |
| CMYK | 0.15 | 0.9 | 0 | 0.41 |
| HSL | 290.22º | 0.82% | 0.32% | - |
| HSV(B) | 290.22º | 0.9% | 0.59% | - |
| XYZ | 14.58 | 7.13 | 29.46 | - |
| YUV | 64.18 | 176.44 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 150 | 0.15 | 0.9 | 0 | 0.41 | 290.22 | 0.82 | 0.32 |
| Hex | 80 | F | 96 | F | 5A | 0 | 29 | 122 | 52 | 20 |
| Octal | 200 | 17 | 226 | 17 | 132 | 0 | 51 | 442 | 122 | 40 |
| Binary | 10000000 | 1111 | 10010110 | 1111 | 1011010 | 0 | 101001 | 100100010 | 1010010 | 100000 |
Color Harmonies of #800F96
Complementary color
Monochromatic Colors of #800F96
Black with #800F96
Text Example
Text Example
White with #800F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F96; }
p { color: rgb(128,15,150); }
H1.HeaderClassName
{
color: #800F96;
}
.AnyTagClassName
{
color: #800F96;
}
</style>
background-color css
<style>
a { background-color: #800F96; }
a { background-color: rgb(128,15,150); }
div.DivClassName
{
background-color: #800F96;
}
.BgClassName
{
background-color: #800F96;
}
</style>
border-color css
<style>
span { border-color: #800F96; }
span { border-color: rgb(128,15,150); }
td.TdClassName
{
border-color: #800F96;
}
.TagClassName
{
border-color: #800F96;
}
</style>