Shades of Dark Magenta #800792
Tints of Dark Magenta #800792
RGB
CMYK
RGB Variations
Color information
#800792 (or 0x800792) is known color: Dark Magenta. HEX triplet: 80, 07 and 92. RGB value is (128,7,146). Sum of RGB (Red+Green+Blue) = 128+7+146=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #800792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800792 is #7FF86D. Grayscale: #3A3A3A. Windows color (decimal): -8386670 or 9570176. OLE color: 9570176.
HSL color Cylindrical-coordinate representation of color #800792: hue angle of 292.23º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800792 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 7 | 146 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.43 |
| HSL | 292.23º | 0.91% | 0.3% | - |
| HSV(B) | 292.23º | 0.95% | 0.57% | - |
| XYZ | 14.17 | 6.82 | 27.76 | - |
| YUV | 59.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 146 | 0.12 | 0.95 | 0 | 0.43 | 292.23 | 0.91 | 0.3 |
| Hex | 80 | 7 | 92 | C | 5F | 0 | 2B | 124 | 5B | 1E |
| Octal | 200 | 7 | 222 | 14 | 137 | 0 | 53 | 444 | 133 | 36 |
| Binary | 10000000 | 111 | 10010010 | 1100 | 1011111 | 0 | 101011 | 100100100 | 1011011 | 11110 |
Color Harmonies of #800792
Complementary color
Monochromatic Colors of #800792
Black with #800792
Text Example
Text Example
White with #800792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800792; }
p { color: rgb(128,7,146); }
H1.HeaderClassName
{
color: #800792;
}
.AnyTagClassName
{
color: #800792;
}
</style>
background-color css
<style>
a { background-color: #800792; }
a { background-color: rgb(128,7,146); }
div.DivClassName
{
background-color: #800792;
}
.BgClassName
{
background-color: #800792;
}
</style>
border-color css
<style>
span { border-color: #800792; }
span { border-color: rgb(128,7,146); }
td.TdClassName
{
border-color: #800792;
}
.TagClassName
{
border-color: #800792;
}
</style>