#841A91

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

Shades of Dark Magenta #841A91

Tints of Dark Magenta #841A91

Color information

#841A91 (or 0x841A91) is unknown color: approx Dark Magenta. HEX triplet: 84, 1A and 91. RGB value is (132,26,145). Sum of RGB (Red+Green+Blue) = 132+26+145=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #841A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841A91 is #7BE56E. Grayscale: #464646. Windows color (decimal): -8119663 or 9509508. OLE color: 9509508.

HSL color Cylindrical-coordinate representation of color #841A91: hue angle of 293.45º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841A91 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13226145-
CMYK0.090.8200.43
HSL293.45º69.59%33.53%-
HSV(B)293.45º82.07%56.86%-
XYZ157.6927.48-
YUV71.26169.62171.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 26 (10.55% from 255) = 8.58%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=43.56%
G=8.58%
B=47.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132261450.090.8200.43293.4569.5933.53
Hex841A9195202B1254622
Octal204322211112205344510642
Binary1000010011010100100011001101001001010111001001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841A91; }

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

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

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

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

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

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

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

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