Shades of Dark Magenta #801598
Tints of Dark Magenta #801598
RGB
CMYK
RGB Variations
Color information
#801598 (or 0x801598) is known color: Dark Magenta. HEX triplet: 80, 15 and 98. RGB value is (128,21,152). Sum of RGB (Red+Green+Blue) = 128+21+152=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #801598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801598 is #7FEA67. Grayscale: #434343. Windows color (decimal): -8383080 or 9966976. OLE color: 9966976.
HSL color Cylindrical-coordinate representation of color #801598: hue angle of 289.01º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801598 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 21 | 152 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.40 |
| HSL | 289.01º | 0.76% | 0.34% | - |
| HSV(B) | 289.01º | 0.86% | 0.6% | - |
| XYZ | 14.84 | 7.39 | 30.35 | - |
| YUV | 67.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 152 | 0.16 | 0.86 | 0 | 0.40 | 289.01 | 0.76 | 0.34 |
| Hex | 80 | 15 | 98 | 10 | 56 | 0 | 28 | 121 | 4C | 22 |
| Octal | 200 | 25 | 230 | 20 | 126 | 0 | 50 | 441 | 114 | 42 |
| Binary | 10000000 | 10101 | 10011000 | 10000 | 1010110 | 0 | 101000 | 100100001 | 1001100 | 100010 |
Color Harmonies of #801598
Complementary color
Monochromatic Colors of #801598
Black with #801598
Text Example
Text Example
White with #801598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801598; }
p { color: rgb(128,21,152); }
H1.HeaderClassName
{
color: #801598;
}
.AnyTagClassName
{
color: #801598;
}
</style>
background-color css
<style>
a { background-color: #801598; }
a { background-color: rgb(128,21,152); }
div.DivClassName
{
background-color: #801598;
}
.BgClassName
{
background-color: #801598;
}
</style>
border-color css
<style>
span { border-color: #801598; }
span { border-color: rgb(128,21,152); }
td.TdClassName
{
border-color: #801598;
}
.TagClassName
{
border-color: #801598;
}
</style>