#840EAA

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

Shades of Dark Magenta #840EAA

Tints of Dark Magenta #840EAA

Color information

#840EAA (or 0x840EAA) is unknown color: approx Dark Magenta. HEX triplet: 84, 0E and AA. RGB value is (132,14,170). Sum of RGB (Red+Green+Blue) = 132+14+170=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #840EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840EAA is #7BF155. Grayscale: #424242. Windows color (decimal): -8122710 or 11144836. OLE color: 11144836.

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

Color convert

RGB13214170-
CMYK0.220.9200.33
HSL285.38º84.78%36.08%-
HSV(B)285.38º91.76%66.67%-
XYZ16.938.1238.71-
YUV67.07186.09174.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 14 (5.86% from 255) = 4.43%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=41.77%
G=4.43%
B=53.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132141700.220.9200.33285.3884.7836.08
Hex84EAA165C02111d5524
Octal204162522613404143512544
Binary1000010011101010101010110101110001000011000111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,14,170); }

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

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

 a { background-color: rgb(132,14,170); }

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

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

 span { border-color: rgb(132,14,170); }

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