#840FA0

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

Shades of Dark Magenta #840FA0

Tints of Dark Magenta #840FA0

Color information

#840FA0 (or 0x840FA0) is unknown color: approx Dark Magenta. HEX triplet: 84, 0F and A0. RGB value is (132,15,160). Sum of RGB (Red+Green+Blue) = 132+15+160=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #840FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840FA0 is #7BF05F. Grayscale: #424242. Windows color (decimal): -8122464 or 10489732. OLE color: 10489732.

HSL color Cylindrical-coordinate representation of color #840FA0: hue angle of 288.41º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840FA0 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13215160-
CMYK0.170.9100.37
HSL288.41º82.86%34.31%-
HSV(B)288.41º90.62%62.75%-
XYZ16.037.7933.92-
YUV66.51180.76174.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 15 (6.25% from 255) = 4.89%
BLUE value IS 160 (62.89% from 255) = 52.12%
R=43.00%
G=4.89%
B=52.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132151600.170.9100.37288.4182.8634.31
Hex84FA0115B0251205322
Octal204172402113304544012342
Binary1000010011111010000010001101101101001011001000001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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