#841196

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

Shades of Dark Magenta #841196

Tints of Dark Magenta #841196

Color information

#841196 (or 0x841196) is unknown color: approx Dark Magenta. HEX triplet: 84, 11 and 96. RGB value is (132,17,150). Sum of RGB (Red+Green+Blue) = 132+17+150=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #841196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841196 is #7BEE69. Grayscale: #424242. Windows color (decimal): -8121962 or 9834884. OLE color: 9834884.

HSL color Cylindrical-coordinate representation of color #841196: hue angle of 291.88º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841196 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13217150-
CMYK0.120.8900.41
HSL291.88º79.64%32.75%-
HSV(B)291.88º88.67%58.82%-
XYZ15.227.5129.5-
YUV66.55175.1174.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=44.15%
G=5.69%
B=50.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132171500.120.8900.41291.8879.6432.75
Hex841196C590291245021
Octal204212261413105144412041
Binary1000010010001100101101100101100101010011001001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841196; }

 p { color: rgb(132,17,150); }

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

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

 a { background-color: rgb(132,17,150); }

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

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

 span { border-color: rgb(132,17,150); }

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