Shades of Dark Magenta #800095
Tints of Dark Magenta #800095
RGB
CMYK
RGB Variations
Color information
#800095 (or 0x800095) is known color: Dark Magenta. HEX triplet: 80, 00 and 95. RGB value is (128,0,149). Sum of RGB (Red+Green+Blue) = 128+0+149=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #800095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800095 is #7FFF6A. Grayscale: #363636. Windows color (decimal): -8388459 or 9764992. OLE color: 9764992.
HSL color Cylindrical-coordinate representation of color #800095: hue angle of 291.54º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800095 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 0 | 149 | - |
| CMYK | 0.14 | 1 | 0 | 0.42 |
| HSL | 291.54º | 1% | 0.29% | - |
| HSV(B) | 291.54º | 1% | 0.58% | - |
| XYZ | 14.33 | 6.76 | 28.98 | - |
| YUV | 55.26 | 180.91 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 149 | 0.14 | 1 | 0 | 0.42 | 291.54 | 1 | 0.29 |
| Hex | 80 | 0 | 95 | E | 64 | 0 | 2A | 124 | 64 | 1D |
| Octal | 200 | 0 | 225 | 16 | 144 | 0 | 52 | 444 | 144 | 35 |
| Binary | 10000000 | 0 | 10010101 | 1110 | 1100100 | 0 | 101010 | 100100100 | 1100100 | 11101 |
Color Harmonies of #800095
Complementary color
Monochromatic Colors of #800095
Black with #800095
Text Example
Text Example
White with #800095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800095; }
p { color: rgb(128,0,149); }
H1.HeaderClassName
{
color: #800095;
}
.AnyTagClassName
{
color: #800095;
}
</style>
background-color css
<style>
a { background-color: #800095; }
a { background-color: rgb(128,0,149); }
div.DivClassName
{
background-color: #800095;
}
.BgClassName
{
background-color: #800095;
}
</style>
border-color css
<style>
span { border-color: #800095; }
span { border-color: rgb(128,0,149); }
td.TdClassName
{
border-color: #800095;
}
.TagClassName
{
border-color: #800095;
}
</style>