Shades of Dark Magenta #800193
Tints of Dark Magenta #800193
RGB
CMYK
RGB Variations
Color information
#800193 (or 0x800193) is known color: Dark Magenta. HEX triplet: 80, 01 and 93. RGB value is (128,1,147). Sum of RGB (Red+Green+Blue) = 128+1+147=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #800193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800193 is #7FFE6C. Grayscale: #373737. Windows color (decimal): -8388205 or 9634176. OLE color: 9634176.
HSL color Cylindrical-coordinate representation of color #800193: hue angle of 292.19º degrees, saturation: 0.99, 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 #800193 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 1 | 147 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.42 |
| HSL | 292.19º | 0.99% | 0.29% | - |
| HSV(B) | 292.19º | 0.99% | 0.58% | - |
| XYZ | 14.18 | 6.72 | 28.15 | - |
| YUV | 55.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 147 | 0.13 | 0.99 | 0 | 0.42 | 292.19 | 0.99 | 0.29 |
| Hex | 80 | 1 | 93 | D | 63 | 0 | 2A | 124 | 63 | 1D |
| Octal | 200 | 1 | 223 | 15 | 143 | 0 | 52 | 444 | 143 | 35 |
| Binary | 10000000 | 1 | 10010011 | 1101 | 1100011 | 0 | 101010 | 100100100 | 1100011 | 11101 |
Color Harmonies of #800193
Complementary color
Monochromatic Colors of #800193
Black with #800193
Text Example
Text Example
White with #800193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800193; }
p { color: rgb(128,1,147); }
H1.HeaderClassName
{
color: #800193;
}
.AnyTagClassName
{
color: #800193;
}
</style>
background-color css
<style>
a { background-color: #800193; }
a { background-color: rgb(128,1,147); }
div.DivClassName
{
background-color: #800193;
}
.BgClassName
{
background-color: #800193;
}
</style>
border-color css
<style>
span { border-color: #800193; }
span { border-color: rgb(128,1,147); }
td.TdClassName
{
border-color: #800193;
}
.TagClassName
{
border-color: #800193;
}
</style>