Shades of Dark Magenta #800FAA
Tints of Dark Magenta #800FAA
RGB
CMYK
RGB Variations
Color information
#800FAA (or 0x800FAA) is known color: Dark Magenta. HEX triplet: 80, 0F and AA. RGB value is (128,15,170). Sum of RGB (Red+Green+Blue) = 128+15+170=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #800FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800FAA is #7FF055. Grayscale: #414141. Windows color (decimal): -8384598 or 11145088. OLE color: 11145088.
HSL color Cylindrical-coordinate representation of color #800FAA: hue angle of 283.74º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800FAA is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 15 | 170 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.33 |
| HSL | 283.74º | 0.84% | 0.36% | - |
| HSV(B) | 283.74º | 0.91% | 0.67% | - |
| XYZ | 16.33 | 7.83 | 38.68 | - |
| YUV | 66.46 | 186.44 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 170 | 0.25 | 0.91 | 0 | 0.33 | 283.74 | 0.84 | 0.36 |
| Hex | 80 | F | AA | 19 | 5B | 0 | 21 | 11C | 54 | 24 |
| Octal | 200 | 17 | 252 | 31 | 133 | 0 | 41 | 434 | 124 | 44 |
| Binary | 10000000 | 1111 | 10101010 | 11001 | 1011011 | 0 | 100001 | 100011100 | 1010100 | 100100 |
Color Harmonies of #800FAA
Complementary color
Monochromatic Colors of #800FAA
Black with #800FAA
Text Example
Text Example
White with #800FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FAA; }
p { color: rgb(128,15,170); }
H1.HeaderClassName
{
color: #800FAA;
}
.AnyTagClassName
{
color: #800FAA;
}
</style>
background-color css
<style>
a { background-color: #800FAA; }
a { background-color: rgb(128,15,170); }
div.DivClassName
{
background-color: #800FAA;
}
.BgClassName
{
background-color: #800FAA;
}
</style>
border-color css
<style>
span { border-color: #800FAA; }
span { border-color: rgb(128,15,170); }
td.TdClassName
{
border-color: #800FAA;
}
.TagClassName
{
border-color: #800FAA;
}
</style>