Shades of Dark Magenta #800296
Tints of Dark Magenta #800296
RGB
CMYK
RGB Variations
Color information
#800296 (or 0x800296) is known color: Dark Magenta. HEX triplet: 80, 02 and 96. RGB value is (128,2,150). Sum of RGB (Red+Green+Blue) = 128+2+150=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #800296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800296 is #7FFD69. Grayscale: #383838. Windows color (decimal): -8387946 or 9831040. OLE color: 9831040.
HSL color Cylindrical-coordinate representation of color #800296: hue angle of 291.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800296 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 2 | 150 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.41 |
| HSL | 291.08º | 0.97% | 0.3% | - |
| HSV(B) | 291.08º | 0.99% | 0.59% | - |
| XYZ | 14.43 | 6.83 | 29.41 | - |
| YUV | 56.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 150 | 0.15 | 0.99 | 0 | 0.41 | 291.08 | 0.97 | 0.3 |
| Hex | 80 | 2 | 96 | F | 63 | 0 | 29 | 123 | 61 | 1E |
| Octal | 200 | 2 | 226 | 17 | 143 | 0 | 51 | 443 | 141 | 36 |
| Binary | 10000000 | 10 | 10010110 | 1111 | 1100011 | 0 | 101001 | 100100011 | 1100001 | 11110 |
Color Harmonies of #800296
Complementary color
Monochromatic Colors of #800296
Black with #800296
Text Example
Text Example
White with #800296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800296; }
p { color: rgb(128,2,150); }
H1.HeaderClassName
{
color: #800296;
}
.AnyTagClassName
{
color: #800296;
}
</style>
background-color css
<style>
a { background-color: #800296; }
a { background-color: rgb(128,2,150); }
div.DivClassName
{
background-color: #800296;
}
.BgClassName
{
background-color: #800296;
}
</style>
border-color css
<style>
span { border-color: #800296; }
span { border-color: rgb(128,2,150); }
td.TdClassName
{
border-color: #800296;
}
.TagClassName
{
border-color: #800296;
}
</style>