Shades of Dark Magenta #800492
Tints of Dark Magenta #800492
RGB
CMYK
RGB Variations
Color information
#800492 (or 0x800492) is known color: Dark Magenta. HEX triplet: 80, 04 and 92. RGB value is (128,4,146). Sum of RGB (Red+Green+Blue) = 128+4+146=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #800492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800492 is #7FFB6D. Grayscale: #383838. Windows color (decimal): -8387438 or 9569408. OLE color: 9569408.
HSL color Cylindrical-coordinate representation of color #800492: hue angle of 292.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800492 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 4 | 146 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.43 |
| HSL | 292.39º | 0.95% | 0.29% | - |
| HSV(B) | 292.39º | 0.97% | 0.57% | - |
| XYZ | 14.13 | 6.75 | 27.75 | - |
| YUV | 57.26 | 178.08 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 146 | 0.12 | 0.97 | 0 | 0.43 | 292.39 | 0.95 | 0.29 |
| Hex | 80 | 4 | 92 | C | 61 | 0 | 2B | 124 | 5F | 1D |
| Octal | 200 | 4 | 222 | 14 | 141 | 0 | 53 | 444 | 137 | 35 |
| Binary | 10000000 | 100 | 10010010 | 1100 | 1100001 | 0 | 101011 | 100100100 | 1011111 | 11101 |
Color Harmonies of #800492
Complementary color
Monochromatic Colors of #800492
Black with #800492
Text Example
Text Example
White with #800492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800492; }
p { color: rgb(128,4,146); }
H1.HeaderClassName
{
color: #800492;
}
.AnyTagClassName
{
color: #800492;
}
</style>
background-color css
<style>
a { background-color: #800492; }
a { background-color: rgb(128,4,146); }
div.DivClassName
{
background-color: #800492;
}
.BgClassName
{
background-color: #800492;
}
</style>
border-color css
<style>
span { border-color: #800492; }
span { border-color: rgb(128,4,146); }
td.TdClassName
{
border-color: #800492;
}
.TagClassName
{
border-color: #800492;
}
</style>