Shades of Dark Magenta #800495
Tints of Dark Magenta #800495
RGB
CMYK
RGB Variations
Color information
#800495 (or 0x800495) is known color: Dark Magenta. HEX triplet: 80, 04 and 95. RGB value is (128,4,149). Sum of RGB (Red+Green+Blue) = 128+4+149=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #800495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800495 is #7FFB6A. Grayscale: #393939. Windows color (decimal): -8387435 or 9766016. OLE color: 9766016.
HSL color Cylindrical-coordinate representation of color #800495: hue angle of 291.31º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800495 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 4 | 149 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.42 |
| HSL | 291.31º | 0.95% | 0.3% | - |
| HSV(B) | 291.31º | 0.97% | 0.58% | - |
| XYZ | 14.37 | 6.85 | 29 | - |
| YUV | 57.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 149 | 0.14 | 0.97 | 0 | 0.42 | 291.31 | 0.95 | 0.3 |
| Hex | 80 | 4 | 95 | E | 61 | 0 | 2A | 123 | 5F | 1E |
| Octal | 200 | 4 | 225 | 16 | 141 | 0 | 52 | 443 | 137 | 36 |
| Binary | 10000000 | 100 | 10010101 | 1110 | 1100001 | 0 | 101010 | 100100011 | 1011111 | 11110 |
Color Harmonies of #800495
Complementary color
Monochromatic Colors of #800495
Black with #800495
Text Example
Text Example
White with #800495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800495; }
p { color: rgb(128,4,149); }
H1.HeaderClassName
{
color: #800495;
}
.AnyTagClassName
{
color: #800495;
}
</style>
background-color css
<style>
a { background-color: #800495; }
a { background-color: rgb(128,4,149); }
div.DivClassName
{
background-color: #800495;
}
.BgClassName
{
background-color: #800495;
}
</style>
border-color css
<style>
span { border-color: #800495; }
span { border-color: rgb(128,4,149); }
td.TdClassName
{
border-color: #800495;
}
.TagClassName
{
border-color: #800495;
}
</style>