Shades of Dark Magenta #800FA4
Tints of Dark Magenta #800FA4
RGB
CMYK
RGB Variations
Color information
#800FA4 (or 0x800FA4) is known color: Dark Magenta. HEX triplet: 80, 0F and A4. RGB value is (128,15,164). Sum of RGB (Red+Green+Blue) = 128+15+164=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #800FA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800FA4 is #7FF05B. Grayscale: #414141. Windows color (decimal): -8384604 or 10751872. OLE color: 10751872.
HSL color Cylindrical-coordinate representation of color #800FA4: hue angle of 285.5º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800FA4 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 15 | 164 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.36 |
| HSL | 285.5º | 0.83% | 0.35% | - |
| HSV(B) | 285.5º | 0.91% | 0.64% | - |
| XYZ | 15.77 | 7.61 | 35.76 | - |
| YUV | 65.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 164 | 0.22 | 0.91 | 0 | 0.36 | 285.5 | 0.83 | 0.35 |
| Hex | 80 | F | A4 | 16 | 5B | 0 | 24 | 11E | 53 | 23 |
| Octal | 200 | 17 | 244 | 26 | 133 | 0 | 44 | 436 | 123 | 43 |
| Binary | 10000000 | 1111 | 10100100 | 10110 | 1011011 | 0 | 100100 | 100011110 | 1010011 | 100011 |
Color Harmonies of #800FA4
Complementary color
Monochromatic Colors of #800FA4
Black with #800FA4
Text Example
Text Example
White with #800FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FA4; }
p { color: rgb(128,15,164); }
H1.HeaderClassName
{
color: #800FA4;
}
.AnyTagClassName
{
color: #800FA4;
}
</style>
background-color css
<style>
a { background-color: #800FA4; }
a { background-color: rgb(128,15,164); }
div.DivClassName
{
background-color: #800FA4;
}
.BgClassName
{
background-color: #800FA4;
}
</style>
border-color css
<style>
span { border-color: #800FA4; }
span { border-color: rgb(128,15,164); }
td.TdClassName
{
border-color: #800FA4;
}
.TagClassName
{
border-color: #800FA4;
}
</style>