#840AAC

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

Shades of Dark Magenta #840AAC

Tints of Dark Magenta #840AAC

Color information

#840AAC (or 0x840AAC) is unknown color: approx Dark Magenta. HEX triplet: 84, 0A and AC. RGB value is (132,10,172). Sum of RGB (Red+Green+Blue) = 132+10+172=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #840AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840AAC is #7BF553. Grayscale: #404040. Windows color (decimal): -8123732 or 11274884. OLE color: 11274884.

HSL color Cylindrical-coordinate representation of color #840AAC: hue angle of 285.19º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840AAC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13210172-
CMYK0.230.9400.33
HSL285.19º89.01%35.69%-
HSV(B)285.19º94.19%67.45%-
XYZ17.078.139.69-
YUV64.95188.42175.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 10 (4.30% from 255) = 3.18%
BLUE value IS 172 (67.58% from 255) = 54.78%
R=42.04%
G=3.18%
B=54.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132101720.230.9400.33285.1989.0135.69
Hex84AAC175E02111d5924
Octal204122542713604143513144
Binary1000010010101010110010111101111001000011000111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840AAC; }

 p { color: rgb(132,10,172); }

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

<style>
 a { background-color: #840AAC; }

 a { background-color: rgb(132,10,172); }

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

<style>
 span { border-color: #840AAC; }

 span { border-color: rgb(132,10,172); }

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