Shades of Dark Magenta #800293
Tints of Dark Magenta #800293
RGB
CMYK
RGB Variations
Color information
#800293 (or 0x800293) is known color: Dark Magenta. HEX triplet: 80, 02 and 93. RGB value is (128,2,147). Sum of RGB (Red+Green+Blue) = 128+2+147=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #800293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800293 is #7FFD6C. Grayscale: #373737. Windows color (decimal): -8387949 or 9634432. OLE color: 9634432.
HSL color Cylindrical-coordinate representation of color #800293: hue angle of 292.14º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800293 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 2 | 147 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.42 |
| HSL | 292.14º | 0.97% | 0.29% | - |
| HSV(B) | 292.14º | 0.99% | 0.58% | - |
| XYZ | 14.19 | 6.74 | 28.16 | - |
| YUV | 56.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 147 | 0.13 | 0.99 | 0 | 0.42 | 292.14 | 0.97 | 0.29 |
| Hex | 80 | 2 | 93 | D | 63 | 0 | 2A | 124 | 61 | 1D |
| Octal | 200 | 2 | 223 | 15 | 143 | 0 | 52 | 444 | 141 | 35 |
| Binary | 10000000 | 10 | 10010011 | 1101 | 1100011 | 0 | 101010 | 100100100 | 1100001 | 11101 |
Color Harmonies of #800293
Complementary color
Monochromatic Colors of #800293
Black with #800293
Text Example
Text Example
White with #800293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800293; }
p { color: rgb(128,2,147); }
H1.HeaderClassName
{
color: #800293;
}
.AnyTagClassName
{
color: #800293;
}
</style>
background-color css
<style>
a { background-color: #800293; }
a { background-color: rgb(128,2,147); }
div.DivClassName
{
background-color: #800293;
}
.BgClassName
{
background-color: #800293;
}
</style>
border-color css
<style>
span { border-color: #800293; }
span { border-color: rgb(128,2,147); }
td.TdClassName
{
border-color: #800293;
}
.TagClassName
{
border-color: #800293;
}
</style>