#8408A0

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

Shades of Dark Magenta #8408A0

Tints of Dark Magenta #8408A0

Color information

#8408A0 (or 0x8408A0) is unknown color: approx Dark Magenta. HEX triplet: 84, 08 and A0. RGB value is (132,8,160). Sum of RGB (Red+Green+Blue) = 132+8+160=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #8408A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8408A0 is #7BF75F. Grayscale: #3D3D3D. Windows color (decimal): -8124256 or 10487940. OLE color: 10487940.

HSL color Cylindrical-coordinate representation of color #8408A0: hue angle of 288.95º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8408A0 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1328160-
CMYK0.170.9500.37
HSL288.95º90.48%32.94%-
HSV(B)288.95º95%62.75%-
XYZ15.957.6233.89-
YUV62.4183.08177.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 8 (3.52% from 255) = 2.67%
BLUE value IS 160 (62.89% from 255) = 53.33%
R=44%
G=2.67%
B=53.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13281600.170.9500.37288.9590.4832.94
Hex848A0115F0251215a21
Octal204102402113704544113241
Binary1000010010001010000010001101111101001011001000011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8408A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8408A0; }

 p { color: rgb(132,8,160); }

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

<style>
 a { background-color: #8408A0; }

 a { background-color: rgb(132,8,160); }

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

<style>
 span { border-color: #8408A0; }

 span { border-color: rgb(132,8,160); }

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