#840E90

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

Shades of Dark Magenta #840E90

Tints of Dark Magenta #840E90

Color information

#840E90 (or 0x840E90) is unknown color: approx Dark Magenta. HEX triplet: 84, 0E and 90. RGB value is (132,14,144). Sum of RGB (Red+Green+Blue) = 132+14+144=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #840E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840E90 is #7BF16F. Grayscale: #3F3F3F. Windows color (decimal): -8122736 or 9440900. OLE color: 9440900.

HSL color Cylindrical-coordinate representation of color #840E90: hue angle of 294.46º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840E90 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13214144-
CMYK0.080.9000.44
HSL294.46º82.28%30.98%-
HSV(B)294.46º90.28%56.47%-
XYZ14.717.2327.01-
YUV64.1173.09176.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=45.52%
G=4.83%
B=49.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132141440.080.9000.44294.4682.2830.98
Hex84E9085A02C126521f
Octal204162201013205444612237
Binary10000100111010010000100010110100101100100100110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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