Shades of Dark Magenta #8204AB
Tints of Dark Magenta #8204AB
RGB
CMYK
RGB Variations
Color information
#8204AB (or 0x8204AB) is known color: Dark Magenta. HEX triplet: 82, 04 and AB. RGB value is (130,4,171). Sum of RGB (Red+Green+Blue) = 130+4+171=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #8204AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8204AB is #7DFB54. Grayscale: #3C3C3C. Windows color (decimal): -8256341 or 11207810. OLE color: 11207810.
HSL color Cylindrical-coordinate representation of color #8204AB: hue angle of 285.27º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204AB is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 4 | 171 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.33 |
| HSL | 285.27º | 0.95% | 0.34% | - |
| HSV(B) | 285.27º | 0.98% | 0.67% | - |
| XYZ | 16.6 | 7.77 | 39.15 | - |
| YUV | 60.71 | 190.24 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 171 | 0.24 | 0.98 | 0 | 0.33 | 285.27 | 0.95 | 0.34 |
| Hex | 82 | 4 | AB | 18 | 62 | 0 | 21 | 11D | 5F | 22 |
| Octal | 202 | 4 | 253 | 30 | 142 | 0 | 41 | 435 | 137 | 42 |
| Binary | 10000010 | 100 | 10101011 | 11000 | 1100010 | 0 | 100001 | 100011101 | 1011111 | 100010 |
Color Harmonies of #8204AB
Complementary color
Monochromatic Colors of #8204AB
Black with #8204AB
Text Example
Text Example
White with #8204AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204AB; }
p { color: rgb(130,4,171); }
H1.HeaderClassName
{
color: #8204AB;
}
.AnyTagClassName
{
color: #8204AB;
}
</style>
background-color css
<style>
a { background-color: #8204AB; }
a { background-color: rgb(130,4,171); }
div.DivClassName
{
background-color: #8204AB;
}
.BgClassName
{
background-color: #8204AB;
}
</style>
border-color css
<style>
span { border-color: #8204AB; }
span { border-color: rgb(130,4,171); }
td.TdClassName
{
border-color: #8204AB;
}
.TagClassName
{
border-color: #8204AB;
}
</style>