Shades of Dark Magenta #800091
Tints of Dark Magenta #800091
RGB
CMYK
RGB Variations
Color information
#800091 (or 0x800091) is known color: Dark Magenta. HEX triplet: 80, 00 and 91. RGB value is (128,0,145). Sum of RGB (Red+Green+Blue) = 128+0+145=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #800091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800091 is #7FFF6E. Grayscale: #363636. Windows color (decimal): -8388463 or 9502848. OLE color: 9502848.
HSL color Cylindrical-coordinate representation of color #800091: hue angle of 292.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800091 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 0 | 145 | - |
| CMYK | 0.12 | 1 | 0 | 0.43 |
| HSL | 292.97º | 1% | 0.28% | - |
| HSV(B) | 292.97º | 1% | 0.57% | - |
| XYZ | 14.01 | 6.63 | 27.33 | - |
| YUV | 54.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 145 | 0.12 | 1 | 0 | 0.43 | 292.97 | 1 | 0.28 |
| Hex | 80 | 0 | 91 | C | 64 | 0 | 2B | 125 | 64 | 1C |
| Octal | 200 | 0 | 221 | 14 | 144 | 0 | 53 | 445 | 144 | 34 |
| Binary | 10000000 | 0 | 10010001 | 1100 | 1100100 | 0 | 101011 | 100100101 | 1100100 | 11100 |
Color Harmonies of #800091
Complementary color
Monochromatic Colors of #800091
Black with #800091
Text Example
Text Example
White with #800091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800091; }
p { color: rgb(128,0,145); }
H1.HeaderClassName
{
color: #800091;
}
.AnyTagClassName
{
color: #800091;
}
</style>
background-color css
<style>
a { background-color: #800091; }
a { background-color: rgb(128,0,145); }
div.DivClassName
{
background-color: #800091;
}
.BgClassName
{
background-color: #800091;
}
</style>
border-color css
<style>
span { border-color: #800091; }
span { border-color: rgb(128,0,145); }
td.TdClassName
{
border-color: #800091;
}
.TagClassName
{
border-color: #800091;
}
</style>