Shades of Dark Magenta #8001A2
Tints of Dark Magenta #8001A2
RGB
CMYK
RGB Variations
Color information
#8001A2 (or 0x8001A2) is known color: Dark Magenta. HEX triplet: 80, 01 and A2. RGB value is (128,1,162). Sum of RGB (Red+Green+Blue) = 128+1+162=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #8001A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8001A2 is #7FFE5D. Grayscale: #383838. Windows color (decimal): -8388190 or 10617216. OLE color: 10617216.
HSL color Cylindrical-coordinate representation of color #8001A2: hue angle of 287.33º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001A2 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 1 | 162 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.36 |
| HSL | 287.33º | 0.99% | 0.32% | - |
| HSV(B) | 287.33º | 0.99% | 0.64% | - |
| XYZ | 15.43 | 7.22 | 34.76 | - |
| YUV | 57.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 162 | 0.21 | 0.99 | 0 | 0.36 | 287.33 | 0.99 | 0.32 |
| Hex | 80 | 1 | A2 | 15 | 63 | 0 | 24 | 11F | 63 | 20 |
| Octal | 200 | 1 | 242 | 25 | 143 | 0 | 44 | 437 | 143 | 40 |
| Binary | 10000000 | 1 | 10100010 | 10101 | 1100011 | 0 | 100100 | 100011111 | 1100011 | 100000 |
Color Harmonies of #8001A2
Complementary color
Monochromatic Colors of #8001A2
Black with #8001A2
Text Example
Text Example
White with #8001A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001A2; }
p { color: rgb(128,1,162); }
H1.HeaderClassName
{
color: #8001A2;
}
.AnyTagClassName
{
color: #8001A2;
}
</style>
background-color css
<style>
a { background-color: #8001A2; }
a { background-color: rgb(128,1,162); }
div.DivClassName
{
background-color: #8001A2;
}
.BgClassName
{
background-color: #8001A2;
}
</style>
border-color css
<style>
span { border-color: #8001A2; }
span { border-color: rgb(128,1,162); }
td.TdClassName
{
border-color: #8001A2;
}
.TagClassName
{
border-color: #8001A2;
}
</style>