Shades of Dark Magenta #800194
Tints of Dark Magenta #800194
RGB
CMYK
RGB Variations
Color information
#800194 (or 0x800194) is known color: Dark Magenta. HEX triplet: 80, 01 and 94. RGB value is (128,1,148). Sum of RGB (Red+Green+Blue) = 128+1+148=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #800194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800194 is #7FFE6B. Grayscale: #373737. Windows color (decimal): -8388204 or 9699712. OLE color: 9699712.
HSL color Cylindrical-coordinate representation of color #800194: hue angle of 291.84º 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 #800194 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 1 | 148 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.42 |
| HSL | 291.84º | 0.99% | 0.29% | - |
| HSV(B) | 291.84º | 0.99% | 0.58% | - |
| XYZ | 14.26 | 6.75 | 28.57 | - |
| YUV | 55.73 | 180.08 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 148 | 0.14 | 0.99 | 0 | 0.42 | 291.84 | 0.99 | 0.29 |
| Hex | 80 | 1 | 94 | E | 63 | 0 | 2A | 124 | 63 | 1D |
| Octal | 200 | 1 | 224 | 16 | 143 | 0 | 52 | 444 | 143 | 35 |
| Binary | 10000000 | 1 | 10010100 | 1110 | 1100011 | 0 | 101010 | 100100100 | 1100011 | 11101 |
Color Harmonies of #800194
Complementary color
Monochromatic Colors of #800194
Black with #800194
Text Example
Text Example
White with #800194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800194; }
p { color: rgb(128,1,148); }
H1.HeaderClassName
{
color: #800194;
}
.AnyTagClassName
{
color: #800194;
}
</style>
background-color css
<style>
a { background-color: #800194; }
a { background-color: rgb(128,1,148); }
div.DivClassName
{
background-color: #800194;
}
.BgClassName
{
background-color: #800194;
}
</style>
border-color css
<style>
span { border-color: #800194; }
span { border-color: rgb(128,1,148); }
td.TdClassName
{
border-color: #800194;
}
.TagClassName
{
border-color: #800194;
}
</style>