Shades of Dark Magenta #8405A5
Tints of Dark Magenta #8405A5
RGB
CMYK
RGB Variations
Color information
#8405A5 (or 0x8405A5) is known color: Dark Magenta. HEX triplet: 84, 05 and A5. RGB value is (132,5,165). Sum of RGB (Red+Green+Blue) = 132+5+165=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 165 (64.84% from 255 or 54.64% from 302); Max value from RGB is 165 - color contains mainly: blue. Hex color #8405A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8405A5 is #7BFA5A. Grayscale: #3C3C3C. Windows color (decimal): -8125019 or 10814852. OLE color: 10814852.
HSL color Cylindrical-coordinate representation of color #8405A5: hue angle of 287.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8405A5 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 5 | 165 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.35 |
| HSL | 287.63º | 0.94% | 0.33% | - |
| HSV(B) | 287.63º | 0.97% | 0.65% | - |
| XYZ | 16.36 | 7.73 | 36.23 | - |
| YUV | 61.21 | 186.58 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 165 | 0.20 | 0.97 | 0 | 0.35 | 287.63 | 0.94 | 0.33 |
| Hex | 84 | 5 | A5 | 14 | 61 | 0 | 23 | 120 | 5E | 21 |
| Octal | 204 | 5 | 245 | 24 | 141 | 0 | 43 | 440 | 136 | 41 |
| Binary | 10000100 | 101 | 10100101 | 10100 | 1100001 | 0 | 100011 | 100100000 | 1011110 | 100001 |
Color Harmonies of #8405A5
Complementary color
Monochromatic Colors of #8405A5
Black with #8405A5
Text Example
Text Example
White with #8405A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405A5; }
p { color: rgb(132,5,165); }
H1.HeaderClassName
{
color: #8405A5;
}
.AnyTagClassName
{
color: #8405A5;
}
</style>
background-color css
<style>
a { background-color: #8405A5; }
a { background-color: rgb(132,5,165); }
div.DivClassName
{
background-color: #8405A5;
}
.BgClassName
{
background-color: #8405A5;
}
</style>
border-color css
<style>
span { border-color: #8405A5; }
span { border-color: rgb(132,5,165); }
td.TdClassName
{
border-color: #8405A5;
}
.TagClassName
{
border-color: #8405A5;
}
</style>