#840E8C

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

Shades of Dark Magenta #840E8C

Tints of Dark Magenta #840E8C

Color information

#840E8C (or 0x840E8C) is unknown color: approx Dark Magenta. HEX triplet: 84, 0E and 8C. RGB value is (132,14,140). Sum of RGB (Red+Green+Blue) = 132+14+140=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #840E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840E8C is #7BF173. Grayscale: #3F3F3F. Windows color (decimal): -8122740 or 9178756. OLE color: 9178756.

HSL color Cylindrical-coordinate representation of color #840E8C: hue angle of 296.19º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840E8C is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13214140-
CMYK0.060.9000.45
HSL296.19º81.82%30.2%-
HSV(B)296.19º90%54.9%-
XYZ14.417.1125.42-
YUV63.65171.09176.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 14 (5.86% from 255) = 4.90%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=46.15%
G=4.90%
B=48.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141400.060.9000.45296.1981.8230.2
Hex84E8C65A02D128521e
Octal20416214613205545012236
Binary1000010011101000110011010110100101101100101000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,14,140); }

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

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

 a { background-color: rgb(132,14,140); }

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

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

 span { border-color: rgb(132,14,140); }

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