Shades of Dark Magenta #800395
Tints of Dark Magenta #800395
RGB
CMYK
RGB Variations
Color information
#800395 (or 0x800395) is known color: Dark Magenta. HEX triplet: 80, 03 and 95. RGB value is (128,3,149). Sum of RGB (Red+Green+Blue) = 128+3+149=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #800395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800395 is #7FFC6A. Grayscale: #383838. Windows color (decimal): -8387691 or 9765760. OLE color: 9765760.
HSL color Cylindrical-coordinate representation of color #800395: hue angle of 291.37º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800395 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 3 | 149 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.42 |
| HSL | 291.37º | 0.96% | 0.3% | - |
| HSV(B) | 291.37º | 0.98% | 0.58% | - |
| XYZ | 14.36 | 6.82 | 28.99 | - |
| YUV | 57.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 149 | 0.14 | 0.98 | 0 | 0.42 | 291.37 | 0.96 | 0.3 |
| Hex | 80 | 3 | 95 | E | 62 | 0 | 2A | 123 | 60 | 1E |
| Octal | 200 | 3 | 225 | 16 | 142 | 0 | 52 | 443 | 140 | 36 |
| Binary | 10000000 | 11 | 10010101 | 1110 | 1100010 | 0 | 101010 | 100100011 | 1100000 | 11110 |
Color Harmonies of #800395
Complementary color
Monochromatic Colors of #800395
Black with #800395
Text Example
Text Example
White with #800395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800395; }
p { color: rgb(128,3,149); }
H1.HeaderClassName
{
color: #800395;
}
.AnyTagClassName
{
color: #800395;
}
</style>
background-color css
<style>
a { background-color: #800395; }
a { background-color: rgb(128,3,149); }
div.DivClassName
{
background-color: #800395;
}
.BgClassName
{
background-color: #800395;
}
</style>
border-color css
<style>
span { border-color: #800395; }
span { border-color: rgb(128,3,149); }
td.TdClassName
{
border-color: #800395;
}
.TagClassName
{
border-color: #800395;
}
</style>