#840391

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

Shades of Dark Magenta #840391

Tints of Dark Magenta #840391

Color information

#840391 (or 0x840391) is unknown color: approx Dark Magenta. HEX triplet: 84, 03 and 91. RGB value is (132,3,145). Sum of RGB (Red+Green+Blue) = 132+3+145=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #840391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840391 is #7BFC6E. Grayscale: #393939. Windows color (decimal): -8125551 or 9503620. OLE color: 9503620.

HSL color Cylindrical-coordinate representation of color #840391: hue angle of 294.51º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840391 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1323145-
CMYK0.090.9800.43
HSL294.51º95.95%29.02%-
HSV(B)294.51º97.93%56.86%-
XYZ14.667.0127.37-
YUV57.76177.24180.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=47.14%
G=1.07%
B=51.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13231450.090.9800.43294.5195.9529.02
Hex8439196202B127601d
Octal20432211114205344714035
Binary100001001110010001100111000100101011100100111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840391; }

 p { color: rgb(132,3,145); }

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

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

 a { background-color: rgb(132,3,145); }

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

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

 span { border-color: rgb(132,3,145); }

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