Shades of Dark Magenta #800396
Tints of Dark Magenta #800396
RGB
CMYK
RGB Variations
Color information
#800396 (or 0x800396) is known color: Dark Magenta. HEX triplet: 80, 03 and 96. RGB value is (128,3,150). Sum of RGB (Red+Green+Blue) = 128+3+150=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #800396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800396 is #7FFC69. Grayscale: #383838. Windows color (decimal): -8387690 or 9831296. OLE color: 9831296.
HSL color Cylindrical-coordinate representation of color #800396: hue angle of 291.02º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800396 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 3 | 150 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.41 |
| HSL | 291.02º | 0.96% | 0.3% | - |
| HSV(B) | 291.02º | 0.98% | 0.59% | - |
| XYZ | 14.44 | 6.86 | 29.42 | - |
| YUV | 57.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 150 | 0.15 | 0.98 | 0 | 0.41 | 291.02 | 0.96 | 0.3 |
| Hex | 80 | 3 | 96 | F | 62 | 0 | 29 | 123 | 60 | 1E |
| Octal | 200 | 3 | 226 | 17 | 142 | 0 | 51 | 443 | 140 | 36 |
| Binary | 10000000 | 11 | 10010110 | 1111 | 1100010 | 0 | 101001 | 100100011 | 1100000 | 11110 |
Color Harmonies of #800396
Complementary color
Monochromatic Colors of #800396
Black with #800396
Text Example
Text Example
White with #800396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800396; }
p { color: rgb(128,3,150); }
H1.HeaderClassName
{
color: #800396;
}
.AnyTagClassName
{
color: #800396;
}
</style>
background-color css
<style>
a { background-color: #800396; }
a { background-color: rgb(128,3,150); }
div.DivClassName
{
background-color: #800396;
}
.BgClassName
{
background-color: #800396;
}
</style>
border-color css
<style>
span { border-color: #800396; }
span { border-color: rgb(128,3,150); }
td.TdClassName
{
border-color: #800396;
}
.TagClassName
{
border-color: #800396;
}
</style>