#840CA9

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

Shades of Dark Magenta #840CA9

Tints of Dark Magenta #840CA9

Color information

#840CA9 (or 0x840CA9) is unknown color: approx Dark Magenta. HEX triplet: 84, 0C and A9. RGB value is (132,12,169). Sum of RGB (Red+Green+Blue) = 132+12+169=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #840CA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840CA9 is #7BF356. Grayscale: #414141. Windows color (decimal): -8123223 or 11078788. OLE color: 11078788.

HSL color Cylindrical-coordinate representation of color #840CA9: hue angle of 285.86º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840CA9 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13212169-
CMYK0.220.9300.34
HSL285.86º86.74%35.49%-
HSV(B)285.86º92.9%66.27%-
XYZ16.818.0338.2-
YUV65.78186.26175.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 12 (5.08% from 255) = 3.83%
BLUE value IS 169 (66.41% from 255) = 53.99%
R=42.17%
G=3.83%
B=53.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132121690.220.9300.34285.8686.7435.49
Hex84CA9165D02211e5723
Octal204142512613504243612743
Binary1000010011001010100110110101110101000101000111101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,12,169); }

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

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

 a { background-color: rgb(132,12,169); }

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

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

 span { border-color: rgb(132,12,169); }

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