Shades of Dark Magenta #800795
Tints of Dark Magenta #800795
RGB
CMYK
RGB Variations
Color information
#800795 (or 0x800795) is known color: Dark Magenta. HEX triplet: 80, 07 and 95. RGB value is (128,7,149). Sum of RGB (Red+Green+Blue) = 128+7+149=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #800795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800795 is #7FF86A. Grayscale: #3A3A3A. Windows color (decimal): -8386667 or 9766784. OLE color: 9766784.
HSL color Cylindrical-coordinate representation of color #800795: hue angle of 291.13º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800795 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 7 | 149 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.42 |
| HSL | 291.13º | 0.91% | 0.31% | - |
| HSV(B) | 291.13º | 0.95% | 0.58% | - |
| XYZ | 14.4 | 6.91 | 29.01 | - |
| YUV | 59.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 149 | 0.14 | 0.95 | 0 | 0.42 | 291.13 | 0.91 | 0.31 |
| Hex | 80 | 7 | 95 | E | 5F | 0 | 2A | 123 | 5B | 1F |
| Octal | 200 | 7 | 225 | 16 | 137 | 0 | 52 | 443 | 133 | 37 |
| Binary | 10000000 | 111 | 10010101 | 1110 | 1011111 | 0 | 101010 | 100100011 | 1011011 | 11111 |
Color Harmonies of #800795
Complementary color
Monochromatic Colors of #800795
Black with #800795
Text Example
Text Example
White with #800795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800795; }
p { color: rgb(128,7,149); }
H1.HeaderClassName
{
color: #800795;
}
.AnyTagClassName
{
color: #800795;
}
</style>
background-color css
<style>
a { background-color: #800795; }
a { background-color: rgb(128,7,149); }
div.DivClassName
{
background-color: #800795;
}
.BgClassName
{
background-color: #800795;
}
</style>
border-color css
<style>
span { border-color: #800795; }
span { border-color: rgb(128,7,149); }
td.TdClassName
{
border-color: #800795;
}
.TagClassName
{
border-color: #800795;
}
</style>