#841990

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

Shades of Dark Magenta #841990

Tints of Dark Magenta #841990

Color information

#841990 (or 0x841990) is unknown color: approx Dark Magenta. HEX triplet: 84, 19 and 90. RGB value is (132,25,144). Sum of RGB (Red+Green+Blue) = 132+25+144=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #841990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841990 is #7BE66F. Grayscale: #464646. Windows color (decimal): -8119920 or 9443716. OLE color: 9443716.

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

Color convert

RGB13225144-
CMYK0.080.8300.44
HSL293.95º70.41%33.14%-
HSV(B)293.95º82.64%56.47%-
XYZ14.97.6127.07-
YUV70.56169.45171.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 25 (10.16% from 255) = 8.31%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=43.85%
G=8.31%
B=47.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132251440.080.8300.44293.9570.4133.14
Hex84199085302C1264621
Octal204312201012305444610641
Binary1000010011001100100001000101001101011001001001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841990; }

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

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

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

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

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

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

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

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