#840990

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

Shades of Dark Magenta #840990

Tints of Dark Magenta #840990

Color information

#840990 (or 0x840990) is unknown color: approx Dark Magenta. HEX triplet: 84, 09 and 90. RGB value is (132,9,144). Sum of RGB (Red+Green+Blue) = 132+9+144=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #840990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840990 is #7BF66F. Grayscale: #3C3C3C. Windows color (decimal): -8124016 or 9439620. OLE color: 9439620.

HSL color Cylindrical-coordinate representation of color #840990: hue angle of 294.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840990 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1329144-
CMYK0.080.9400.44
HSL294.67º88.24%30%-
HSV(B)294.67º93.75%56.47%-
XYZ14.657.1126.99-
YUV61.17174.75178.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=46.32%
G=3.16%
B=50.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13291440.080.9400.44294.6788.2430
Hex8499085E02C127581e
Octal204112201013605444713036
Binary10000100100110010000100010111100101100100100111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840990; }

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

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

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

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

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

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

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

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