Shades of Dark Magenta #800197
Tints of Dark Magenta #800197
RGB
CMYK
RGB Variations
Color information
#800197 (or 0x800197) is known color: Dark Magenta. HEX triplet: 80, 01 and 97. RGB value is (128,1,151). Sum of RGB (Red+Green+Blue) = 128+1+151=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #800197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800197 is #7FFE68. Grayscale: #373737. Windows color (decimal): -8388201 or 9896320. OLE color: 9896320.
HSL color Cylindrical-coordinate representation of color #800197: hue angle of 290.8º degrees, saturation: 0.99, 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 #800197 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 1 | 151 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.41 |
| HSL | 290.8º | 0.99% | 0.3% | - |
| HSV(B) | 290.8º | 0.99% | 0.59% | - |
| XYZ | 14.5 | 6.85 | 29.84 | - |
| YUV | 56.07 | 181.58 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 151 | 0.15 | 0.99 | 0 | 0.41 | 290.8 | 0.99 | 0.3 |
| Hex | 80 | 1 | 97 | F | 63 | 0 | 29 | 123 | 63 | 1E |
| Octal | 200 | 1 | 227 | 17 | 143 | 0 | 51 | 443 | 143 | 36 |
| Binary | 10000000 | 1 | 10010111 | 1111 | 1100011 | 0 | 101001 | 100100011 | 1100011 | 11110 |
Color Harmonies of #800197
Complementary color
Monochromatic Colors of #800197
Black with #800197
Text Example
Text Example
White with #800197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800197; }
p { color: rgb(128,1,151); }
H1.HeaderClassName
{
color: #800197;
}
.AnyTagClassName
{
color: #800197;
}
</style>
background-color css
<style>
a { background-color: #800197; }
a { background-color: rgb(128,1,151); }
div.DivClassName
{
background-color: #800197;
}
.BgClassName
{
background-color: #800197;
}
</style>
border-color css
<style>
span { border-color: #800197; }
span { border-color: rgb(128,1,151); }
td.TdClassName
{
border-color: #800197;
}
.TagClassName
{
border-color: #800197;
}
</style>