#840392

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

Shades of Dark Magenta #840392

Tints of Dark Magenta #840392

Color information

#840392 (or 0x840392) is unknown color: approx Dark Magenta. HEX triplet: 84, 03 and 92. RGB value is (132,3,146). Sum of RGB (Red+Green+Blue) = 132+3+146=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #840392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840392 is #7BFC6D. Grayscale: #393939. Windows color (decimal): -8125550 or 9569156. OLE color: 9569156.

HSL color Cylindrical-coordinate representation of color #840392: hue angle of 294.13º 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 #840392 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1323146-
CMYK0.100.9800.43
HSL294.13º95.97%29.22%-
HSV(B)294.13º97.95%57.25%-
XYZ14.747.0527.78-
YUV57.87177.74180.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=46.98%
G=1.07%
B=51.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13231460.100.9800.43294.1395.9729.22
Hex84392A6202B126601d
Octal20432221214205344614035
Binary100001001110010010101011000100101011100100110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840392; }

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

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

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

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

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

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

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

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