Shades of Dark Magenta #8403A4
Tints of Dark Magenta #8403A4
RGB
CMYK
RGB Variations
Color information
#8403A4 (or 0x8403A4) is known color: Dark Magenta. HEX triplet: 84, 03 and A4. RGB value is (132,3,164). Sum of RGB (Red+Green+Blue) = 132+3+164=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #8403A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8403A4 is #7BFC5B. Grayscale: #3B3B3B. Windows color (decimal): -8125532 or 10748804. OLE color: 10748804.
HSL color Cylindrical-coordinate representation of color #8403A4: hue angle of 288.07º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8403A4 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 3 | 164 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.36 |
| HSL | 288.07º | 0.96% | 0.33% | - |
| HSV(B) | 288.07º | 0.98% | 0.64% | - |
| XYZ | 16.25 | 7.65 | 35.74 | - |
| YUV | 59.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 164 | 0.20 | 0.98 | 0 | 0.36 | 288.07 | 0.96 | 0.33 |
| Hex | 84 | 3 | A4 | 14 | 62 | 0 | 24 | 120 | 60 | 21 |
| Octal | 204 | 3 | 244 | 24 | 142 | 0 | 44 | 440 | 140 | 41 |
| Binary | 10000100 | 11 | 10100100 | 10100 | 1100010 | 0 | 100100 | 100100000 | 1100000 | 100001 |
Color Harmonies of #8403A4
Complementary color
Monochromatic Colors of #8403A4
Black with #8403A4
Text Example
Text Example
White with #8403A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403A4; }
p { color: rgb(132,3,164); }
H1.HeaderClassName
{
color: #8403A4;
}
.AnyTagClassName
{
color: #8403A4;
}
</style>
background-color css
<style>
a { background-color: #8403A4; }
a { background-color: rgb(132,3,164); }
div.DivClassName
{
background-color: #8403A4;
}
.BgClassName
{
background-color: #8403A4;
}
</style>
border-color css
<style>
span { border-color: #8403A4; }
span { border-color: rgb(132,3,164); }
td.TdClassName
{
border-color: #8403A4;
}
.TagClassName
{
border-color: #8403A4;
}
</style>