Shades of Dark Magenta #800F90
Tints of Dark Magenta #800F90
RGB
CMYK
RGB Variations
Color information
#800F90 (or 0x800F90) is known color: Dark Magenta. HEX triplet: 80, 0F and 90. RGB value is (128,15,144). Sum of RGB (Red+Green+Blue) = 128+15+144=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #800F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F90 is #7FF06F. Grayscale: #3F3F3F. Windows color (decimal): -8384624 or 9441152. OLE color: 9441152.
HSL color Cylindrical-coordinate representation of color #800F90: hue angle of 292.56º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800F90 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 15 | 144 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.44 |
| HSL | 292.56º | 0.81% | 0.31% | - |
| HSV(B) | 292.56º | 0.9% | 0.56% | - |
| XYZ | 14.11 | 6.94 | 26.98 | - |
| YUV | 63.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 144 | 0.11 | 0.90 | 0 | 0.44 | 292.56 | 0.81 | 0.31 |
| Hex | 80 | F | 90 | B | 5A | 0 | 2C | 125 | 51 | 1F |
| Octal | 200 | 17 | 220 | 13 | 132 | 0 | 54 | 445 | 121 | 37 |
| Binary | 10000000 | 1111 | 10010000 | 1011 | 1011010 | 0 | 101100 | 100100101 | 1010001 | 11111 |
Color Harmonies of #800F90
Complementary color
Monochromatic Colors of #800F90
Black with #800F90
Text Example
Text Example
White with #800F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F90; }
p { color: rgb(128,15,144); }
H1.HeaderClassName
{
color: #800F90;
}
.AnyTagClassName
{
color: #800F90;
}
</style>
background-color css
<style>
a { background-color: #800F90; }
a { background-color: rgb(128,15,144); }
div.DivClassName
{
background-color: #800F90;
}
.BgClassName
{
background-color: #800F90;
}
</style>
border-color css
<style>
span { border-color: #800F90; }
span { border-color: rgb(128,15,144); }
td.TdClassName
{
border-color: #800F90;
}
.TagClassName
{
border-color: #800F90;
}
</style>