Shades of Dark Magenta #800292
Tints of Dark Magenta #800292
RGB
CMYK
RGB Variations
Color information
#800292 (or 0x800292) is known color: Dark Magenta. HEX triplet: 80, 02 and 92. RGB value is (128,2,146). Sum of RGB (Red+Green+Blue) = 128+2+146=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #800292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800292 is #7FFD6D. Grayscale: #373737. Windows color (decimal): -8387950 or 9568896. OLE color: 9568896.
HSL color Cylindrical-coordinate representation of color #800292: hue angle of 292.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800292 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 2 | 146 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.43 |
| HSL | 292.5º | 0.97% | 0.29% | - |
| HSV(B) | 292.5º | 0.99% | 0.57% | - |
| XYZ | 14.11 | 6.71 | 27.75 | - |
| YUV | 56.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 146 | 0.12 | 0.99 | 0 | 0.43 | 292.5 | 0.97 | 0.29 |
| Hex | 80 | 2 | 92 | C | 63 | 0 | 2B | 124 | 61 | 1D |
| Octal | 200 | 2 | 222 | 14 | 143 | 0 | 53 | 444 | 141 | 35 |
| Binary | 10000000 | 10 | 10010010 | 1100 | 1100011 | 0 | 101011 | 100100100 | 1100001 | 11101 |
Color Harmonies of #800292
Complementary color
Monochromatic Colors of #800292
Black with #800292
Text Example
Text Example
White with #800292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800292; }
p { color: rgb(128,2,146); }
H1.HeaderClassName
{
color: #800292;
}
.AnyTagClassName
{
color: #800292;
}
</style>
background-color css
<style>
a { background-color: #800292; }
a { background-color: rgb(128,2,146); }
div.DivClassName
{
background-color: #800292;
}
.BgClassName
{
background-color: #800292;
}
</style>
border-color css
<style>
span { border-color: #800292; }
span { border-color: rgb(128,2,146); }
td.TdClassName
{
border-color: #800292;
}
.TagClassName
{
border-color: #800292;
}
</style>