#8404AD

Color #8404AD Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8404AD

Tints of Dark Magenta #8404AD

Color information

#8404AD (or 0x8404AD) is unknown color: approx Dark Magenta. HEX triplet: 84, 04 and AD. RGB value is (132,4,173). Sum of RGB (Red+Green+Blue) = 132+4+173=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #8404AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8404AD is #7BFB52. Grayscale: #3C3C3C. Windows color (decimal): -8125267 or 11338884. OLE color: 11338884.

HSL color Cylindrical-coordinate representation of color #8404AD: hue angle of 285.44º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404AD is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1324173-
CMYK0.240.9800.32
HSL285.44º95.48%34.71%-
HSV(B)285.44º97.69%67.84%-
XYZ17.18.0140.18-
YUV61.54190.91178.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=42.72%
G=1.29%
B=55.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13241730.240.9800.32285.4495.4834.71
Hex844AD186202011d5f23
Octal20442553014204043513743
Binary100001001001010110111000110001001000001000111011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8404AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8404AD; }

 p { color: rgb(132,4,173); }

 H1.HeaderClassName
 {
   color: #8404AD;
 }
 .AnyTagClassName
 {
   color: #8404AD;
 }
</style>
background-color css

<style>
 a { background-color: #8404AD; }

 a { background-color: rgb(132,4,173); }

 div.DivClassName
 {
   background-color: #8404AD;
 }
 .BgClassName
 {
   background-color: #8404AD;
 }
</style>
border-color css

<style>
 span { border-color: #8404AD; }

 span { border-color: rgb(132,4,173); }

 td.TdClassName
 {
   border-color: #8404AD;
 }
 .TagClassName
 {
   border-color: #8404AD;
 }
</style>