#841091

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

Shades of Dark Magenta #841091

Tints of Dark Magenta #841091

Color information

#841091 (or 0x841091) is unknown color: approx Dark Magenta. HEX triplet: 84, 10 and 91. RGB value is (132,16,145). Sum of RGB (Red+Green+Blue) = 132+16+145=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #841091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841091 is #7BEF6E. Grayscale: #404040. Windows color (decimal): -8122223 or 9506948. OLE color: 9506948.

HSL color Cylindrical-coordinate representation of color #841091: hue angle of 293.95º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841091 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13216145-
CMYK0.090.8900.43
HSL293.95º80.12%31.57%-
HSV(B)293.95º88.97%56.86%-
XYZ14.817.3227.42-
YUV65.39172.93175.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=45.05%
G=5.46%
B=49.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132161450.090.8900.43293.9580.1231.57
Hex84109195902B1265020
Octal204202211113105344612040
Binary1000010010000100100011001101100101010111001001101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841091; }

 p { color: rgb(132,16,145); }

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

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

 a { background-color: rgb(132,16,145); }

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

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

 span { border-color: rgb(132,16,145); }

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