Shades of Dark Magenta #800094
Tints of Dark Magenta #800094
RGB
CMYK
RGB Variations
Color information
#800094 (or 0x800094) is known color: Dark Magenta. HEX triplet: 80, 00 and 94. RGB value is (128,0,148). Sum of RGB (Red+Green+Blue) = 128+0+148=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #800094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800094 is #7FFF6B. Grayscale: #363636. Windows color (decimal): -8388460 or 9699456. OLE color: 9699456.
HSL color Cylindrical-coordinate representation of color #800094: hue angle of 291.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800094 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 0 | 148 | - |
| CMYK | 0.14 | 1 | 0 | 0.42 |
| HSL | 291.89º | 1% | 0.29% | - |
| HSV(B) | 291.89º | 1% | 0.58% | - |
| XYZ | 14.25 | 6.73 | 28.56 | - |
| YUV | 55.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 148 | 0.14 | 1 | 0 | 0.42 | 291.89 | 1 | 0.29 |
| Hex | 80 | 0 | 94 | E | 64 | 0 | 2A | 124 | 64 | 1D |
| Octal | 200 | 0 | 224 | 16 | 144 | 0 | 52 | 444 | 144 | 35 |
| Binary | 10000000 | 0 | 10010100 | 1110 | 1100100 | 0 | 101010 | 100100100 | 1100100 | 11101 |
Color Harmonies of #800094
Complementary color
Monochromatic Colors of #800094
Black with #800094
Text Example
Text Example
White with #800094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800094; }
p { color: rgb(128,0,148); }
H1.HeaderClassName
{
color: #800094;
}
.AnyTagClassName
{
color: #800094;
}
</style>
background-color css
<style>
a { background-color: #800094; }
a { background-color: rgb(128,0,148); }
div.DivClassName
{
background-color: #800094;
}
.BgClassName
{
background-color: #800094;
}
</style>
border-color css
<style>
span { border-color: #800094; }
span { border-color: rgb(128,0,148); }
td.TdClassName
{
border-color: #800094;
}
.TagClassName
{
border-color: #800094;
}
</style>