#840389

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

Shades of Dark Magenta #840389

Tints of Dark Magenta #840389

Color information

#840389 (or 0x840389) is unknown color: approx Dark Magenta. HEX triplet: 84, 03 and 89. RGB value is (132,3,137). Sum of RGB (Red+Green+Blue) = 132+3+137=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #840389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840389 is #7BFC76. Grayscale: #383838. Windows color (decimal): -8125559 or 8979332. OLE color: 8979332.

HSL color Cylindrical-coordinate representation of color #840389: hue angle of 297.76º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840389 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1323137-
CMYK0.040.9800.46
HSL297.76º95.71%27.45%-
HSV(B)297.76º97.81%53.73%-
XYZ14.066.7824.23-
YUV56.85173.24181.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=48.53%
G=1.10%
B=50.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13231370.040.9800.46297.7695.7127.45
Hex8438946202E12a601b
Octal2043211414205645214033
Binary10000100111000100110011000100101110100101010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840389; }

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

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

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

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

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

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

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

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